Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

StudioX - Framework

What is StudioX Framework?

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

Framework

StudioX Framework is an application framework built on latest ASP.NET Core, 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 popular framework and libraries.

Architecture

StudioX Framework 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.

How To Build

Use Visual Studio 2017 to build the solution yourself.