从文件设置 Fluent NHibernate 指南 - 新项目

发布于 2024-10-03 09:19:02 字数 490 浏览 4 评论 0原文

我正在尝试创建一个新项目,并且我想使用 NHibernate(特别是 Fluent NHibernate)。

我学习新技术的最大问题就是如何设置它,而我在这方面遇到了很多困难。我开始看这个(http://dotnetslackers.com/articles/ado_net/Your-very-first-NHibernate-application-Part-1.aspx#download- Fluent-nhibernate),但它似乎已经过时了,因为我也看了这个(http://wiki. Fluentnhibernate.org/Getting_started#Installation),他们有不同的二进制文件。

还有其他几个指南,但大多数都假设您的项目中已经有 NHibernate,并且它只是设置 Fluent NHibernate 的指南。

有没有简单的指南可以帮助您从头开始使用“文件 - 新项目”进行设置?

我不知道这是否有什么区别,但我正在使用 .NET 4.0 和 MVC。

I'm trying to create a new project, and I want to use NHibernate (specifically Fluent NHibernate).

My biggest problem learning a new technology is just getting it set up, and I'm having a lot of difficulties with this. I started out looking at this (http://dotnetslackers.com/articles/ado_net/Your-very-first-NHibernate-application-Part-1.aspx#download-fluent-nhibernate), but it seems outdated, as I also looked at this (http://wiki.fluentnhibernate.org/Getting_started#Installation), and they had different binaries.

There are several other guides, but most assume that you have NHiberate in your project already, and it's only a guide to set up Fluent NHibernate.

Any simple guides out there that will help you set it up, starting from the very beginning with File - New Project?

I don't know if it makes a difference, but I'm using .NET 4.0 and MVC.

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

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

发布评论

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

评论(1

一百个冬季 2024-10-10 09:19:02

我建议您查看 NuGet。这接管了首次设置 NHibernate(以及许多其他软件包!)这一公认的可怕工作。

使用 NuGet,设置二进制文件应该简单如下

add-package nhibernate.core

I would recommend you take a look at NuGet. This takes over the admittedly gruesome job of setting up NHibernate for the first time (and many other packages!).

With NuGet, setting up binaries should be as simple as

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