top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

Explain the new features in ADO.NET Entity Framework 4.0.

+5 votes
319 views
Explain the new features in ADO.NET Entity Framework 4.0.
posted Feb 3, 2014 by Khusboo

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

+2 votes
 
Best answer

New Features and Enhancements in ADO.NET Entity Framework 4.0
ADO.NET Entity Framework 4.0 ships with Visual Studio 2010 and includes the following new features and enhancements:

persistence ignorance
lazy loading
self-tracking entities
POCO change tracking
model-first development
built-in functions and model-defined functions

answer Feb 4, 2014 by Asmita Agrawal
Similar Questions
+4 votes

How to Generic Method to Create and Execute Parameterized SQL Query in .NET 4.0 ?

+3 votes

What can be various Concurrency Issues in .NET one should take care of?

+10 votes

I want to retrieve some data from sql server to my application, and from there export some selected data to Excel!

...