TheFanatr / Logbook

A Single Page Application (SPA) using the Server-Side Blazor with the help of Entity Framework Core database first approach and a modal dialog to handle the user input.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blazor-Server-Side-SPA

In this article, we will create a Single Page Application (SPA) using the server-side Blazor concepts with the help of Entity Framework Core database first approach. Single-Page Applications are web applications 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. A modal popup will display the form to handle the use inputs and the form also have 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 be using Visual Studio 2017 and SQL Server 2017 for our demo. Take a look at the final application

Alt Text

Read the full article at

http://ankitsharmablogs.com/single-page-application-using-server-side-blazor/

About

A Single Page Application (SPA) using the Server-Side Blazor with the help of Entity Framework Core database first approach and a modal dialog to handle the user input.


Languages

Language:C# 96.7%Language:CSS 2.7%Language:HTML 0.5%