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…
Here is a little set of control that allow you to create (quickly) a Metro like menu. Example : Bring…
This post will not debate on the benifits of this kind of architecture. We will discuss performances … What is…
Behaviors is one of the nicest feature in WPF and Silverlight. This article will show how to create and use…
My goal was to develop a simple but useful plugin system for my future developments. I wanted to keep/to have:…
This blog post aims to talk about a strange behavior of Silverlight when using TPL (Tasks parallel library) . Context…
During the TechDays 2012 conference, I have seen a course about “Blend for designers” from Michel Rousseau. It is now…
This new post will explain the ability to use the autocomplete box with more than 10 000 items in the…
Thanks to Devoteam Luxembourg, i am actually setting up a Silverlight architecture but it was not my first practice… I…
We will create an application for reading CSV from your bank account and, with simple pattern recognition, displaying a chart…