We are creating a big project/ERP in our software firm where we are using area concept for different modules. Problem is when we are publishing the project, there are only 5 project related DLLs like **.core.dll, *.utlility.DLL etc. What I am wanting is, to create DLLs for each area like HRMS.dll, Payroll.DLL, inventory.DLL etc. Is there any process?
In MVC Solution, if you have added multiple projects then each project has it own seperate .dll, but if you have one project and divided it using "MVC Areas" then I think it is not possible to get seperate DLL for it, as the project is same.
Subscribe to our weekly Newsletter & Keep getting latest article/questions in your inbox weekly