Create an Application in Visual Studio
- Last Updated: April 16, 2026
- 2 minute read
- ADO.NET
- Documentation
The data provider allows you to create applications with Microsoft Visual Studio. You can use the graphical user interface of Visual Studio to perform a variety of tasks. To create an application in Visual Studio using DDTek.OracleDotnet.DLL:
-
On the start page, click Create a new project.

-
In the search box, enter console and then choose the applicable console application template. Click Next.

-
In the Configure your new project window, enter the project name and location. Click Next.

-
In the Additional information window, select .Net 6.0 (Long-term support) from the Framework dropdown. Click Create to continue.

-
Add the
DDTek.OracleDotnet.version.nupkgNuGet package to the project, where version is the version number of the NuGet package. To learn how to install a NuGet package into a Visual Studio application, refer to Install and use a package in Visual Studio in the Microsoft documentation.Note: The NuGet installer does not provide a license file. Use the license file generated by the ADO.NET installer to use with the NuGet package.