.NET ORM solution with class auto-generation: Subsonic, Castle AR, …?

前端 未结 6 591
终归单人心
终归单人心 2021-01-05 07:50

I used to work with a custom data mapping library, and curently I\'m trying to switch to a more widespread ORM solution.

After some experimentation, I refined my req

6条回答
  •  無奈伤痛
    2021-01-05 08:07

    We use CodeSmith for Code Generation and can highly recommend it as a generation tool.

    If you look at CodeSmith it supports various ORM / Business Object Templates.

    We implemented our own CSLA (see http://www.lhotka.net/) templates a few years ago to get to grips with CSLA which is more than just ORM. CSLA is great and works very well and its highly scalable. We have now created our own framework and dropped the core CSLA framework as we didnt need all the features and made things a bit more lightweight.

提交回复
热议问题