Description
User Management, ASP.NET Core 3.1, IdentityCore, Entity Framework(EF) Code First, AdminLTE 3.0.5
User Management
User Management is ASP.NET Core (3.1), IdentityCore, C#, EF code first web applications which help you to create, update delete, read and manage user information very smoothly with cool UI and firster paging, sorting, and searching functionality. Along with each user’s login history.
Technologies
Microsoft Visual Studio Community 2019, ASP.NET Core 3.1, IdentityCore, Entity Framework Code First, MS SQL SERVER 2017, AdminLTE 3.0.5, JavaScript, jQuery data table, bootstrap 4, sweetalert, toastr, Fontawesome etc.
Prerequisite Application
Microsoft Visual Studio Community 2019, Dot Net Core 3.1, MS SQL SERVER 2017, IIS, Chrome/Edge Browser.
FAQ
Full Source Code and code first project running guideline.
Demo Video Preview
[wpcc-iframe title=”User Management, ASP.NET Core 3.1, IdentityCore, Entity Framework(EF) Code First, AdminLTE 3.0.5″ width=”1260″ height=”709″ src=”https://www.youtube.com/embed/GrCFgzHaZX8?feature=oembed” frameborder=”0″ allow=”accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture” allowfullscreen=””]
Key Features
+ Register New User
+ Reset Password
+ Forgot Password and Recovery
+ Admin Dashboard
+ Recent Registered User
+ User Management: Admin
+ Manage Page Access + Email Setting for email notification and confirmation
+ User Profile
+ Identity Setting
+ Login History
How to Run Project
Step 1:
Unzip the downloaded folder(UserManagement_src)
Step 2:
Open UserManagement.sln file with Visual Studio 2019
Step 3:
Update database connection: appsettings.json
“DefaultConnection”: “Server=DEVSTATIONMSSQLSERVER2017;Database=UserManagement;User ID=sa;Password=dev123456”
- Server=Your MS SQL Server Name
- User ID= Your MS SQL Server User Name
- Password= Your MS SQL Server User Password
Step 4:
Build and run by pressing f5
https://localhost:44374/
- Initially in the SQL server, relevant data will be created in the database dynamically as code first approach.