Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


what is ADO.NET

Answers were Sorted based on User's Feedback



what is ADO.NET..

Answer / anuj tyagi

ADO.Net is a class library provided by microsoft with
DotNet for database handling.
It provides classes for database connection, geting data
from database, handling transactions etc..

Is This Answer Correct ?    14 Yes 0 No

what is ADO.NET..

Answer / prajakta m

ADO.NET is a advanced interface provided by .NET to handle
the matters of databases. It includes database connection,
retrieval and manipulation of the data from varied data
sources like SQL Server, Oracle, OLEDB and ODBC.
It provides 2 architectures connected and discconnected.

Connected needs continuous open connection and disconnected
doesnt. In disconnected, DataAdapter takes care of opening
and closing the connection as and when needed

Is This Answer Correct ?    8 Yes 1 No

what is ADO.NET..

Answer / swapna

DotNet for database handling.
It provides classes for database connection, geting data
from database, handling transactions etc..

Is This Answer Correct ?    6 Yes 0 No

what is ADO.NET..

Answer / sambhav yadav

ADO.NET is part of .NET framework architecture. It is a
model used by .NET application to communicate with a
database for retrieving, accessing and updating data

Is This Answer Correct ?    6 Yes 0 No

what is ADO.NET..

Answer / akanksha mishra

It is an interface between frontend and backend.It has
many classes to communicate database.

Is This Answer Correct ?    5 Yes 2 No

what is ADO.NET..

Answer / anuradha tyagi

Ado.net is a technology.using this we can communicate with
frontend to backend.it having two coponent datareader and
dataadapter .DataReader is work only forwardonly and
readonly.It's for connectedmode only.DataAdapter only for
DisConnected mode.DataAdapter fill all the record in
DataSet.

Is This Answer Correct ?    2 Yes 0 No

what is ADO.NET..

Answer / eswar

ADO.NET is part of .NET framework architecture. It is a
model used by .NET application to communicate with a
database for retrieving, accessing and updating data

Is This Answer Correct ?    1 Yes 0 No

what is ADO.NET..

Answer / sunil yadav

ADO.NET is an object-oriented set of libraries that allows you to interact with data sources. Commonly, the data source is a database, but it could also be a text file, an Excel spreadsheet, or an XML file. For the purposes of this tutorial, we will look at ADO.NET as a way to interact with a data base.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Dot Net Framework Interview Questions

How .net assemblies are registred as private and shared assembly ?

2 Answers   Infosys, MMTS,


Can you declare an override method to be static if the original method is non-static

1 Answers  


How can you return string result from Action in ASP.Net MVC?

0 Answers  


Which are the important namespaces used in mvc?

0 Answers  


What are the mobile devices supported by .net platform

1 Answers  


What are the sub types of ActionResult?

0 Answers  


What is entitycontainer? : Entity framework

0 Answers  


What is the use of viewmodel in mvc?

0 Answers  


Which is the root namespace for fundamental types in .net framework?

0 Answers  


how do you query in entity model when the result has a join from from different database other than the entity model?

0 Answers   Microsoft,


Is mvc 4 supporting windows azure sdk (software development kit) ?

0 Answers  


About Assembly in .NET, types of assemblies, their difference, How to register into GAC. How to generate the strong names & its use ?

6 Answers   Infosys, Microsoft, MMTS,


Categories