2012-02-22

My Libraries are your libraries.

I say that because on this website you will find many C# & WPF libraries for the daily development.

The libraries have several benefits: - well and complete documentation, - detailed description pages, - intellisense and debugging symbols, - open source, - for free for any kind of application. Each library is licensed under the MIT License.

If you for example develop with the MVVM pattern or search for controls which are not inside the .Net framework, you should have a look into the libraries on this page. In most cases you will find an appropriate and reasonable solution. If you just need one control instead of a whole library, you have the freedome to take the sources and copy them into your project.

If you have any question, any problem, need an idea how to solve a problem, have any problem using a library, found an issue or just miss anything, don't hesitate and contact me, I will try to help you.

News

How the libraries will continued

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.