Precise Computation of CLR Object Size
I think many developers have been wondering: How many bytes does an object instance take in managed...
Foreach or For – That is the Question
The discussion about the preference difference between FOREACH and FOR is not new. We all know that FOREACH is slower, but not all know...
Handling a GDI Resource Leak
GDI leak (or, simply the usage of too many GDI objects) is one of the most common problems. It eventually causes rendering problems,...