Introducing UriTree, A Free Tool Coming Soon to SonghaySystem.com
UriTree is the name of an idea started back in January, documented in “The Resource Location Manager: A Tiny C# Application That Solves the “Favorites Problem.” Now that this ‘tiny’ application has name, it has matured and stabilized into a more concise expression. This document highlights the following changes:
- UriTree is based on .NET 2.0 and Dave Winer’s OPML 2.0.
- The
Songhay.Xml.Managerclass featured in January is replaced by theSonghay.Xml.XmlUtilitystatic class, taking advantage of new features in .NET 2.0. - The
Songhay.Reflectionclass is completely rewritten (only a few lines of code) and theSonghay.WinForms.Managers.IconManager“helper” class is eliminated from the Songhay System because of marked improvements in .NET 2.0, namely how Resource files are built in Visual Studio 2005. - The
Songhay.WinForms.Creditsclass is refactored, based on the code generated by the About Box Windows Forms Template in Visual Studio 2005. This code provided the design inSonghay.AssemblyInfoused bySonghay.WinForms.Credits.The Class View screenshot at right, from Visual Studio 2005, summarizes the highlights listed above.