开发者

How does MS Data Access Application Block(daab) compare to ado.net datareader performance wise

开发者 https://www.devze.com 2022-12-26 07:39 出处:网络
I am going to use the DAAB to prevent a lot of manual labor in my d开发者_StackOverflow社区atabase intensive application. But before I get started I would like to know if there would be any noticeable

I am going to use the DAAB to prevent a lot of manual labor in my d开发者_StackOverflow社区atabase intensive application. But before I get started I would like to know if there would be any noticeable perfoemce differences between using the native ado.net datareader and the DAAB.


Most of your performance hit is going to be in the database reads/writes. That's true whether you use ADO.NET or DAAB, or any other DAL for that matter.

0

精彩评论

暂无评论...
验证码 换一张
取 消