Automate DDD

4

Is there a faster way to create a structure in asp.net mvc using DDD (plugin or framework)?

For example, whenever you create a new entity, you must create many files in several projects and still configure the automapper and ninject. Is there any way to after creating a base class that remainder that start is always equal to be generated "alone"?

    
asked by anonymous 19.01.2016 / 18:44

1 answer

4

Yes, using MvcScaffolding.VS2015 .

You will have to write your own Scaffolder . See here .

If you want one more thing inside Visual Studio, You can create your Scaffold using SideWaffle .

    
19.01.2016 / 19:20