How Can I Improve ADO.NET Performance?

The CLR was designed from the start to provide optimized performance. By using 100% managed code, you can take advantage of the numerous built-in services of the CLR to enhance the performance of your managed application.


Because of the runtime services and checks that the CLR performs, applications do not need to include separate versions of these services.

Performance and scalability may be impacted by many different factors, from application architecture to tuning options to the software itself. Using 100% managed code eliminates the need to call COM components. In managed code, all the data, logic and processing reside within the CLR. 100% managed code eliminates dependencies on native vendor code.

Applications built from managed code can call COM components and other unmanaged code. However, the cost can become very expensive because of extra security checks.

To learn more about optimizing DataDirect's ADO.NET data providers for high performance data connectivity, visit this page.

 


Related:
ADO.NET DataDirect
DCI-FAQ -Hero-BG

DataDirect ADO.NET Connectors

Connect to your application with enterprise level ADO.NET connectivity