GET NEW STUFF WITH NUGET By Jon Marozick & Loren Halvorson.

6
GET NEW STUFF WITH NUGET By Jon Marozick & Loren Halvorson

Transcript of GET NEW STUFF WITH NUGET By Jon Marozick & Loren Halvorson.

Page 1: GET NEW STUFF WITH NUGET By Jon Marozick & Loren Halvorson.

GET NEW STUFF WITH NUGETBy Jon Marozick & Loren Halvorson

Page 2: GET NEW STUFF WITH NUGET By Jon Marozick & Loren Halvorson.

WHAT IS NUGET?

NuGet is a free, open source developer focused package management system for the .NET platform intent on simplifying the process of incorporating third party libraries into a .NET application during development

By Outercurve, formerly Codeplex Foundation Not just for open source software Supported by Microsoft and OSS community

Page 3: GET NEW STUFF WITH NUGET By Jon Marozick & Loren Halvorson.

WHAT ARE PACKAGES?

The combination of one or more assemblies, settings, and files is a package

Bundled into feeds Gems are the Ruby equivalent of packages

Page 4: GET NEW STUFF WITH NUGET By Jon Marozick & Loren Halvorson.

EXAMPLES

jQuery nUnit MvcScaffolding PagedList, PagedList.Mvc Entity Framework 4.1

ADO.NET DbContext Generator is found in the full install which must downloaded from web not NuGet.

Page 5: GET NEW STUFF WITH NUGET By Jon Marozick & Loren Halvorson.

INSTALLATION

Runs on VS 2010 or VWD 2010 Installed via the Extension Manager Version 1.3 is the latest as of 4/26/11

Partnered with symbolsource.org Performance and caching