Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ankitsharma-007/blazor-server-side-spa
A Single Page Application (SPA) using the Server-Side Blazor with the help of Entity Framework Core database first approach.
https://github.com/ankitsharma-007/blazor-server-side-spa
ankit-sharma article asp-net-core blazor csharp entity-framework-core single-page-app spa sql-server visual-studio-2019
Last synced: 3 months ago
JSON representation
A Single Page Application (SPA) using the Server-Side Blazor with the help of Entity Framework Core database first approach.
- Host: GitHub
- URL: https://github.com/ankitsharma-007/blazor-server-side-spa
- Owner: AnkitSharma-007
- License: mit
- Created: 2018-08-09T18:46:31.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-04-12T12:16:21.000Z (almost 3 years ago)
- Last Synced: 2024-10-29T20:06:34.648Z (3 months ago)
- Topics: ankit-sharma, article, asp-net-core, blazor, csharp, entity-framework-core, single-page-app, spa, sql-server, visual-studio-2019
- Language: HTML
- Homepage:
- Size: 8.89 MB
- Stars: 38
- Watchers: 4
- Forks: 17
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Blazor-Server-Side-SPA
We will create a sample Employee Record Management System and perform CRUD operations on it. We will use a form to accept the user inputs. The form will have client-side validations and contains a dropdown list, which will bind to a database table. We will also provide a filter option to the user to filter the employee records based on employee name.We will use Visual Studio 2022 and SQL Server 2017.
# Demo
![Demo](https://github.com/AnkitSharma-007/Blazor-Server-Side-SPA/blob/master/Output/BlazorServerDemo.gif)
# Read the full article at
http://ankitsharmablogs.com/single-page-application-using-server-side-blazor/