What is the primary purpose of NuGet in the .NET ecosystem?
- Database management
- User interface design
- Package management and dependency resolution
- Code compilation
Explanation
NuGet is the package manager for .NET that allows developers to easily share, discover, and consume reusable code packages. It handles dependency resolution and package installation.