November 2005 - Posts

Error Handling – What is the proper way to handle exceptions and what do we do with them
Published Thu, Nov 17 2005 10:56 | abu
Types of Error 1. Configuration Errors: Occur when the syntax or structure of a configuration files i.e. web.config, machine.config is incorrect. These are XML files where the nodes and the hierarchies of the nodes and/or attributes may be incorrect....
Filed under:
Object Architecture Philosophy – If you were to start from scratch, how would you architect your object model and why
Published Tue, Nov 15 2005 12:45 | abu
VS.NET supported DSL for Modeling Tool Using the Microsoft DSL tools you can create your own designer, integrated into Visual Studio, for a visual domain-specific language. The tools help you define the domain-specific language and generate the code of...
Filed under: