![]() |
Wednesday, February 26, 2003 |
.NET Application Blocks & Async Threading Last night, I attended two presentations at the local .NET Developer Group meeting (at the MS Farmington, CT office). The first presentation by David Ford was on Application Blocks (Exception Handling & Data Handling). This code mechanism is worthwhile pursuing - specially for Groove developers. A common code layer of error handling and data access provides reusability and cleaner code. The second presentation by Carl Franklin was on Thread Synchronization which is more of an advanced topic for most developers and another code mechanism that can do wonders for managing complexity in applications. 8:54:52 AM ![]() |