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.
17
+
If you need an enterprise startup project, check <ahref="http://aspnetzero.com?ref=abptmpl"target="_blank">ASP.NET ZERO</a>.
18
+
</p>
14
19
15
-
<h3id="DocIntro">What is Module Zero?</h3>
20
+
<h3>What is ASP.NET Boilerplate?</h3>
16
21
17
-
<p>
18
-
ASP.NET Boilerplate framework is designed to be independent of any database
19
-
schema and to be as generic as possible. Therefore, It leaves some concepts
20
-
<strong>abstract</strong> and <strong>optional</strong> (like audit logging, session management and authorization)
21
-
which requires some <strong>data store</strong>.
22
-
</p>
23
-
<p>
24
-
<strong>Module Zero </strong>implements all fundamental concepts of ASP.NET
25
-
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.
49
-
It supports any ORM that can be used with ASP.NET Boilerplate
50
-
(like Entity Framework and NHibernate). While module zero extends Identity Framework, it has many unique features.
51
-
</p>
36
+
<p>
37
+
ASP.NET Boilerplate framework is designed to be independent of any database
38
+
schema and to be as generic as possible. Therefore, It leaves some concepts
39
+
<strong>abstract</strong> and <strong>optional</strong> (like audit logging, permission and setting stores)
40
+
which requires some <strong>data store</strong>.
41
+
</p>
42
+
<p>
43
+
<strong>Module Zero </strong>implements all fundamental concepts of ASP.NET
44
+
Boilerplate framework such as <ahref="http://www.aspnetboilerplate.com/Pages/Documents/Zero/Tenant-Management">tenant management</a> (<strong>multi-tenancy</strong>),
0 commit comments