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.
Provide a detailed introduction on the Side-by-side execution. May two applications, one using private assembly and the other using the shared assembly be stated as side-by-side executable?
Write the name of the class that manages event and layout of every ToolStrip elements?
State the difference between System.StringBuilder and System.String classes?
State the advantages Web services have over the Component Object Model (COM) and also the Distributed Component Object Model (DCOM)?
Specify the differences between the Dispose() and Finalize() methods.
Briefly describe about standard query operators in LINQ?
Illustrate the advantages of ASP.Net?
Using XSLT, how the value of a specific attribute can be extracted from an element in the XML document?
What are validation controls? How many validation controls are present in ASP.NET 4.0?
State the use of the Connection object?
18,76,764
1949310 Asked
3,689
Active Tutors
1414371
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!