DataReader object
Explain DataReader object?
Expert
DataReader object helps in accessing the data from the database in a read-only, forward-only mode. Base class for all DataReader objects is the DbDataReader class. The DataReader object is returned as a result of calling the ExecuteReader() method of the Command object. The DataReader object allows faster retrieval of the data from the databases and develops the performance of .NET applications by giving the rapid data access speed. Though, it is less preferred as compared to theDataAdapter object since the DataReader object requires an Open connection till it completes reading all the rows of specified table.
An Open connection required to read the data from large tables consumes many resources of the system. When multiple client applications at the same time access a database by using DataReader object, performance of the data retrieval and other related processes gets significantly reduced. In this case, database might refuses the connections to other .NET applications until other clients frees the resources.
Illustrate the difference between the .dll extension and .exe extension files?
Which of the following steps involves Assembly execution? a Evidences are gathered about assembly. b Depending on the gathered evidences, the assembly is assigned to a code group. c Security rights are allocated to the assembly, depending on the code group. d Assembly runs as p
Where the ViewState information can be stored?
Specify the tools which can be used to develop the .NET applications?
Briefly describe about XSLT?
Specify the syntax which is be used to inherit from a class in C#?
Write the different types of literals used in C #?
Illustrate different types of inheritance?
What is the use of Global.asax file?
Write about the architecture of ADO.NET in brief.
18,76,764
1929995 Asked
3,689
Active Tutors
1430594
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!