By tag: BlogSpam
0
kicks
Tap into the Power of the Windows 7 Taskbar
Paul Foster’s recent blog post at DeveloperFusion discusses the new capabilities of Windows 7 Taskbar. With C# code he demonstrates how to use Windows 7 API Code Pack to add thumbnail previews, add toolbars to thumbnail previews and add a jump list. Check out the detail here.
0
kicks
Martin Fowler has a new Podcast!
ThoughtWorks has a new podcast, IT Matters, that discuss the business and technology issues facing the IT Industry. The First topic is Domain Specic Languages.
0
kicks
How to tell if a .NET Assembly is debug or release
Explains how to tell if a .NET Assembly is built for debug or release by using .NET Reflector and programmatically using System.Reflection.