FREE as in BEER!!! Manage Your Packages with NuGet Rob Reynolds.

31
FREE as in BEER!!! Manage Your Packages with NuGet Rob Reynolds

Transcript of FREE as in BEER!!! Manage Your Packages with NuGet Rob Reynolds.

Page 1: FREE as in BEER!!! Manage Your Packages with NuGet Rob Reynolds.

FREE as in BEER!!! Manage Your Packages with NuGet

Rob Reynolds

Page 2: FREE as in BEER!!! Manage Your Packages with NuGet Rob Reynolds.

Who am I?

• Rob Reynolds• C# MVP• Technical Lead for Heartland Crop Insurance• Active in OSS – Chuck Norris Framework– NuGet core team member– Various contributions to other projects

• ferventcoder – twitter, gmail, you name it• ferventcoder.com / Devlicio.us• Recently given a new nickname: Inspector Gadget

Page 3: FREE as in BEER!!! Manage Your Packages with NuGet Rob Reynolds.

Topics

• NuGet• Secret Tool

Page 4: FREE as in BEER!!! Manage Your Packages with NuGet Rob Reynolds.

What is NuGet?

• Free, Open Source developer focused package management system for .NET.

• What exactly does that mean?• More importantly, why should you care?

Page 5: FREE as in BEER!!! Manage Your Packages with NuGet Rob Reynolds.

What do you do now?

• Open a browser• Find site• Downloads• Find the one you want• Download it• Unblock / Unzip• Put it in project references folder

• Dependency collisions!

Page 6: FREE as in BEER!!! Manage Your Packages with NuGet Rob Reynolds.

What’s wrong with that?

• It’s slow• Too many decisions• Dependencies may be hard to manage• Upgrade blocks

Page 7: FREE as in BEER!!! Manage Your Packages with NuGet Rob Reynolds.

What could you be doing?

• someCommand packageName• Brings library and dependencies• Resolves dependency issues• Gives you a starting setup– Configuration set up– Source code– etc

Page 8: FREE as in BEER!!! Manage Your Packages with NuGet Rob Reynolds.

Why is this good?

• Speed• Decision tree is reduced• Immediate feedback• Upgrading becomes easier

• Getting 3rd party software libraries together for use no longer takes hours. Read that again. A free tool. Saves you hours.

Page 9: FREE as in BEER!!! Manage Your Packages with NuGet Rob Reynolds.

NuGet – Package Management for .NET

Page 10: FREE as in BEER!!! Manage Your Packages with NuGet Rob Reynolds.

That’s it!

• We’re done here.• Now you can go forth and be productive• Thanks for coming• Any questions?

Page 11: FREE as in BEER!!! Manage Your Packages with NuGet Rob Reynolds.

You’re not leaving…?!

Page 12: FREE as in BEER!!! Manage Your Packages with NuGet Rob Reynolds.

Oh you want to see the tool? Demos?

Page 13: FREE as in BEER!!! Manage Your Packages with NuGet Rob Reynolds.

We can do Demos

Page 14: FREE as in BEER!!! Manage Your Packages with NuGet Rob Reynolds.

Add Library Package Reference

• Demo

Page 15: FREE as in BEER!!! Manage Your Packages with NuGet Rob Reynolds.

PowerShell – In my Visual Studio?

• Demo

Page 16: FREE as in BEER!!! Manage Your Packages with NuGet Rob Reynolds.

Yet another tool – NuGet.exe

• Demo

Page 17: FREE as in BEER!!! Manage Your Packages with NuGet Rob Reynolds.

NuGet Package Explorer

• Demo

Page 18: FREE as in BEER!!! Manage Your Packages with NuGet Rob Reynolds.

Demo : Run Package Server

Page 19: FREE as in BEER!!! Manage Your Packages with NuGet Rob Reynolds.

Demo : Creating Packages

Page 20: FREE as in BEER!!! Manage Your Packages with NuGet Rob Reynolds.

Alternative package creation method

• NuGet pack *.csproj –Symbols• Not getting into it today

Page 21: FREE as in BEER!!! Manage Your Packages with NuGet Rob Reynolds.

So we’re good now…?

Page 22: FREE as in BEER!!! Manage Your Packages with NuGet Rob Reynolds.

Did I promise a secret tool for uber productivity?

Page 23: FREE as in BEER!!! Manage Your Packages with NuGet Rob Reynolds.

I suppose we can talk about that one, too

Page 24: FREE as in BEER!!! Manage Your Packages with NuGet Rob Reynolds.

A Secret Weapon – Be Uber

• Familiar w/Debian? apt-get?• apt-get – application packaging tool– Automates retrieval, configuration, and

installation of software• Windows hasn’t really had anything take off• …

Page 25: FREE as in BEER!!! Manage Your Packages with NuGet Rob Reynolds.

Chocolatey - A not so Secret Weapon

• Chocolatey NuGet – local machine repository– Think ruby gems on steroids– Think apt-get for windows

• What is it?– PowerShell instructions for “retrieval,

configuration, and installation of software”

Page 26: FREE as in BEER!!! Manage Your Packages with NuGet Rob Reynolds.

What does it mean?

• Chocolatey can download a native installer (msi or install.exe)

• Then execute it silently• Then perform additional setup

• It’s PowerShell, you can do nearly anything

Page 27: FREE as in BEER!!! Manage Your Packages with NuGet Rob Reynolds.

• Statlight

Page 28: FREE as in BEER!!! Manage Your Packages with NuGet Rob Reynolds.

• Git

Page 29: FREE as in BEER!!! Manage Your Packages with NuGet Rob Reynolds.

• ILMerge• notSilent

Page 30: FREE as in BEER!!! Manage Your Packages with NuGet Rob Reynolds.

Demo

Page 31: FREE as in BEER!!! Manage Your Packages with NuGet Rob Reynolds.

Questions?

• ferventcoder – twitter, gmail, etc• NuGet – http://nuget.codeplex.com• Chocolatey -

http://nuget.org/List/Packages/chocolatey