This commit is contained in:
Halil İbrahim Kalkan 2015-12-14 11:02:47 +02:00
Родитель 7a3d2ac829
Коммит a92eeba07a
1 изменённых файлов: 3 добавлений и 8 удалений

Просмотреть файл

@ -6,19 +6,14 @@ 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.
See http://www.aspnetboilerplate.com/Pages/Documents/Zero/Overall for more information.
How to start?
-------------------
Follow the documentation to start with module-zero: http://www.aspnetboilerplate.com/Pages/Documents/Zero/Installation
Follow the documentation to start: http://www.aspnetboilerplate.com/Pages/Documents/Zero/Installation
Sample Projects
-------------------
* https://github.com/aspnetboilerplate/eventcloud
* https://github.com/aspnetboilerplate/questions-answers
* https://github.com/aspnetboilerplate/questions-answers