doc/WebSite/Zero/Overall.md
The ASP.NET Boilerplate framework is designed to be independent of any database schema and to be as generic as possible. Therefore, it leaves some concepts abstract and optional, like audit logging, session management and authorization, which require some sort of data store.
Module Zero implements all the fundamental concepts of the ASP.NET Boilerplate framework such as tenant management (multi-tenancy), role management, user management, session, authorization (permission management), setting management, language management, audit logging and more.
This module has two versions:
See all packages.
The source code of this module is also maintained in the main GitHub repository (Abp.Zero.* and Abp.ZeroCore.* projects).