从文件设置 Fluent NHibernate 指南 - 新项目
我正在尝试创建一个新项目,并且我想使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我建议您查看 NuGet。这接管了首次设置 NHibernate(以及许多其他软件包!)这一公认的可怕工作。
使用 NuGet,设置二进制文件应该简单如下
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