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 the code to choose an item in a ListView control programmatically in the C#?
Specify difference between the asynchronous postback and the synchronous postback?
Briefly describe side-by-side execution and also explain whether two applications, one using the shared assembly and other private assembly be declared as side-by-side executables?
Illustrate the difference between import System.Data.SqlClient and System.Data.Oledb in brief?
Illustrate types of Session state management options available with ASP.NET?
Illustrate the use of CommandBuilder class?
Write the use of MaxDate and MinDate properties of a MonthCalender control?
Specify the pre-requisites for connection pooling?
Define the term Manifest?
Explain briefly the term AutoPostBack?
18,76,764
1923347 Asked
3,689
Active Tutors
1424379
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!