Using stored procedures with Entity Framework in an ASP.Net application

Posted by nikolaosk on ASP.net Weblogs See other posts from ASP.net Weblogs or by nikolaosk
Published on Tue, 01 Mar 2011 20:55:00 GMT Indexed on 2011/03/02 15:25 UTC
Read the original article Hit count: 574

This is going to be the third post of a series of posts regarding ASP.Net and the Entity Framework and how we can use Entity Framework to access our datastore. You can find the first one here and the second one here . I have a post regarding ASP.Net and EntityDataSource. You can read it here .I have 3 more posts on Profiling Entity Framework applications. You can have a look at them here , here and here . In this post I will show you how to select,insert,update,delete data in the database using EF...(read more)

© ASP.net Weblogs or respective owner

Related posts about ASP.NET 4.0

Related posts about ASP.NET