Latest features of the ADO.NET Entity Framework
Name the latest features of the ADO.NET Entity Framework 4.0?
Expert
ADO.NET Entity Framework 4.0 has following new features:
i. Model-Defined Functions – It enables us to use functions which are described in conceptual schema definition language (CSDL).
ii. Self-Tracking Entities – It refers to entities which are able to track their own alteration. These alterations can be accepted across process boundaries and saved to a database.
iii. Deferred or Lazy Loading – It specifies that associated entities can be loaded automatically whenever necessary. We can allow lazy loading in the application through setting DeferredLoadingEnabled property to true.
iv. Model-First Development – It allows us to create our own EDM and then produce relational model (database) from the EDM by matching tables and relations.
v. Built-in Functions – It enables us to make use of built-in SQL Server functions directly in the queries.
vi. Persistence Ignorance – It permits us to describe our own Plain Old CLR Objects (POCO) that are independent of any detailed persistence technology.
Write about the Dynamic update?
Explain what is meant by CTS, and how it is related to the CLS?
A Destructor is defined in a class that is developed by using the C# programming language, but the destructor is never executed. Why did this happen?
Explain Custom User Controls in the ASP.NET?
State the syntax used to declare the namespace in .NET?
What do you mean by Proxy and how to produce proxy for WCF Services?
Illustrate the difference between import System.Data.SqlClient and System.Data.Oledb in brief?
Specify difference between the asynchronous postback and the synchronous postback?
Differentiate between SQL invalidation and SQL notification?
In what way we can enable the text box to modify its characters format for a user to enter the password?
18,76,764
1960253 Asked
3,689
Active Tutors
1430986
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!