Tag: Development

Community

The Configuration API in .NET 2.0

(scott) The configuration API in .NET 2.0 gives us the ability to read and update configuration files, including web.config and machine.config files. You can read and write configuration files for your application, for another application on the same machine, or even an application on a different se

Community

Tier Pressure and Isolationism

(Chad Z. Hower) Logical layers within n-tier systems should be designed to interact and be influenced by neighboring layers only. This restriction is often violated, to the detriment of the system. In this article I will discuss why this is common, the consequences, and why we should focus on layer