Package Manager Console-Nuget


Just after adding a new project for my application , I got to know about this really cool tool called Nuget which is an extension for Microsoft Visual Studio ,for installing various packages for your application .
With Nuget one can directly get the assmblies and reference those in a application ..
To do so , First Open your Visual studio 2010 (for eg) ---> Go to Tools -->Library Package Manager----> Package Manager Console as follows


Once you have made the selection the Console wil open up , which can be now used to get packages ( references) for your application as required
We use Powershell commands inorder to View,Update,Install  those packages


As shown above one can than use these commands at the PM> Prompt
Enjoy :)

No comments:

Post a Comment