Hi All,
I am new to entity framework. Usually I have been using SQL Server stored procedure and make call using ADO.NET.
Now, I want to choose what is best to use as data access layer.
Is stored procedure with entity framework good design ? or have to do linq queries on model directly (no stored procedure). ?

Rajeesh MenothPosted Jul 15, 2015, 10:05 AM
Sujeet SumanPosted Jul 15, 2015, 7:56 AM
Shuvojit HalderPosted Jul 15, 2015, 6:56 AM