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.
11
+
If you need an enterprise startup template, check <ahref="http://aspnetzero.com?ref=abptmpl"target="_blank">ASP.NET ZERO</a>.
12
+
</p>
13
+
14
+
<h3id="DocIntro">What is Module Zero?</h3>
15
+
16
+
<p>
17
+
ASP.NET Boilerplate framework is designed to be independent of any database
18
+
schema and to be as generic as possible. Therefore, It leaves some concepts
19
+
<strong>abstract</strong> and <strong>optional</strong> (like audit logging, session management and authorization)
20
+
which requires some <strong>data store</strong>.
21
+
</p>
22
+
<p>
23
+
<strong>Module Zero </strong>implements all fundamental concepts of ASP.NET
24
+
Boilerplate framework such as <ahref="http://www.aspnetboilerplate.com/Pages/Documents/Zero/Tenant-Management">tenant management</a> (<strong>multi-tenancy</strong>),
0 commit comments