You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a simple startup template based on ASP.NET Boilerplate framework and Module Zero.
12
+
If you need an enterprise startup project, check <ahref="http://aspnetzero.com?ref=abptmpl" target="_blank">ASP.NET ZERO</a>.
13
+
</p>
5
14
6
-
<p>
7
-
This is a simple startup template based on ASP.NET Boilerplate framework and module-zero.
8
-
If you need an enterprise startup template, check <ahref="http://aspnetzero.com?ref=abptmpl" target="_blank">ASP.NET ZERO</a>.
9
-
</p>
15
+
<h3>What is ASP.NET Boilerplate?</h3>
10
16
11
-
<h3id="DocIntro">What is Module Zero?</h3>
17
+
<p>
18
+
ASP.NET Boilerplate is an application framework built on latest <strong>ASP.NET Core</strong> framework.
19
+
It makes easy to use authorization, dependency injection, validation, exception handling, localization, logging, caching, background jobs and so on.
20
+
It's built on already familiar tools like Entity Framework, AutoMapper, Castle Windsor...
21
+
</p>
12
22
13
-
<p>
14
-
ASP.NET Boilerplate framework is designed to be independent of any database
15
-
schema and to be as generic as possible. Therefore, It leaves some concepts
16
-
<strong>abstract</strong> and <strong>optional</strong> (like audit logging, session management and authorization)
17
-
which requires some <strong>data store</strong>.
18
-
</p>
19
-
<p>
20
-
<strong>Module Zero </strong>implements all fundamental concepts of ASP.NET
21
-
Boilerplate framework such as <ahref="http://www.aspnetboilerplate.com/Pages/Documents/Zero/Tenant-Management">tenant management</a> (<strong>multi-tenancy</strong>),
It extends user and role managers and implements user and role stores using generic repositories.
45
-
It supports any ORM that can be used with ASP.NET Boilerplate
46
-
(like Entity Framework and NHibernate). While module zero extends Identity Framework, it has many unique features.
47
-
</p>
31
+
<p>
32
+
ASP.NET Boilerplate framework is designed to be independent of any database
33
+
schema and to be as generic as possible. Therefore, It leaves some concepts
34
+
<strong>abstract</strong> and <strong>optional</strong> (like audit logging, permission and setting stores)
35
+
which requires some <strong>data store</strong>.
36
+
</p>
37
+
<p>
38
+
<strong>Module Zero </strong>implements all fundamental concepts of ASP.NET
39
+
Boilerplate framework such as <ahref="http://www.aspnetboilerplate.com/Pages/Documents/Zero/Tenant-Management">tenant management</a> (<strong>multi-tenancy</strong>),
0 commit comments