Open Source - GoJazz Starter Example - Roles and Membership - ASP.NET CORE 2.2 + Bootstrap 4
Demo Url Link: http://gojazz-starter.azurewebsites.net
login
- email: super@admin.com
- password: 123456
ASP.NET Starter Example - Roles and Memberships
Custom modification ASP.NET identity with additions:
- - configuration over development (Identity configuration through appsettings.json)
- - custom error management (ex: 404 and 500 custom error page)
- - user membership with dynamics roles management
- - dbinitializer for data seed (ex: super admin user initialization)
- - user registration and change password management
- - basic profile management
- - override identity user with custom column
- - active / de-active member
- - custom security service implemented through DI (dependency injection)
- - xsrf / anti forgery token
- - clean code with comments
- - implemented using beautiful asp.net gojazz theme (bootstrap 4)
The product come with integrated example app, simple todo list app that will shows:
- - full CRUD of todo entity
- - datatables.net with simple custom configuration
- - toastr for simple notifications
Development Environment
- - ASP.NET Core 2.2
- - Visual Studio 2017 Community Edition
- - Windows 10
Prerequisite:
- - small amount knowledge of web programming using ASP.NET , C# and Visual Studio
note:
- - please try the demo first before you decide to buy
Running The Projects:
- Open the project using Visual Studio
Open Source / Full Code
The product come with full source code. You can customize the source code and use it as starter project template.