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.
是否可以使用 sqlclient 和 sqlconnection(即标准 ADO.net 方式)手动连接到数据库,而不是在 Asp.Net MVC 中使用 LINQ 或实体框架?
请指导我谢谢
是的。在这方面,MVC 没有什么神奇之处。只需按照过去在操作方法中的方式创建连接和命令并填充 DataTable。