It is an Asp.Net Mvc Web Api and Angular JS based ERP application with several modules such as Purchase, Production, Sales, Inventory, Finance etc.
Here we use http://aspnetboilerplate.com/ and followed all best practices
Such as Framework is built on latest ASP.NET MVC & Web API technologies. It makes easy to use authorization, dependency injection, validation, exception handling, localization, logging, caching and so on. It makes these not only itself but also using popular framework and libraries.
Implements NLayer architecture (Domain, Application, Infrastructure and Presentation Layers) and Domain Driven Design (Entities, Repositories, Domain/Application Services, DTO's...) with SOLID principle. Also implements and provides a good infrastructure to implement best practices such as Dependency Injection.
We implement Single-Page application using Angularjs 1.x follow John Papa convention (https://github.com/johnpapa/angular-styleguide/tree/master/a1)