Working with Stored Procedures in Entity Framework - Part 1

By default entity framework generates SELECT, INSERT, UPDATE, DELETE queries to perform the respective operations on the database. At times, however, you may want to deviate from this default behavior and use stored procedures for these operations. Additionally, you may want to call arbitrary stored procedures to perform some task at hand. To that end this two part article explains how stored procedures can be dealt with in Entity Framework.

http://www.binaryintellect.net/articles/98ab41a4-3a69-42c6-96d9-b639ce68a0f4.aspx

 

No Comments