Welcome to MSDN Blogs Sign in | Join | Help

July 2008 - Posts

Multithreading adds the overhead of making sure data is accessed in a thread safe way. Win32 API uses the CRITICAL_SECTION structure and functions. CLR provides mutual exclusive locks with Monitor and sync blocks. Basically, the Monitor class provides Read More...
In my day to day life, I write code and I debug code. Most of the times, the interaction with others is done via email. I sometimes need to present my ideas, but usually to other developers that understand what I’m talking about. So for a long time I Read More...
 
Page view tracker