GoJazz Theme Combo – ASP.NET Admin Template (Full Source Code!)
GoJazz Theme Combo is admin template based on bootstrap 4 that come in two variants: ASP.NET CORE 2.2 version and ASP.NET MVC 5 version.
Demo
ASP.NET MVC 5 : https://gojazz-mvc5.azurewebsites.net/
ASP.NET CORE 2.2 : http://gojazz-core.indotalent.com/
Development Environment
- Windows 10
- Visual Studio 2017 Community Edition
How To Run
Open the project solution using Visual Studio 2017 Community Edition then run the project by press the play button
Basic Structure For Modification
Both version: ASP.NET CORE 2.2 and ASP.NET MVC 5, comes with MVC approach (Model, View, Controller). Template manipulation / implementation just focusing at the View side of the MVC. The view part is separated into two larger group: application level and per page level. All configuration that will affect application level will be stored at Shared folder inside the view. All configuration that only affect per page only will be stored inside the view folder that specific for each page. Particular CSS / JavaScript per page will be put at their page section: Styles and Scripts
Disclaimer
You should have familiarity and experience in using Visual Studio as IDE and have basic understanding on ASP.NET Core or ASP.NET MVC and C# programming language