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...
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...
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...
My goal was to develop a simple but useful plugin system for my future developments. I wanted to keep/to have: Blendability Ninject power and flexibility Smooth animations Modularity (development & code) Fast “menu” system...
This blog post aims to talk about a strange behavior of Silverlight when using TPL (Tasks parallel library) . Context You may need to integrate OData service in Silverlight. In this context, you could add...