2013-06-19

 

 

DW.WPFToolkit

Everybody who develops applications knows that in the .Net framework some controls are just missing. You maybe would like to have a simple NumberBox or a TreeListView, but such controls are not available build-in.

The DW.WPFToolkit fills up this gap, as soon you want to solve a problem or you just need a better control you should have a look into this library.
 
 

DW.Interactivity

Sometimes the behaviors of WPF controls are incomplete or just not good enough for a MVVM environment.

This library brings you many behaviors you can attach to every WPF control you like. For example an automatically resize of columns or the possibility to handle Window events. New features never were easier to get. Have a look and discover the possibilities.

 
 

DW.SharpTools

This library contains many object you need for all your C# applications for example a ServiceLocator, an ObservableObject which is the ideal base class for MVVM objects, or a generic Mediator.

With this library you can create your applications in a much easier way.

 
 

DW.Services

Applications need possibilities to show for example an open file dialog, but if you use a pattern like MVVM you have the problem when to create and display the dialogs. For that everybody starts to use a ServiceLocator, sometimes called ServiceProvider.

This library contains many default services for the daily use, like the DialogService or the WindowService.

 
 

DW.CodedUI

If you want to test your application automated, and you should, you see a lot of work to to. And with the lifetime of the application the tasks increases more and more.

With this library many problems can be solved very fast and very easy. Surface tests can make a lot of fun!