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.
List the types of Cookies that are available in ASP.NET?
What we can do to allot page specific attributes in the ASP.NET application?
Illustrate the terms validation controls?
Illustrate in brief the main difference between Navigation application and XBAPs in the WPF?
What is HTML server control in ASP.NET?
Write ASP.NET configuration options that are supported in ASP.NET implementation on shared Web hosting platform?
What are the chief built in objects in Asp.net?
Specify the pre-requisites for connection pooling?
Differentiate between the ASP.NET session and a ASP session?
Write the syntax of the while loop in the C# program.
18,76,764
1925948 Asked
3,689
Active Tutors
1443174
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!