News
Hi,
Currently I have 10 libraries online. My plans are to shrink them down to just 4 libraries. That means on the end that some libraries will die and some will be merged.
Currently I have:
DW.Configurations = An alternative application settings management
DW.Interactivity = Interactivity between WPF Controls and C#
DW.Localization = Tools for localization in general
DW.Logging = Provides some logging functionality
DW.Services = Services to be used in a MVVM environment
DW.SharpTools = Common classes for C# applications
DW.UnitTests = unit test implementations of the services
DW.WPFDev = Some helpfully classes for developing
DW.WPToolkit = Custom WPF controls
DW.XmlTools = Objects for an easy working with XML files
Soon I will just have:
DW.Interactivity
DW.Services
DW.SharpTools
DW.WPFToolkit
These are the changes to achieve this:
DW.Configurations will be deleted
DW.Localizations will be merged into the DW.SharpTools
DW.Logging will be deleted
DW.UnitTests will be merged into the DW.Services
DW.WPFDev will be merged into the DW.SharpTools
DW.XmlTools will be merged into the DW.SharpTools
(I will put the repositories of the projects I delete into an archive directory)
If someone has any problems with this plans, just concact me and we can speak about.