introduction into nuget

19
ВВЕДЕНИЕ В NUGET Виталий Домников Ciklum

Upload: ciklum

Post on 07-Jul-2015

1.811 views

Category:

Technology


0 download

DESCRIPTION

Vitaliy Domnikov speech at Ciklum .NET Saturday (Kharkov 21.05.2011)

TRANSCRIPT

Page 1: Introduction into NuGet

ВВЕДЕНИЕ В NUGET

Виталий Домников

Ciklum

Page 2: Introduction into NuGet

Содержание

• Введение

• Для чего всё это нужно?!

• Интеграция с VisualStudio– GUI

– CLI

• Репозитории

• Создание теплых ламповых своих пакетов

• Ссылки и материалы

Page 3: Introduction into NuGet

Что такое NuGetи с чем его едят?

Page 4: Introduction into NuGet

Зачем оно мне надо?

Page 5: Introduction into NuGet

• Поиск библиотеки• Загрузка библиотеки• Проверка хэш-значения• Распаковка файлов• Добавление ссылок на сборки• Модификацию конфигурационных файлов

Олд скул стайл

Page 6: Introduction into NuGet

• Установка NuGet1

• GUI2

• CLI3

Интеграция с VisualStudio

Page 7: Introduction into NuGet

Установка NuGet

• Asp.Net MVC 3.0

• Эти ваши интернеты– http://www.nuget.org/

– http://nuget.codeplex.com/releases

• Extension manager– VS/Tools/ Extension Manager…

• NuGet Package Manager

Page 8: Introduction into NuGet

Добавление пакета

Page 9: Introduction into NuGet

Выбор пакета

Page 10: Introduction into NuGet

Power Shell – наше всё ;)VS/Tools/Library Package Manager/Package Manager Console

Page 11: Introduction into NuGet

Комманды NuGet

• Get-Package

• Install-Package

• Uninstall-Package

• Update-Package

• Get-Project

• Open-PackagePage

Page 12: Introduction into NuGet

Репозитории

• Директория на диске

• Network share

• OData feed

Page 13: Introduction into NuGet

Очумелые ручки

• nupackage

• .nuspec

• NuGet pack

• Deploy

Page 14: Introduction into NuGet

Структура директорий

• content

• lib– .NetFramework 1.1

– .NetFramework 2.0

– .NetFramework 4.0

– Silverlight 3.0

– Silverlight 4.0

• tools

Page 15: Introduction into NuGet

nuspec

Page 16: Introduction into NuGet

И тут чистая магия

• NuGet.exe pack Ciklum.MobileApi.nuspec

• Copy to repository

Page 17: Introduction into NuGet

Выводы

• NuGet рулит!

Page 18: Introduction into NuGet

Ресурсы

• http://nuget.codeplex.com/

• http://nuget.org/

• http://google.com.ua/search?q=NuGet

• @dotcypress

Page 19: Introduction into NuGet