Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/llsaimur/employeemanager.blazor.serverside
https://github.com/llsaimur/employeemanager.blazor.serverside
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/llsaimur/employeemanager.blazor.serverside
- Owner: llsaimur
- Created: 2024-05-22T06:13:18.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-05-22T06:21:57.000Z (8 months ago)
- Last Synced: 2024-05-22T07:32:55.563Z (8 months ago)
- Language: JavaScript
- Size: 392 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# EmployeeManager.Blazor.ServerSide
***
Using Blazor, created UI components using C#, HTML, and CSS
Employee Manager application that utilizes Blazor’s server-side hosting model, uses ASP.NET Core
Identity and associated Razor Pages, To perform
data access operations, the application uses Entity Framework Core. The data access
happens through repositories, pages are built using Razor Components
and use the repositories to list, insert, update, and delete employee details from the
database.
***Features:
• Learn about Blazor hosting models
• Understand what Razor Components are
• Create Blazor UI that performs data validations and data binding
• Use lifecycle methods, dependency injection, and routing
• Integrate ASP.NET Core Identity in Blazor server-side applications