PLURALSIGHT NET INTRODUCTION TO NUGET 視頻教學 英文正式版
碟片編號:TIC2413
碟片數量:1片
銷售價格:200
瀏覽次數:33977
軟體簡介:
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.