Application Blocks

Introduction: Microsoft introduced Enterprise Library in January 2005. Many companies have migrated their code from the independent Application Blocks to the Enterprise Library Blocks. In this article I will introduce the Caching application block which is part of one of the blocks shipped with Enterprise …

Introduction: Every now and then we need to catch exceptions and perform actions on that exceptions. If you have noticed there is always a common pattern in handling exceptions and than recovering from the exceptions. Let’s see a common pattern of handling exceptions. decimal num …

Introduction: Before you even think of writing a simple line of code you must architect the application so that if behaves as you expect it to. If you start building the application without making the architecture first than you may face many problems that will …