ADO.NET Core
Basics of ADO.NET
Basics of ADO.NET
  • Concepts
    • Database tools overview
      • SSMS & VS Data tools
    • ADO.NET Basics
  • Code
    • Connected mode
      • Create the database
      • Create project
      • Read data
      • Insert data
    • Disconnected mode
      • Create project
      • Read data
      • Insert data
    • GitHub Repo
  • Optional
    • WinForms walkthrough MS
    • Northwind DB
Powered by GitBook
On this page
  • Create project
  • Install SQL client
  1. Code
  2. Connected mode

Create project

PreviousCreate the databaseNextRead data

Last updated 2 years ago

Create project

Create a console application with the following names shown below

Install SQL client

Once the project opens right click the project and select manage nuget packages search and install the below shown package