Wednesday, 28 November 2018

NuGet Packages in ASP.NET MVC

The ASP.NET Web Forms Application template includes a set of NuGet packages. These packages provide componentized functionality in the form of open source libraries and tools. There is a wide variety of packages to help you create and test your applications. Visual Studio makes it easy to add, remove, and update NuGet packages. Developers can create and add packages to NuGet as well. 

When you install a package, NuGet copies files to your solution and automatically makes whatever changes are needed, such as adding references and changing you’re the configuration associated with your Web application. If you decide to remove the library, NuGet removes files and reverses whatever changes it made in your project so that no clutter is left. NuGet is available from the Tools menu in Visual Studio.


For additional information about the installed libraries and packages included with the ASP.NET Web Forms template, see the list of installed NuGet packages.

To do this, In Visual Studio
1. Create a new Web Forms project,
2. select Tools ->
3. Library Package Manager ->
4. Manage NuGet Packages for Solution, and
5. Select  Installed packages in the Manage NuGet Packages dialog box.

For ASP.NET MVC Training in Gwalior
Website:


No comments:

Post a Comment