
Screenshot_1.jpg Screenshot_10.jpg Screenshot_11.jpg Screenshot_12.jpg Screenshot_13.jpg Screenshot_14.jpg Screenshot_15.jpg Screenshot_16.jpg Screenshot_17.jpg Screenshot_18.jpg Screenshot_2.jpg Screenshot_32.jpg Screenshot_33.jpg Screenshot_4.jpg Screenshot_5.jpg Screenshot_6.jpg Screenshot_7.jpg Screenshot_8.jpg Screenshot_9.jpg
User Management
User Management is ASP.NET Core (5.0), 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 5.0, IdentityCore, Entity Framework Code First, MS SQL SERVER 2017/MySQL, AdminLTE 3.0.5, JavaScript, jQuery data table, bootstrap 4, sweetalert, toastr, Fontawesome etc.Prerequisite Application
Microsoft Visual Studio Community 2019, Dot Net Core 5.0, MS SQL SERVER 2017/MySQL, IIS, Chrome/Edge Browser.FAQ
Full Source Code and code first project running guideline.Demo Video Preview
https://youtu.be/DZg1-VomYB4UI:
https://photos.app.goo.gl/G19zYA8UaKGtNWQa9Functional Feature
- Integrated with AdminLTE Theme, 100% responsive, works well in mobile, tablet, laptop, and desktop devices.
- Interactive Dashboard
- Add, Update and Delete User and Role.
- User Listing with server-side faster pagination, filtering, and sorting.
- Option to send email via SMTP.
- Option to send email via SendGrid.
- Admin can Setup Page(Screen) and Action mapping.
- You can view user login activity.
- Users can manage User profiles.
- Admin Can Reset User password from the panel.
- Quickstart Guide Documentation to add new features
Technical Features
- ASP.NET Core 5.0
- MSSQL/MySQL
- Razor and jQuery for FE
- jQuery DataTable for faster data load
- Sweet Alert2 and Toaster notification
- select2 dropdown
- ASP.NET Core MVC Architecture
- EF Core code first
- Uses Swagger for API documentation
- Dependency Injection
- Standard Naming conventions
- JWT Token Based Authentication and Claim Based Authorization
- All Methods are Async/Await
- CORS Settings
- No full page loading CRUD operation
How to Run Project
Step 1:
Unzip the downloaded folder(UserManagement_src)
Step 2:
Open UserManagement.sln file with Visual Studio 2019
Update database connection: appsettings.json
“DefaultConnection”: “Server=DEVSTATION\\MSSQLSERVER2017;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
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.
Supports:
If you want to modify or add new features, you can always contact us at, shahedbddev@gmail.comVersion 1.0.2
.Net Core 3.1 to 5.0 MySQL DB Support No Page Loading JWT added Swagger API documentation added
Version 1.0.0
Initial Release