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.
我正在使用 4 层的企业库 DAAB
用户界面层、自定义类型层、业务逻辑层、数据访问层。
我想保留 4 层,请指导是否有任何最好的免费/开源代码生成器可以生成我的 DAL 类。或者使用简单的 ado.net 生成 DAL 的某种方式?
谢谢
您检查过实体框架(.NET 4.0 的一部分)吗?:) 它可以根据您现有的数据库结构生成 DAL 类。它是免费的。