Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
C# Winforms アプリケーションで最高のパフォーマンスと速度を実現するデータ アクセス モデルはどれですか?
Datasets を使用しないと人々が言うのはなぜですか?
それは本当に問題ではありません。真のコストは I/O にあり、クエリを dbase エンジンに取得し、結果を取得します。そして、WinForms の場合は、それらを画面に描画します。オブジェクト モデルにビットをぶつけるのは、全体のコストの何パーセントかです。