Skip to content

tjabell/aspnetboilerplate

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ASP.NET Boilerplate

What is ABP?

ASP.NET Boilerplate is a starting point for new modern web applications using best practices and most popular tools. It's aimed to be a SOLID model, a general-purpose application framework and a project template.

Framework

ASP.NET Boilerplate is an application framework built on latest ASP.NET MVC & Web API technologies. It makes easy to use dependency injection, logging, validation, exception handling, localization and so on. It makes these not only itself but also using most popular framework and libraries.

Architecture

ASP.NET Boilerplate implements NLayer architecture (Domain, Application, Infrastructure and Presentation Layers) and Domain Driven Design (Entities, Repositories, Domain/Application Services, DTO's...). Also implements and provides a good infrastructure to implement best practices such as Dependency Injection.

Template

ASP.NET Boilerplate easily creates startup template for your project. It includes most used framework and libraries by default. Also allows you to choice Single-Page (SPA: Angularjs or Durandaljs) or Multi-Page (MVC) architecture, EntityFramework or NHibernate as ORM.

Features

Framework

These are some key features of the framework itself:

  • Modular and NLayered architecture
  • Multi-tenancy
  • Dependency Injection
  • Domain Driven Design
  • Unit of work implementation
  • Flexible Localization system
  • Automatic data filters
  • Audit logging
  • Setting management
  • Menu management
  • Authorization
  • Exception handling
  • Validation
  • Logging
  • Event bus for domain events
  • Auto-creating Web API layer for Application Services
  • Auto-creating Javascript proxy layer to use Web API layer
  • Javascript helper methods for ajax, notifications, message boxes, making UI busy...
  • Easily working with embedded resources
  • Useful extension and helper methods

Module-Zero

Module-Zero is the module that implements abstract concepts of the framework, also adds some useful stuff for enterprise web applications:

  • Multi-tenancy
  • Role management
  • User management
  • Session management
  • Setting management
  • Audit logging

See https://github.com/aspnetboilerplate/module-zero for more

Links

Packages

No packages published

Languages

  • C# 96.5%
  • JavaScript 2.9%
  • Other 0.6%