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# 创建应用程序,但不使用 DataSets、DataTables、DataAdapters 等?(在这种情况下,也没有使用 DataGridView)
您可以使用 ADO.Net EntityFramework 来处理没有数据集的数据库。或者您可以使用任何其他 ORM。