INTRODUCTION ---------------------- Devolutions Utils is a small library written in .Net and usefull for any developer. By using this library you will be able to leverage your investment in .Net and you will find many function that will simplify common task. The goal was to enhance the rich .Net Framework libraries with some missing classes. CHANGE LOG ---------------------- VERSION 3.0.0.0 (July 16th, 2008) - Added an overload of SqlClientUtils.GetDataSet - Added GetDirectorySize, GetShortPath, GetAssemblyVersion, GetFileVersion in FileUtils - Added OfficeUtils - Added IsTabletPC, IsMediaCenter and IsWindowsVistaOrBetter in SystemUtils - Added LockWindowUpdate and UnlockWindowUpdate in WindowsUtils - Added IsInternetConnected and IsRunningInAspNet in AspNetUtils - Added FlashWindow in WindowUtils - Added ApplicationDirectory in FileUtils - Added LogUtils - Added BinarySerializationUtils - Added GetServiceInstallationPath in ServiceUtils - Added StreamUtils - Added IsNullOrEmpty and SortStringArray in ArrayUtils - Added GetExternalIPAddress and GetInstalledApplications in SystemUtils - Added IIS version and GetVirtualDirectoryList in IISUtils - Added Concat, ToPascalCase, ToSentenseCase in StringUtils - Added WMIUtils - Fixed serialization to file with empty result - Fixed a bug in SqlClientUtils.GetDataSet with the MetaData - Minor bugs fixes VERSION 2.0.0.0 (December 18th, 2006) - Added ReflectionUtils - Added SqlClientUtils - Added DataSetUtils - Added DateUtils - Added RegistryUtils - Added WindowUtils - Added ServiceUtils - Added SystemUtils - Added IISUtils - Added ImageUtils - Added help - More methods or properties added in WinFormUtils, SerializationUtils, FileUtils and StringUtils VERSION 1.0.0.0 (January 6th, 2006) - Initial public release