What do you think of Castle ActiveRecord?

I need a .Net ORM, and I heard some good things about it. I had NHibernate working in the past, but that seems to make it a lot easier.

However, two things were a little nervous.

  • It uses NHibernate 1.2, which seems old
  • This is RC with its latest version 18 months ago

Does anyone use it and they recommend it for a production environment? Is it still in active development?

In particular, is it worth using ActiveRecord just for the simple "ol NHibernate"?

+3
source share
3 answers

, NHibernate 2.0 2.1. RC3, , GA.

, ActiveRecord , NHibernate .., , NHibernate- , ActiveRecord (, .., afaik ActiveRecord). HQL .. NHibernate-, .

, , NHibernate ActiveRecord, , , XML.

+2

, ActiveRecord NHibernate, .

+7

, , , POCOs. , , , (, nhibernate ). , , , , .

+2

Source: https://habr.com/ru/post/1702758/


All Articles