3
I have a project in Asp.Net MVC where I would like to add some new libraries.
They are available for download as .dll
, but are also available on Manage Nuget Packages.
What is the best way to add the library to the project by adding to dll
in some project directory and referencing or installing via Nuget?
What are the advantages and disadvantages?
What are the risks?
i like to use via Nuget, so when I need to download the project it loads the dependencies automatically. Nuget came to stay!!!!
– RBoschini
Nuget: What are the advantages? A.: Dependency management automatically. But what about the disadvantages? What are the risks? Are there? Why not use the other method?
– Jedaias Rodrigues