.Net 2.0 的微 ORM?

发布于 2025-01-01 05:45:10 字数 1536 浏览 0 评论 0原文

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

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

发布评论

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

评论(4

寂寞花火° 2025-01-08 05:45:10

Simple.Data简洁

我正在使用 Dapper 构建 WCF 服务,并且可以推荐它。

编辑:啊,刚刚注意到 2.0 的事情,这两个都需要 4。看看你是否可以更新!

How about Simple.Data or Dapper.

I'm in the process of building a WCF service using Dapper and can recommend it.

EDIT: Arrgh, just noticed the 2.0 thing, both of these require 4. See if you can update!

江心雾 2025-01-08 05:45:10

找不到在.Net 2.0环境中运行良好的一个。将编写 4.0 的应用程序并部署在不同的服务器上。

Couldn't find one that worked well in .Net 2.0 environment. Will be writing the app for 4.0 and deploying on a different server.

千纸鹤 2025-01-08 05:45:10

LLBLGen 是一个选项。与 2.0 一起使用,它使用的模板足够灵活,可以生成类似 POCO 的类。然而,它不是免费的。

LLBLGen is an option. Works with 2.0 and the templates it uses are flexibile enough to generate POCO-like classes. It's not free, however.

花伊自在美 2025-01-08 05:45:10

PetaPoco 仅支持 .net 3.5在上面的 PetaPoco.cs 文件中添加以下行 using 语句:

#define PETAPOCO_NO_DYNAMIC

PetaPoco supports .net 3.5 just add the following line at the PetaPoco.cs file above using statements:

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