DataContext class-associated with LINQ
Explain about DataContext class and how is it associated to LINQ?
Expert
After we add a LINQ to SQL Classes item to the project and open a O/R Designer, empty design surface symbolizes the empty DataContext class prepared to be configured. DataContext class is a LINQ to SQL class which acts as the channel between the SQL Server database and LINQ to SQL entity classes mapped to that database. Class contains a connection string information and methods for connecting to the database and manipulate the data in a database. It is configured with the connection information provided by initial item which is dragged onto a design surface.
Write difference between an Abstract class and an Interface.
What do you mean by the term MISL CODE? Describe in brief.
Briefly explain about identifier.
Describe code contracts?
What do you understand by the garbage collection? Explain the difference between garbage collections in .NET 4.0 and its earlier versions.
Specify advantages of the XML schemas over DTD.
What do you mean by the Extender controls?
What is Class?
Write the syntax to declare the namespace in the .NET and in VB?
Explain the use of the PlaceHolder control? Is it possible to see it at runtime?
18,76,764
1928712 Asked
3,689
Active Tutors
1413564
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!