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.
19
+
If you need an enterprise startup project, check <ahref="http://aspnetzero.com?ref=abptmpl"target="_blank">ASP.NET ZERO</a>.
20
+
</p>
21
+
22
+
<h3>What is ASP.NET Boilerplate?</h3>
23
+
24
+
<p>
25
+
ASP.NET Boilerplate is an application framework built on latest <strong>ASP.NET Core</strong> framework.
26
+
It makes easy to use authorization, dependency injection, validation, exception handling, localization, logging, caching, background jobs and so on.
27
+
It's built on already familiar tools like Entity Framework, AutoMapper, Castle Windsor...
28
+
</p>
29
+
30
+
<p>
31
+
ASP.NET Boilerplate implements <strong>NLayer architecture</strong> (Domain, Application, Infrastructure and Presentation Layers)
32
+
and <strong>Domain Driven Design</strong> (Entities, Repositories, Domain/Application Services, DTO's...).
33
+
Also implements and provides a good infrastructure to implement common software development <strong>best practices</strong>.
34
+
</p>
35
+
36
+
<h3>What is Module Zero?</h3>
37
+
38
+
<p>
39
+
ASP.NET Boilerplate framework is designed to be independent of any database
40
+
schema and to be as generic as possible. Therefore, It leaves some concepts
41
+
<strong>abstract</strong> and <strong>optional</strong> (like audit logging, permission and setting stores)
42
+
which requires some <strong>data store</strong>.
43
+
</p>
44
+
<p>
45
+
<strong>Module Zero </strong>implements all fundamental concepts of ASP.NET
46
+
Boilerplate framework such as <ahref="http://www.aspnetboilerplate.com/Pages/Documents/Zero/Tenant-Management">tenant management</a> (<strong>multi-tenancy</strong>),
0 commit comments