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

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

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.

![screen](assets/exportCountry.png)

# 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