Back in 2005, I built an open source RSS Feed Aggregator Desktop client which has been quite popular since its release. It has 48,672 downloads so far. From the activity I see on sourceforge statistics, it's being used about 20,000 times per day. http...
After upgrading to Visual Studio 2008 RTM, you will have trouble updating Linq to SQL Classes which are read from one data context and then updated into another data context. You will get this exception during update: System.NotSupportedException: An...
There are several problems using COM from .NET: You cannot implement the Dispose pattern by utilizing the " using " block in order to safely dispose COM references. You cannot guaranty COM references are finalized. There's no way to implement " ~Destructor...