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.
Mention different types of data providers available in .NET Framework.
Specify the function of the “SizeMode” property of the PictureBox control?
By how many ways you can instantiate a tuple?
Name the parent class which is used to create all Windows services in .net?
Explain some of the versions of .NET?
List the types of data types that are present in .NET?
What do you mean by the term ALE? Describe the functions of ALE in 8085?
What Global.asax file includes in event handlers?
Name some methods, available in .NET 4.0, which are used to delete and add items from the ListBox control?
Explain concept of the Destructor?
18,76,764
1937676 Asked
3,689
Active Tutors
1426940
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!