Base solution for your next web application

Activities of "ericgrover"

Can you please add Azure AD authentication to the templates as well as the other OAuth choices?

Question

The templates make it difficult to create bounded contexts within my solution. I would like to be able to create separate solution folders and have application, core, and entity framework projects for each bounded context, but since the default template uses the solution namespace as the default namespace for all of the projects, it requires a great deal of renaming throughout the class files.

Also, the user authentication / authorization and multi-tenant code needs to be refactored out into a Kernal assembly so that the core and application projects can be just focused on their bounded context.

Question

I am curious as to why there is not an implementation of Value Object (<a class="postlink" href="https://blogs.msdn.microsoft.com/cesardelatorre/2011/06/06/implementing-a-value-object-base-class-supertype-patternddd-patterns-related/">https://blogs.msdn.microsoft.com/cesard ... s-related/</a>) in the ABP framework?

It seems like this is an essential part of DDD, and I am surprised it isn't included in the framework.

Showing 1 to 3 of 3 entries