从数据库自动生成获取和设置

发布于 2024-07-18 06:24:58 字数 60 浏览 10 评论 0原文

我来自 VB6,我开始将现有的 VB6 代码转换为 VB.Net。 我可以使用哪些工具来自动执行此任务?

I am coming from VB6 and I am starting to convert an existing VB6 code to VB.Net. What tools can I use to automate this task?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

相思故 2024-07-25 06:24:58

如果您正在为数据访问层和实体寻找完整的代码生成器,LLBLGen 是一个好工具。 如果您只想寻找一个简单生成实体类的工具Wilson OR Mapper是我的最爱。

还有 CodeSmith.net Tiers Templates 非常强大。

If you're looking for a complete code generator for your data access layer and entities LLBLGen is a good tool. If you only looking for a tool that simply generates entity classes Wilson OR Mapper is my favorite.

Also CodeSmith and .net Tiers Templates are very powerful.

彩虹直至黑白 2024-07-25 06:24:58

我可能会考虑使用像 nHibernate、LINQ to SQL、Entity Framework、Subsonic 等 OR/M。它会给你带来更多的好处,但它可能比自动生成 CRUD 操作更好。

I would probably look into using an OR/M like nHibernate, LINQ to SQL, Entity Framework, Subsonic etc. It'll give you a lot lot more, but it's probably better than to autogenerate CRUD operations.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文