James Ray Anderson

James Ray Anderson
James Ray Anderson
0 comments

VS - Package Manager Console

9:00 PM
The Package Manager Console makes it easy to get, install, and remove packages from your Visual Studio solutions.

An example of an install command:   install-package EntityFramework
An example of a remove command:   uninstall-package EntityFramework
An example of an update command:  update-package EntityFramework

You can read more on the Package Manager Console through http://docs.nuget.org.


0 comments:

 
Toggle Footer
Top