Click here to Skip to main content
15,886,801 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
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). ?
Posted
Comments

1 solution

Check Stored procedure vs standard query.
It should answer your question.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900