https://github.com/ankitsharma-007/blazor-crud-with-mongodb
Single Page Application (SPA) using Blazor with the help of MongoDB as Database provider
https://github.com/ankitsharma-007/blazor-crud-with-mongodb
ankit-sharma article asp-net-core blazor csharp mongodb razor-pages single-page-app visual-studio-2017 webapi
Last synced: about 1 month ago
JSON representation
Single Page Application (SPA) using Blazor with the help of MongoDB as Database provider
- Host: GitHub
- URL: https://github.com/ankitsharma-007/blazor-crud-with-mongodb
- Owner: AnkitSharma-007
- Created: 2018-09-09T13:56:16.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-03-03T23:26:39.000Z (over 2 years ago)
- Last Synced: 2025-05-05T23:48:40.700Z (5 months ago)
- Topics: ankit-sharma, article, asp-net-core, blazor, csharp, mongodb, razor-pages, single-page-app, visual-studio-2017, webapi
- Language: C#
- Size: 15.4 MB
- Stars: 17
- Watchers: 3
- Forks: 20
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Blazor-CRUD-With-MongoDB
We will create a Blazor application using MongoDB as our database provider. We will create a Single Page Application (SPA) 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 collection in our database. We will also provide a filter option to the user to filter the employee records based on employee name.We will use Visual Studio 2019 and MongoDB 4.2.
# Demo

# Read the full article at
http://ankitsharmablogs.com/crud-using-blazor-with-mongodb/