Many times you would like to use open sources like Nunit, Log4net, Jquery , Ninject etc in your project. To do the same you need to search them, download the DLL’s, check which is a proper version, add it to your project etc. Sometimes integrating these DLL’s are very complex it needs to be configured, some of the config files needs to be updated etc.
All the above things are now simplified using Nuget. Nuget is a nothing but it’s a visual studio extension, once this extension is installed, you just need to fire the “install” command to get the DLL’s in your project.
For instance if you want to include nunit in your project, you just need to type:-
Install-Package NUnit
You can visit our site for more such .Net and c# interview questions on http://www.dotnetinterviewquestions.in/
