For .NET Microsoft-supported mechanism for sharing code is NuGet, which defines how packages for .NET are created, hosted, and consumed, and provides the tools for each of those roles.
It has been an essential tool for through which developers can create, share, and consume useful code. Often such code is bundled into "packages" that contain compiled code (as DLLs) along with other content needed in the projects that consume these packages.
How to add Nuget Package to an application
It has been an essential tool for through which developers can create, share, and consume useful code. Often such code is bundled into "packages" that contain compiled code (as DLLs) along with other content needed in the projects that consume these packages.
How to add Nuget Package to an application
- Right click Refrences -> Manage Nuget Packages2. Type Nuget Package Name you need for the application here we add Entity Framework
After this the package is installed and you can use the functionalities that are provided by the package.
helpful..thanks
ReplyDelete