Entity Framework Tutorials - ASP.NET
The information in this post is out of date.
Visit msdn.com/data/ef for the latest information on current and past releases of EF.
See the Get Started page for information on using EF with other technologies, including ASP.NET.
The ASP.NET team recently produced a great set of tutorials on creating web applications with the Entity Framework. They guide you through the process of building an end-to-end working web application. Topic covered include data-binding, sorting, stored procedures, validation, mapping, inheritance, and many others.
Each tutorial also contains downloadable samples in both C# and VB. Check them out!
https://www.asp.net/entity-framework/tutorials
Comments
Anonymous
January 21, 2011
Hi I dont know where to ask. Do u plan map complex type as return value of table database function? like select * from table(param1), returning type would be complex type i suppose. It should work like view with parameters. Thx a lot i expected this functionality in EF4 :-(Anonymous
January 24, 2011
The comment has been removedAnonymous
May 25, 2012
I came across good tutorial site for entity framework. visit www.entityframeworktutorial.net