Benefits of ADO.NET

Filed Under (Software Development) by admin on 01-12-2008

Tagged Under :

ADO.NET, a part of the base class library included with the Microsoft .NET Framework, is a set of computer software components used by programmers to access data and data services.

ADO.NET offers numerous advantages compared to its previous versions of ADO and other data access components.

Along with its supports for programmers to access and modify data stored in Relational Database systems, various other benefits of the ADO.NET can be listed as follows;

1. Interoperability- You can avail the advantage of the flexibility and broad acceptance of XML in ADO.NET applications.

2. Maintainability- Various substantial, architectural changes and transformations required in the life of a deployed system can be easily carried out, if the application is implemented in ADO.NET using datasets.

3. Programmability- ADO.NET data components enables you program more quickly and with fewer mistakes in Visual Studio encapsulate data access functionality. It also allows you to access data through typed programming as ADO.NET data classes generated by the designer tools result in the typed datasets.

4. Performance- ADO.NET datasets offer performance advantages, for disconnected applications, over ADO disconnected record sets.

5. Scalability- ADO.NET enables scalability by helping the programmers to conserve limited resources.

 

Video