On the earlier stage of building a new software project you need a software architect to design the application and build cross cutting-features.
Some teams take a shortcut by using a ready made framework/boilerplate that provides with ready source code. for dot net developers, a famous example of that is Aspnet Zero, but here I will talk about a new rising boilerplate, I mean “Unified Identity” built by “Unified Projects” team.
Unified Identity comes with full source code for dot net 6 applications and angular 12, with the following specs:
Clean architecture
CQRS Pattern
Repository Pattern
Also basic features are already developed, the following are included with the source code:
multi tenancy
multi lingual
Authentication and authorization
Logging
Organization structure page
Audit trail
Take a look at the website and get the source code at https://www.unifiedprojects.net/
Or check the documents at https://www.unifiedprojects.net/Documents/index.html
Top comments (0)