
May 12th, 2008, 08:00 AM
|
|
Utility Bot
|
|
Join Date: Feb 2004
Posts: 822
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
Knowing Your Environment: the System.Environment Class
When developing applications (Windows or web), it is very important for the developer to know the environment in which the application is running. Having this information will help the developer customize the software and make the user experience more enjoyable. In this regard, .NET provides a class in the System namespace called Environment, which is the subject of this article.
Read the full article here: Knowing Your Environment: the System.Environment Class
For more discussion go here: Blog Article Discussion
|