Mehran Nikoo's Noteson Software Architecture, .NET Framework and Connected SystemsPowerTools for Open XML- June 12, 2008 One of the namespaces introduced in the .NET Framework 3.0 is System.IO.Packaging (in the WindowsBase assembly), which provides classes that support storage of multiple data objects in a single container, like a ZIP file. These data objects can be referenced in a hierarchical format, similar to the file system. This functionality can be used to open, read and manipulating the files based on the Open XML standard since the Open XML file format follows the same principle. A while back,..http://mehranikoo.net/CS/archive/2008/06/12/PowerTools_2D00_for_2D00_Open_2D00_XML.aspx Where is the Configuration Management Application Block- June 7, 2008 This is not a new topic but since this question has been asked a few times recently, here is a quick revisit: Most of the .NET applications use configuration management and that's why the basic support for configuration management has been included in the .NET Framework from the early versions. The configuration management functionality is provided by the classes in the System.Configuration namespace in the System assembly. But the requirements for configuration management usually go beyond the.http://mehranikoo.net/CS/archive/2008/06/07/Where_2D00_is_2D00_the_2D00_Configuration_2D00... |