Recommended Castle Windsor/NHibernate stack?

穿精又带淫゛_ 提交于 2019-12-04 13:00:11

You should check out S#arp Architecture. Comes with a VS project template, has all the binaries you will need to get up and running very quickly. Uses ASP.NET MVC 1.0, NHibernate 2.0.1 (but 2.1 has been documented and will work), Castle, etc.

It's a great framework. Awesome documentation and a very helpful user community.

So far the best options is unfortunately to check out the trunk of Castle, compile and use it that way.

This will be 'fixed' when Castle Windsor gets released (soon ;) ).

I am using the following components :

  • NHibernate 2.0.1GA
  • NHibernate Validator 1.0.0GA
  • Castle Windsor (custom build)

In order to get a version of Castle Windsor & co that matches what NHibernate expects, I checked out revision 5330 of Castle (which is what NH was built against) from their subversion repository and built it.

Works like a charm.

Use the Castle build server. It comes with its own NHibernate files.

What Todd said above. the S#arpe architecture will save you days and days from trying to sort out dependencies manually.

There is also hornget:

which seems to have died but there is now also Nu:

These take out the pain of dependancy hell and get n00bs up and running much faster and with less worry about build versions and all that. There's a sharp learnign curve to all this but the pain is worth it :)

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!