Types of Error1. 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. 2. Parser Errors: Occur when the ASP.NET syntax on a page is malformed due to invalid tags. The parsing […]
Archive for November, 2005
Error Handling – What is the proper way to handle exceptions and what do we do with them
Posted by: abu | November 17, 2005 | No Comment |Object Architecture Philosophy – If you were to start from scratch, how would you architect your object model and why
Posted by: abu | November 15, 2005 | No Comment |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 a graphical designer for you. The resulting designer uses the same underlying modeling technology that […]
under: 9541