https://github.com/llsaimur/employeemanager.jquery
Employee Manager application
https://github.com/llsaimur/employeemanager.jquery
asp-net-core csharp dotnet jquery-ajax jwt sql
Last synced: 4 months ago
JSON representation
Employee Manager application
- Host: GitHub
- URL: https://github.com/llsaimur/employeemanager.jquery
- Owner: llsaimur
- Created: 2024-05-22T06:27:28.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-05-22T06:33:14.000Z (about 1 year ago)
- Last Synced: 2025-01-30T10:29:34.071Z (6 months ago)
- Topics: asp-net-core, csharp, dotnet, jquery-ajax, jwt, sql
- Language: JavaScript
- Homepage:
- Size: 218 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# EmployeeManager.Jquery
***
Employee Manager application using ASP.NET Core
MVC, Web API, and jQuery Ajax.
Web API invoked using jQuery’s $.ajax() method.
programmed the CRUD operations using jQuery Ajax
and then implemented JWT-based authentication.
configured and generate JWT using .NET Core classes.
store and send a JWT issued by the server using client-side script.
***Features:
• Build asynchronous Web APIs
• Invoke Web APIs using Ajax capabilities of the jQuery library
• Use asynchronous methods of Entity Framework Core
• Perform user authentication using the JSON Web Token (JWT)-based
authentication scheme