Fetching NuGet Packages
To fetch NuGet Packages, do some following:
- Right-click on folder in solution explorer > Manage NuGet Packages.
- Here, you can check for all packages that you need with description on it.
- Newtonsoftjson > install.
- We have packages.config installed. It is a XML file that list the NuGet packages that our project depends on.
- 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.
- Back to "Manage NuGet Pakcages".
- Install Entity Framework.