我应该如何使用 OpenRasta 实现 NHibernate?

发布于 2024-12-17 04:45:30 字数 71 浏览 0 评论 0原文

在这里寻找最佳实践类型。我应该在 OpenRasta 中做什么来实现 Fluent NHibernate,包括适当的会话管理等。

Looking for a best practice type of thing, here. What should I do in OpenRasta to implement Fluent NHibernate, including proper session management, etc.

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

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

发布评论

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

评论(1

陌生 2024-12-24 04:45:30

下面是我最近遇到的一个使用 OpenRasta、NHibernate 和 FluentNHibernate 的示例项目:https://github。 com/DveMac/OpenRasta.Forum 该项目使用将 ISession 传递到 Repository 实例的构造函数中的模式。它使用 StructureMap 来控制 NHibernate 会话的生命周期。

Here is an example project that I came across recently that uses OpenRasta, NHibernate, and FluentNHibernate: https://github.com/DveMac/OpenRasta.Forum The project uses the pattern of passing ISession into the constructor of a Repository instance. It uses StructureMap to control the lifecycle of the NHibernate session.

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