This is a post about how to add SQLite references into Visual Studio project.there are two ways to add a SQLite references into a project that we create.
SQLite Online Instalation
First we can use the Nuget Package Manager Console, an you can see picture below to find out where the menu "Nuget Package Manager Console"
and to do this task you need internet connection.
after you click a new window will appear, usually a new window that will appear below, like this.

typewriting as shown below and enter

Do not worry about the operating system you are using, 32 / 64 bit, it will be automatically adjusted.
SQLite will automatically start the instalation.
if SQLite successull installed, will shown you the information as shown below.

CONGRATULATIONS !!
SQLite has been properly installed on your project.
Next :
No comments:
Post a Comment