It is wonder to see that Delphi IDE is going to have a code formatter bundled. However, that would happen at least one year later, so Code Beautifier Collection still have its place. There are othe...
#SNMP Design: FxCop and Gendarme
It is really hard to keep rules in mind when drown in the developer passion. I am a human so I can help drowning, too. Therefore, I always asks for help. FxCop was the only helper available in th...
#SNMP Design: Here Comes A New Set of API
To keep you update, I have just published a new build (version number 0.5.010502.335) of #SNMP here. The biggest change is the API it provides. Compared to older builds, this build removes a lot of...
Announce Sharp SNMP Library for .NET
I have been working with SNMP on Microsoft.NET platform for months. In order to leave my experience fresh and clear for other developers that might enter this field one day, I wonder what kind of c...
AssemblyInfoTask Is Back
I was wondering where to find AssemblyInfoTask again after GotDotNet got down. And googling did not help. It was last week that I could not wait any more and write to the author for help.This morni...
GrapeVine Voice: April 08 Release
You may notice that I have just released a new BETA version of Code Beautifier Collection yesterday. And this one is called April 08 Release. From now on, I change the naming policy to this style ...
TDD, IoC, and Mock Framework
My experience is that some cool terms always come together. In my case the three words are: TDD, IoC, and mock framework. If you never knew how these terms connect to each other, I can tell you my ...
Rhino Mocks vs. NMock
According to so many posts I read, Rhino Mocks is another hot mock framework for .NET. So beside NMock, today I gave Rhino a try too and got some interesting result. In NMock I could create an IO...