https://github.com/karenpayneoregon/ef-core-vs2019-winforms
Code samples for VS2019, EF Core, C# 8
https://github.com/karenpayneoregon/ef-core-vs2019-winforms
csharp csharp-core csharp8 efcore
Last synced: 4 months ago
JSON representation
Code samples for VS2019, EF Core, C# 8
- Host: GitHub
- URL: https://github.com/karenpayneoregon/ef-core-vs2019-winforms
- Owner: karenpayneoregon
- Created: 2020-11-14T16:59:05.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-27T14:52:05.000Z (over 3 years ago)
- Last Synced: 2025-01-29T00:29:41.306Z (over 1 year ago)
- Topics: csharp, csharp-core, csharp8, efcore
- Language: C#
- Homepage:
- Size: 71.3 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# About
Taking a VS2017 Windows Form and class project using Entity Framework Core to VS2019 .NET Core Windows forms.

# Instructions to run
1. Open the following [database script](https://gist.github.com/karenpayneoregon/9bdf1a7d5310ac1d562b2326d79d6038) on GitHub.
2. Run the script in Visual Studio or SSMS (SQL-Server Management Studio)
3. Perform a "Restore NuGet packages" from right clicking on Solution Explorer.
4. Buid the solution
5. Run the project NorthWindApplication
6. Select a country from the ComboBox
7. Press the button
8. Open the application executable folder to ensure the text file has been generated.
# Microsoft TechNet article location
TODO