What's the difference between Github and Nuget?

What's the difference between Github and Nuget? I don't quite understand both of them.

+3


source to share


1 answer


GitHub is a web hosting service for software development projects that use the Git version control system. GitHub offers both commercial plans and free accounts for open source projects. According to a 2009 Git User Survey, GitHub is the most popular Git hosting site.



NuGet is a Visual Studio extension that makes it easy to install and update third-party libraries and tools in Visual Studio.

+6


source







All Articles