Stories recently tagged with 'BlogSpam'

Tap into the Power of the Windows 7 Taskbar(blogs.msdn.com)

submitted by zhimingzhiming(1135) 2 years, 2 months ago

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. read more...

4 comments |category: |Views: 154

tags: another

Martin Fowler has a new Podcast!(randypatterson.com)

submitted by rpattersonrpatterson(745) 4 years, 1 month ago

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. read more...

2 comments |category: |Views: 96

tags: another

How to tell if a .NET Assembly is debug or release(jamesewelch.com)

submitted by jamesewelchjamesewelch(2275) 4 years, 5 months ago

Explains how to tell if a .NET Assembly is built for debug or release by using .NET Reflector and programmatically using System.Reflection. read more...

add a comment |category: |Views: 43

tags: another