Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 2.73 KB

File metadata and controls

46 lines (32 loc) · 2.73 KB

Resources for Learning NuGet

This document lists useful resources to help you learn and work with NuGet. Whether you're a beginner or looking for advanced tips, these links will guide you.


Official Documentation


Tutorials and Guides


Tools and Utilities

  • NuGet Package Explorer: A GUI tool to create, inspect, and edit NuGet packages.
  • NuGet CLI: Download the NuGet command-line tool for advanced usage.
  • dotnet CLI: The .NET CLI includes NuGet commands for managing packages.

Community and Support


Advanced Topics


Contributing

If you have additional resources or find a broken link, feel free to open an issue or submit a pull request to this repository.

Back to Main