If you are an advanced developer that often needs to debug either native or managed Windows applications, you should be quite familiar with WinDbg, a low level debugger from Microsoft. It has a sha...
How to Migrate from Blogger to WordPress on Windows Azure
I used to use a Chinese blogging service called CSDN. As it is a closed system which has no open API I experienced difficulties migrating my posts from it to Blogger. Recently I finally get tired ...
A Trip to Know an Extension, mdproj
Assume that you just come across a file that ends with mdproj extension. How do you know which software generated it? Well, I guess you probably go to a search engine and try out keywords such as...
#SNMP Pro: Secrets Behind OBJECT IDENTIFIER
You might sometimes wonder why the shortest OID is 0.0 (aka ccitt.zero). I blogged about that a few years ago, so today I won’t revisit that. It was one day that on StackOverflow.com I came across...
#SNMP Pro: DateAndTime Syntax Support
Well, I blogged about syntax validation in a previous post, which should be one of the coolest features for SharpSnmpPro.Mib assembly. But there is an interesting story about that untold. The Beg...
How to Resolve mscorlib Related Issues in Visual Studio/MSBuild
For many .NET developers, mscorlib is something miserable as they never pay much attention to it. In fact, they should learn about it, especially when Visual Studio and MSBuild report an error abou...
Obfuscar: Slightly Upgraded and 2.0 RC 2
Do you think that I have abandoned this project? No, no, that’s not the case. In a few minutes I am going to upload a new build to Obfuscar homepage, which contains many critical bug fixes. They ad...
#SNMP Pro: Syntax Validation in SharpSnmpPro.Mib
SMI defines the syntax of MIB documents. One of the most important part of SMI is the syntax that governs the value of an object. For example, testEntity13 OBJECT-TYPE SYNTAX INTEGER (30000000..31...