Intro to Entity Framework with SQL Server

Posted on SQL Server Central See other posts from SQL Server Central
Published on 2010/04/14 Indexed on 2010/04/14 6:03 UTC
Read the original article Hit count: 180

Filed under:
I'm a DBA and the developers in my organization are starting to use something called the Entity Framework (EF) in their applications. The developers are telling me that with EF you don't use stored procedures, you simply write .NET code to perform all of your data access. When I use the SQL Server Profiler to take a look at what they're doing, all I see is a bunch of dynamic SQL being executed. Naturally I'm a little skeptical of this, so can you help me to understand what is this Entity Framework?

© SQL Server Central or respective owner