Author: you've been HAACKED | Posted on: 1/15/2011 9:56:05 PM | Views : 1086

For those of you who enjoy learning about a technology via screencast, I've recorded a video to accompany and complement this blog post. The screencast shows you what this package does, and the blog post covers more of the implementation details. A key feature of any package manager is the ability to let you know when there's an update available for a package and let you easily install that update. For example, when we deployed the release candidate for NuGet , the Visual Studio Extension Manager displayed the release in the Updates section. Likewise, NuGet lets you easily see updates for installed packages. You can either run the List-Package -Updates command: Or you can click on the Updates node of the Add Package dialog: This feature is very...(read more) ...

Go to the complete details ...