Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/llsaimur/employeemanager.blazor.serverside


https://github.com/llsaimur/employeemanager.blazor.serverside

Last synced: about 1 month ago
JSON representation

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