Skip to content

jinge1936/module-zero

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ASP.NET Boilerplate - Module Zero

What is 'module zero'

Module-Zero is the module that implements abstract concepts of ASP.NET Boilerplate framework, also adds some useful stuff for enterprise web applications:

  • Implements ASP.NET Identity framework for User and Role management.
  • Provides a Role and Permission based authorization system.
  • Provides infrastructure to develop multi-tenant applications.
  • Implements Setting system of ASP.NET Boilerplate to store Tenant, Application and User level settings in the database.
  • Implements audit logging.
  • Implements session management.

How to start?

Follow the documentation to start with module-zero: http:https://www.aspnetboilerplate.com/Pages/Documents/Zero/Installation

Sample Projects

About

ASP.NET Boilerplate - Module Zero

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 99.7%
  • Batchfile 0.3%