.net 对象持久化

发布于 2024-08-13 04:21:45 字数 223 浏览 2 评论 0原文

您能否推荐一个免费、开源或低成本的.net对象持久框架?我并不是在寻找像 NHibernate 或实体框架这样的 ORM 工具。描述我的需求的最接近的商业产品是 fastobject.net 框架。谢谢。

Can you please suggest a free, open source or low cost .net object persistence framework? I am not looking for ORM tools like NHibernate or Entity Framework. The closest commercial product that describes my need is fastobject.net framework. Thanks.

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

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

发布评论

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

评论(5

眼眸印温柔 2024-08-20 04:21:46

你可以看看 SubSonic,在“真正的”ORM 意义上,它不像 NHibernate 那样深入工具,但当涉及到持久性时,它很好地达到了目的。

You could have a look at SubSonic, goes not as deep as NHibernate does in the sense of being a 'real' ORM tool but when it comes to persistence it serves it's purpose very well.

姐不稀罕 2024-08-20 04:21:46

.Net SOP - 可扩展对象持久性(v4.5)正是您所寻找的。可扩展、稳定、轻量级、内存要求低,并且位于单个 DLL 中。它支持坚如磐石的事务(应用程序崩溃、电源故障等......它将恢复、回滚到之前的提交状态)并且非常可扩展(使用普通笔记本电脑在 2 小时以上插入 1 亿次)。它是免费、开源(LGPL 2.1 许可证)和免版税重新分发,链接:http://sop.codeplex.com< /a>.

这是第一个达到此性能+稳定性级别的托管代码。没有比较...您必须阅读产品功能集并尝试一下。

.Net SOP - Scalable Object Persistence (v4.5) is what you are looking for. Scalable, Stable and lightweight, low-memory req't and housed in a single DLL. It supports rock solid transaction (app crash, power-failure, etc... it will recover, rollback to previous committed state) and very scalable (100 million inserts in 2+ hrs using an avg laptop). It is Free, Open Source (LGPL 2.1 license) and Royalty Free redistribution, link: http://sop.codeplex.com.

This is the very 1st managed code achieving this performance + stability level. No comparison... you've got to read the product feature set and try it.

避讳 2024-08-20 04:21:45

Karvonite。它承诺简单且非侵入性,但我自己还没有使用过。

Karvonite. It promises to be simple and non-invasive, but I haven't used it myself.

匿名的好友 2024-08-20 04:21:45

请在 www.db4o.com 上尝试 db4o。它最近被Versant收购。

一些专业人士:
它是开源的,提供 java 和 c# 代码。
该框架非常易于使用。
社区非常好,您可以在论坛上快速获得答案。

Try db4o at www.db4o.com. It was recently acquired by Versant.

Some pro's:
It's open source with code available in java and c#.
The framework is dead easy to use.
The community is quite nice and you can get answers quickly on the forums.

节枝 2024-08-20 04:21:45

看看 CSLA.NET - http://lhotka.net/

Have a look at CSLA.NET - http://lhotka.net/

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