简体   繁体   中英

Nuget vs. Web Installer. How is it related to VS 2010 extensions

Does the functionality of these overlap ? I understand web installer adds pieces to VS2010 and nuget does also..

How are these related to vs2010 extensions that are NOT allowed in vs2010 express. But nuget is allowed in vs2010 express and that seems to allow extension in the vs2010 express.

Can anyone clear this up for me ?

Nuget is for adding packages or libraries to your current "project" (project meaning general code project not vs proj file). The extension Gallery is designed to extend the functionality of Visual Studio. For instance Nuget Package Manager is in the VS Extension gallery as it extends Visual Studio and adds the ability to add package to your project.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM