What are the advantage of ado.net?



What are the advantage of ado.net?..

Answer / Vivek Bharti

ADO.NET offers several advantages:nn1) It provides a .NET Framework data access technology that enables programmatic data access to various types of data sources, such as databases and XML files.nn2) It supports both connected and disconnected data access models, allowing applications to work with data even when not directly connected to the data source.nn3) ADO.NET provides strong support for SQL Server, including integrated support for SQL Server stored procedures and transactions.nn4) It allows developers to write data-access code that is independent of the underlying data store.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ADO.NET Interview Questions

What is sqlconnection and sqlcommand?

1 Answers  


FetCh Records No 5 to 10 From Dataset

4 Answers  


What are basic methods of dataadapter?

1 Answers  


What are the benefits of ADO.NET?

1 Answers   B-Ways TecnoSoft,


What are the data access namespaces in .NET?

1 Answers  


What is the use of SqlCommandBuilder?

1 Answers  


what is bubbled event can u pls explain

3 Answers   Wipro,


how do u connect ado.net to sql server

1 Answers   Microsystems,


i have two textboxes one for user name and another for password . i have a table name compare(which contains name,passwod etc.,)my doubt is how compare username textbox with name column and how compare password textbox with passwod column. i want the code

9 Answers   Wipro,


What is the role of the dataset object in ado.net?

1 Answers  


What are the different methods by which we can populate a dataset?

1 Answers  


What is ado.net and its architecture?

1 Answers  


Categories