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.
データベースへのインターフェイスとして.NETWebサービスを使用しています。このWebサービスから行を返す最良の方法は何ですか?
.NET2.0でDataTableオブジェクトを返す際に問題が発生したことをぼんやりと覚えています。それらの問題はまだ存在しますか?
更新: .NET1.1の 問題のいくつか。また、2.0では、DataTableはクライアント側でDataSetオブジェクトとして逆シリアル化されると思います。私は正しいですか?