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. Disconnected mode

Create project

PreviousDisconnected modeNextRead data

Last updated 2 years ago

Create project

As shown in the previous exercise we can create one more console project named DisconnectedMode in the same solution end set it as the startup project by right clicking it, once completed the solution structure will be as shown:

Install SQL client

As discussed previously we need to install the system.data.sqlclient package in this project as well since packages are project specific!