Base solution for your next web application
Open Closed

Generating new entity in the different Asp.net MVC Area #12030


User avatar
0
ibrahim_fakeh created

I am working on ASP.NET MVC Core project. Latest version 13.2 I want to split my project to be more than one business module, to translate that I want to create for each business module to has an MVC Area for example HRArea, PayrollArea ect.. the issue is: when generation the entity using the power tool there is no field of the Area, there is only namespace (when changing the namespace it will effect the Application layer). how to place the controller file on the the new Area.


1 Answer(s)