Subsonic Vs NHibernate

后端 未结 15 2296
醉梦人生
醉梦人生 2020-11-29 17:44

What is the concensus on when to use one of these tools adversed to the other? I find Subsonic very useful in terms of getting things done quickly, but on large projects it

15条回答
  •  借酒劲吻你
    2020-11-29 18:34

    The advice I've gotten on the topic is that Subsonic does not scale up to handle more complex scenarios and so if you go down that road you'll end up with a job trying to swap over to a more advanced ORM.

    I'm thus more interested in using NHibernate for complex cases, Castle Active Record for simpler cases and am keeping an eye on Fluent NHibernate which should make NHibernate mapping a lot easier (especially once the convention based mapping support is improved).

提交回复
热议问题