Creating a Console App for Working with EF Core
Learn about creating a console app, working with the Northwind sample database, using SQLite, and setting up SQLite for various operating systems.
Creating a console app
First, we will create a console app project:
Step 1: Use the preferred code editor to create a new project, as defined in the following list:
Project template:
Console App or console
Project file and folder:
WorkingWithEFCore
Workspace or solution file and folder:
Chapter10
Using a sample relational database
Get hands-on with 1400+ tech skills courses.