The Application Verifier tool assesses the stability of an application and detects common programming mistakes. The tool can detect and pinpoint memory leaks, handle leaks, and leaks in graphics device interface (GDI) objects. The tool can also detect some forms of heap corruption.
(link)
Tuesday, February 14, 2006
Thursday, February 09, 2006
Lock on this?
When writing attempting to write threadsafe code in C#, I'm always debating whether to lock on 'this' or some Object in existence purely for synchronization. Here are a few links contributing to this debate:
1. .NET Safe Thread Synchronization
2. Lock Choice
1. .NET Safe Thread Synchronization
2. Lock Choice
Friday, February 03, 2006
OpenNet CF 2.0 Beta1 Out Now.
http://www.opennetcf.org
Power management stuff has been greatly simplified, see:
http://blog.opennetcf.org/ctacke/PermaLink,guid,cf2c3926-e875-4a25-b635-39e227b358f5.aspx
Power management stuff has been greatly simplified, see:
http://blog.opennetcf.org/ctacke/PermaLink,guid,cf2c3926-e875-4a25-b635-39e227b358f5.aspx
Subscribe to:
Posts (Atom)