Posts Categorized: EF Code First

How to use Stored procedure in Entity Framework Code First

Posted by & filed under .Net, .Net 4.0, EF Code First, Entity Framework.

Another EF Code First post. Long back I post about how to use Stored Procedure in Entity Framework. (You can find it here). This post is about how to use stored procedure in Entity Framework Code First. Here is my stored procedure. And here is code snippet which will help to execute this Stored procedure. [...]