> For the complete documentation index, see [llms.txt](https://raviram.gitbook.io/ado.net-core/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://raviram.gitbook.io/ado.net-core/code/disconnected-mode/create-project.md).

# Create project

## Create project&#x20;

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:

<figure><img src="https://3784981401-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F2cTTE1y1RLsV9w1miIRi%2Fuploads%2F6r4ZPDiNos8ajYAIKht8%2Fimage.png?alt=media&amp;token=4b43d6a4-6c74-4231-8107-20563756bba2" alt=""><figcaption></figcaption></figure>

## 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!
