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.
只是想知道是否有一种方便的工具可以使用 POCO 并允许人们通过 EF 将数据输入数据库而无需编写 MVC 代码。一些 EF 设计者有试图做到这一点的网格,但是当涉及到身份 ID 列时,一些设计者就会陷入困境。
谢谢。
我想你想要的是Linqpad。在更高级的用法中,您可以包含来自程序集的命名空间并使用其中定义的 POCO。