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.
What do you understand by the JSON?
List different ways of deployment that are supported by .NET.
In which statement we can execute LINQ query?
Explain the requirement of Timer control in the AJAX.
State the relationship between Class and an Object?
What do you mean by the term WPF?
Write the different types of literals used in C #?
Describe the naming conventions that are necessary for XML elements tags?
Specify various types of assemblies and explain them.
Distinguish between Codebehind="MyCode.aspx.cs" and Src="MyCode.aspx.cs"?
18,76,764
1928844 Asked
3,689
Active Tutors
1443517
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!