https://github.com/ankitsharma-007/spa-with-blazor
Creating a Single Page Application with Razor pages in Blazor using Entity Framework Core database first approach.
https://github.com/ankitsharma-007/spa-with-blazor
ankit-sharma article asp-net-core blazor c-sharp database entity-framework-core razor-pages single-page-app spa sql-server visual-studio-2019 webapi
Last synced: about 2 months ago
JSON representation
Creating a Single Page Application with Razor pages in Blazor using Entity Framework Core database first approach.
- Host: GitHub
- URL: https://github.com/ankitsharma-007/spa-with-blazor
- Owner: AnkitSharma-007
- Created: 2018-05-27T09:43:08.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-02-14T07:40:47.000Z (about 5 years ago)
- Last Synced: 2025-02-25T10:51:13.024Z (about 2 months ago)
- Topics: ankit-sharma, article, asp-net-core, blazor, c-sharp, database, entity-framework-core, razor-pages, single-page-app, spa, sql-server, visual-studio-2019, webapi
- Language: C#
- Size: 27.5 MB
- Stars: 32
- Watchers: 3
- Forks: 15
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SPA-With-Blazor
We are going to create a Single Page Application (SPA) using Razor pages in Blazor with the help of Entity Framework Core database first approach. Single-Page Applications are web application that load a single HTML page and dynamically update that page as the user interacts with the app. We will be creating a sample Employee Record Management System and perform CRUD operations on it.
We will be using Visual Studio 2019 and SQL Server 2017.
# Demo

# Read the full article at
http://ankitsharmablogs.com/creating-a-spa-using-razor-pages-with-blazor/