Monday 27 February 2012

NuGet training video

 

I was watching perhaps the best training video I've ever watched on the weekend http://channel9.msdn.com/Events/MIX/MIX11/FRM09, and one of the libraries they were saying they can't live without is ELMAH (Error Logging Modules and Handlers) …

Also checkout Scott Hansleman coding from a dos prompt about 18 mins into the first video link… Class

 

Also worth noting that codeplex.com is based on a hybrid of both ASP.NET webforms and MVC.

Assuming you guys all have NuGet installed for VS 2010 extensions, then I can thoroughly recommend the MoodSwings package written by Phil Haack (mate of Scott H's).

To install, open the package manager console window, and simply type Install-Package MoodSwings

The command .. Set-Mood Rick will then provide you hours of fun ;)

image

image

image

No comments:

Post a Comment

How to find the last interactive logons in Windows using PowerShell

Use the following powershell script to find the last users to login to a box since a given date, in this case the 21st April 2022 at 12pm un...