Introduction to NuGet

Pluralsight
Course Summary
This is a basic introduction to the NuGet library package management and dependency system that is integrated with Visual Studio. In this course, you will learn how to create and publish NuGet Packages. You will also learn how to host your own NuGet feed and gallery.
-
+
Course Description
This course is a basic introduction to NuGet. NuGet is a library and file dependency manager that is integrated into Visual Studio. With NuGet, you can wrap any kind of file (EXE's, DLL's, js/html/css files, source code, etc.) in a NuGet Package. In addition to contained files, a NuGet Package contains meta-data that describes what your files do as well as any dependencies that may exist with other NuGet Packages. NuGet Packages are published to either public or private feeds. The official NuGet feed and gallery can be found at nuget.org. In this course, you will learn how to create and publish packages with the various NuGet Tools. In addition, you will learn how to host your own NuGet Feed and gallery.
-
+
Course Syllabus
Introduction- 25m 11s
—Introduction 2m 31s
—Online Resources 6m 46s
—Installing NuGet 3m 35s
—Overview of Visual Studio Integration 6m 56s
—Package Sources 5m 23sNuget Package Manager Dialog- 31m 27s
—Introduction 1m 7s
—Overview and Review of the NuGet Package Manager Dialog 9m 59s
—Navigating to Different NuGet Package Sources 2m 22s
—Installing, Uninstalling and Updating NuGet Packages 11m 55s
—Examining the Data Feed of the Official NuGet Package Source 6m 4sNuGet Package Manager Console- 25m 59sCreating Packages- 30m 27sPublishing Packages- 16m 12sHosting Your Own NuGet Feed- 25m 10sNuGet Community and Advanced Topics- 20m 36sAugust 2013 Update- 1h 15m