Code Generation - First Domain / Model (DDD)

I am looking for a “complete” solution for generating code based on DDD or the first model approach. Ideally, this would be a standalone application or VS plugin that we could use and reuse to create as many standard plumbing code as possible, while also preserving my own business logic.

I would like to generate VS projects, including WCF sercvice application, data layer, entity model, etc. and client applications, such as ASP.MVC sites (and / or web forms) using forests, a Windows client.

I know that there are many options like Entity Framework vs NHibernate, open source frameworks like S # ahrp Architecture, and there are commercial products. I am open to everything, because I know that most of the investments will be on time.

Update: To add to this: Entity Framework (4.0) is a big step forward as it will generate C # business classes as well as a database schema, allowing you to focus on the “model”, which is good. Is there something that will go one level higher to ensure the creation of other objects based on some kind of (meta) model.

+3
source share
2 answers

CodeSmith. frameworks, PLINQO (Linq-to-SQL), NHibernate, CSLA . netTiers ( , ).

, , .

-

+1

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


All Articles