Describe DataReader object
Describe DataReader object?
Expert
The DataReader object facilitates in recovering the data from the database in the read-only mode, forward-only,. The base class for every DataReader objects is a DbDataReader class.
DataReader object is returned as the result of calling ExecuteReader() method of a Command object. It enables faster retrieval of the data from the databases and enhances the performance of .NET applications by provided that rapid data access speed. Though, it is less preferred as compared to a DataAdapter object since the DataReader object requires Open connection till it completes reading all rows of a specified table. The Open connections to read the data from the large tables consume resources of the system. When several client applications concurrently access the database by using a DataReader object, performance of the data retrieval and other related processes is considerably reduced. In this case, database may refuse connections to another .NET application until other consumers free the resources.
Write the main difference between a RichTextBox and TextBox control.
State classes which are introduced in the System.Numerics namespace.
State the use of the Select clause and SelectMany() method in LINQ?
State the concept of constructor?
Briefly describe the function of a CheckState property of a CheckBox control?
How do dates, numbers, and currencies in a text box are formatted?
Write down in brief, the objects in asp.net and state the main purpose of such objects?
Specify some of the situations in which AJAX cannot be used.
Write down the main core services of WWF runtime in brief.
State the major difference between the sub-procedure and function?
18,76,764
1941722 Asked
3,689
Active Tutors
1456599
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!