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
- Host: GitHub
- URL: https://github.com/ankitsharma-007/blazor-cascadingddl-efcore
- Owner: AnkitSharma-007
- Created: 2018-05-12T18:30:43.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-02-14T07:41:25.000Z (over 5 years ago)
- Last Synced: 2025-05-07T09:08:03.635Z (5 months ago)
- Topics: ankit-sharma, article, asp-net-core, blazor, dropdownlist, entity-framework-core, sql-server, visual-studio-2019, webapi
- Language: C#
- Homepage:
- Size: 27.1 MB
- Stars: 13
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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

# Read the full article
http://ankitsharmablogs.com/cascading-dropdownlist-in-blazor-using-ef-core/