Archives
-
TechEd Barcelona 2006: Designing Zero-Code Adaptive User Interfaces (UIs) for Windows Mobile
This will be a sample / source code driven session, with just a few slides to set the context.
-
PowerShell: how to unit test your cmdlet
If you miss VS, intellisense, TD.NET, etc., you might want to try extending PowerShell with custom cmdlets, which are .NET classes deriving from Cmdlet. They allow you to extend PowerShell while still programming in your favorite language.
-
PowerShell: vastly improved tab expansion/completion (or do you still miss VS intellisense?)
I'm an intellisense-addict. I hate doing work that my computer can do for me, and typing long namespace and class names certainly fits that category.