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.
DataSet、DataTable、DataAdapter などを使用せずに、任意のデータベース サーバーで C# を使用してアプリケーションを作成する方法はありますか? (この場合、DataGridView も使用せずに)
ADO.Net EntityFramework を使用して、DataSet なしでデータベースを操作できます。または、他の ORM を使用することもできます。