Click here to Skip to main content
15,888,610 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
what is Entity Framework in Asp.net?
Posted
Updated 30-Jul-14 0:20am
v2
Comments
DamithSL 7-May-14 4:41am    
EF is EF even in ASP.NET :) what exactly you want to know?

 
Share this answer
 
 
Share this answer
 
Comments
Telstra 7-May-14 4:46am    
nice answer Peter
Entity Framework is an object-relational mapper that enables .NET developers to work with relational data using domain-specific objects. It eliminates the need for most of the data-access code that developers usually need to write.
 
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