Fetching NuGet Packages

To fetch NuGet Packages, do some following:

  1. Right-click on folder in solution explorer > Manage NuGet Packages.
  2. Here, you can check for all packages that you need with description on it.
  3. Newtonsoftjson > install.
  4. We have packages.config installed. It is a XML file that list the NuGet packages that our project depends on.
  5. In order to write the database, we'll also need Entity Framework. EF is a framework for mapping objects and code to objects such as tables in database.
  6. Back to "Manage NuGet Pakcages".
  7. Install Entity Framework.

results matching ""

    No results matching ""