Animated Metro style control in WPF
Here is a little set of control that allow you to create (quickly) a Metro like menu. Example : Bring me now to download ! Way it works : The project is done by...
The way it's meant to be played !
Here is a little set of control that allow you to create (quickly) a Metro like menu. Example : Bring me now to download ! Way it works : The project is done by...
C# Tutorials / Technical tutorials
by alphamax · Published January 12, 2013 · Last modified June 28, 2016
In one of my projects, i need to create a little workflow system that fits with UI needs. This workflow engine needs basic features (if, while, foreach, basic actions) and also need to “stop...
This post will not debate on the benifits of this kind of architecture. We will discuss performances … What is an event ? A source will raise an event to indicate, to anyone who’d care...
General advises / Technical tutorials
by alphamax · Published August 4, 2012 · Last modified March 29, 2013
Low cohesion, modularity, dependency inversion, responsibility, interface segregation, overengineering, stovepipe syndrome, silver bullet or shotgun surgery… All of these techniques may lead you to the best solution but the mirror edge is quite thin....
Behaviors is one of the nicest feature in WPF and Silverlight. This article will show how to create and use 2 behaviors : Expand a textbox depending on it’s content Add ‘…’ if the...