Free NHibernate helper tools?

后端 未结 10 2097
庸人自扰
庸人自扰 2020-12-23 23:19

Are there any free tools to help simplify working with an NHibernate project in .NET 3.5? Primarily, I\'m looking for some kind of code and config file generator to automat

相关标签:
10条回答
  • 2020-12-24 00:11

    MyGeneration has some nHibernate tempates for code generation.

    There used to be some for the free version of Code-Smith too, but I don't think they have been updated in a while.

    0 讨论(0)
  • 2020-12-24 00:11

    What about an active record implementation with attribute-based definition on top of nhibernate?

    0 讨论(0)
  • 2020-12-24 00:13

    Keep an eye out for Oren (Ayende)'s NHhibernate Profiler:

    http://ayende.com/Blog/archive/2008/11/04/nh-prof-a-guided-tour.aspx

    It is not yet released but it looks very promising.

    0 讨论(0)
  • 2020-12-24 00:17

    what about NConstruct Lite, a small powerfull tool to generating mapping files and Entities...

    0 讨论(0)
提交回复
热议问题