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

https://github.com/ankitsharma-007/blazor-cascadingddl-efcore

Cascading Dropdown List in Blazor using Entity FrameWork Core
https://github.com/ankitsharma-007/blazor-cascadingddl-efcore

ankit-sharma article asp-net-core blazor dropdownlist entity-framework-core sql-server visual-studio-2019 webapi

Last synced: 5 months ago
JSON representation

Cascading Dropdown List in Blazor using Entity FrameWork Core

Awesome Lists containing this project

README

          

# Blazor-CascadingDDL-EFCore
We will create a cascading dropdown list in Blazor using Entity Framework Core database first approach. We will create two dropdown list – Country and City. On selecting the value from country dropdown, we will change the value of City dropdown.

We will be using Visual Studio 2019 and SQL Server 2017.

# Demo

![Alt Text](https://github.com/AnkitSharma-007/Blazor-CascadingDDL-EFCore/blob/master/Output/BlazorDDL.gif)

# Read the full article

http://ankitsharmablogs.com/cascading-dropdownlist-in-blazor-using-ef-core/