January 2008 - Posts

CPU-Z and CPU Information
17 January 08 11:06 AM | john | 0 Comments   
My colleague Sergey just showed me a useful tool for getting CPU information on your Windows hardware system called CPU-Z . Read More...
Filed under: ,
Dynamic Code Generation in .NET
05 January 08 03:08 PM | john | 0 Comments   
I recently had the need/desire to dynamically generate some code in .NET. It's not something you tend to do a lot unless you are creating a compiler, so it was an interesting experience. In the end it didn't solve my problem, but it was educational none-the-less. Read More...