NuGet 2 Essentials

Damir Arh, Dejan Dakić November 2013 Packt Publishing

The book is an up-to-date complete guide to NuGet, written in a very concise and practical manner with many hands-on examples to learn from and to see the features in action. Since NuGet is now included with every edition of Visual Studio and serves as the release vehicle for many Microsoft’s libraries, not only open source and third party ones, its importance for .NET development will only grow. If you’re a .NET developer, it should be an interesting read to you, no matter how much previous experience you already have with NuGet:

  • If you haven’t used it at all, you need to change that as soon as possible. This book can serve as a great introduction to it.
  • If you already know NuGet basics, the book will teach you, how to take better advantage of it.
  • And if you’re already a proficient user, it will probably still show you a new trick or two.

Chapter 1, Using a Package Manager in Visual Studio, introduces you to NuGet, demonstrates its benefits, and teaches the basics of using it. It will guide you through the NuGet installation process, show you how to reference your first NuGet package, and demonstrate how dependencies between packages are handled.

Chapter 2, Package Management, covers advanced aspects of using NuGet in Visual Studio. It starts out with two important aspects of NuGet packages: versioning and support for different target platforms. This is followed by a closer look at how NuGet plays along with source control systems. It ends with an introduction to the NuGet PowerShell console.

Chapter 3, Creating and Publishing a Package, focuses on the basics of creating a NuGet package for a library. It shows you how to do it manually and how to automatically create it at the end of every build. It also explains package versioning and leads you through the process of publishing your first package in the NuGet Gallery.

Chapter 4, Adding Features to a NuGet Package, drills down into the advanced features of NuGet packages. It describes the contents of a package and gives examples for each of the following features: multiplatform support, multilanguage support, and debugging support. It also explains which types of files can be included in a package and why you would want to include them.

Chapter 5, Hosting an Internal NuGet Server, starts with the reasons to host your own NuGet server and explains how to choose the right setup among the three different options, based on your requirements. It includes detailed installation and configuration instructions for setting up any one of them: a fie system repository, a simple NuGet server, and your own NuGet gallery.

If you're looking for online one-on-one mentorship on a related topic, you can find me on Codementor.
If you need a team of experienced software engineers to help you with a project, contact us at Razum.