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.
In what way we can enable the text box to modify its characters format for a user to enter the password?
State different ways through which a method can be overloaded?
Illustrate cross-page posting in an ASP.NET and the function of Server.Transfer() method?
Write down a short note regarding the .NET?
Distinguish between read-only and constants variables which is used in the programs?
Explain about DataContext class and how is it associated to LINQ?
Name the root namespace which is used for fundamental types in .NET Framework?
Explain the types of Inheritance.
Explain the code-behind feature of ASP.NET?
Whether XCOPY copies the system files and the hidden files or not.
18,76,764
1961402 Asked
3,689
Active Tutors
1418107
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!