Omar AL Zabir blog on ASP.NET Ajax and .NET 3.5

Working hard to enrich millions of peoples' lives

Sponsors

Browse by Tags

All Tags » C# (RSS)
Desktop RSS Feed Aggregator client with Outlook Integration
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...
Posted: Feb 05 2008, 07:10 PM by oazabir | with no comments
Filed under: ,
Linq to SQL: How to Attach object to a different data context
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...
Posted: Dec 08 2007, 07:00 PM by oazabir | with 7 comment(s)
Filed under: , ,
Safe COM: Managed Disposable Strongly Typed safe wrapper to late bound COM
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...
Posted: Oct 25 2007, 02:47 PM by oazabir | with no comments
Filed under: ,
More Posts