Characteristics of ADO.NET Entity Framework 4.0
Write few characteristics of ADO.NET Entity Framework 4.0.
Expert
It is introduced in the .NET Framework 4.0 and involves following new features:
a) Persistence Ignorance - It allows to define Plain Old CLR Objects (POCO) which are independent of any specific persistence technology. b) Deferred or Lazy Loading - It specifies that, entities which are related can be loaded automatically when it is required. c) Self-Tracking Entities - It refers to the entities which tracks their own changes. Such changes can be passed across the process boundaries and saved in the database. c) Model-First Development – It allows to create our own EDM and then generates the relational model (database) from EDM with matching tables and relations. d) Model-Defined Functions - It enables to use the functions which are described in the conceptual schema definition language (CSDL). e) Built-in Functions - It allows to use built-in SQL Server functions directly in our queries.
Illustrate the advantages of ASP.Net?
Illustrate the basic difference between the PenLineCap's Flat and Square values?
Describe the role of the DataSet object in the ADO.NET?
Write the difference between an interface and abstract class?
What is an Intermediate Language (IL)?
State some differences between the ComboBox control and a ListBox control?
Web form belongs to which class in a .NET Framework class hierarchy?
How submaster page is differ from the top-level master page?
List the types of Cookies that are available in ASP.NET?
Describe disconnected architecture of the ADO.NET's data access model?
18,76,764
1950692 Asked
3,689
Active Tutors
1427238
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!