Welcome to MSDN Blogs Sign in | Join | Help

October 2008 - Posts

Media: News.Live.Com is Great

My browsing time is split into about 2 chunks: reading news and reading documentation (a woefully slim portion goes to just surfing).  While most of the time, this blog talks about the various results of deep dives into dev documentation, I'd like
Posted by JamesBrundage | 1 Comments
Filed under: ,

Microcode: PowerShell Scripting Tricks - Exploring .NET Types with a Get-Type function and Reflection

There's a simple yet powerful function that nearly everyone on the PowerShell team has written a version of.  My version is called Get-Type.  It's only a one-liner, but it's an amazing way to explore .NET and it's also an amazing example of

Microcode: Scripting Tricks : Exploring WPF Routed Events with PowerShell

Both WPF and PowerShell are both full of great little touches. One of WPF's nice touches is Routed Events . Routed Events allow you to capture events raised by child controls or parent controls. This can be incredibly useful, because it allows you write
 
Page view tracker