Frequently Asked Interview Questions
What is the difference between DataReader and DataAdapter?
9. What is the difference between DataReader and DataAdapter?
DataReader Vs DataAdapter.
DataReader provde read only and forward only data access.
DataReader can increase application performance and reduce system overhead.
DataReader is connection oriented where as Data Adapter is disconnected.
DataReader we have to open and close connection explicitly where as if we use DataAdapter the connection is automatically opened and closed.
ADO.NET
ADO.Net Interview Questions >>
Newer Post
Older Post
Home
Most Visited Pages
Unable to process SMSESSION cookie
Unable to process SMSESSION cookie warning in siteminder webagent logs We could see this warning in siteminder web agent logs. user tries ...
Policy Server Failover, Load Balancing and Clustering
Overview Agent to Policy Server Failover Dynamic Load Balancing Policy Server Clustering Exercise 1: Policy Server Failover Exercise 2: Mult...
Policy Server Failover
Exercise 1 : Policy Server Failover In this exercise, you and a partner will configure your systems for policy server failover. You will cha...
Policy Server Clustering
A cluster is a set of servers with dynamic load balancing. Load is dynamically distributed among the servers in a cluster. Trusted hosts can...
Validation Controls in Asp.Net
Validation Controls: We can add validation controls to asp.net pages to validate user input based on validation criteria. ASP.NET Validation...
CSharp DotNet Interview Questions and Answers Part-3
<< PREV NEXT >> 21. What debugging tools come with the .NET SDK? CorDBG – command-line debugger, and DbgCLR – graphic debugger....
N-Tier Architecture Components
N-Tier Architecture Components Clients (Browser & Standalone Application) – managesuser (a.k.a. actors) interaction with the applica...
Dotnet Framework Interview Questions
NEXT >> 1. What is .NET Framework? The .NET Framework has two main components: the common language runtime and the .NET Framework cla...
Dotnet Framework Interview Questions
NEXT >> 16. What is Assembly? Assemblies are the building blocks of .NET Framework applications; they form the fundamental unit of de...
Interview questions on Abstract Class and Interface
Interview questions on Abstract Class and Interface 1. What is an Abstract Class? Abstract class is a class that can not be instantiated. Th...
Home
|
Site Index
|
Contact Us