Browse by Tags
All Tags »
WPF (RSS)
One of the new features of WPF 4 is the presence of easing functions. Already available with Silverlight 3, these functions allow you to play with acceleration or deceleration on your animations. The following sample illustrates how to add elastic behavior
Read More...
Une des nouveautés de WPF 4 est la présence des « easing functions ». Déjà présentes avec Silverlight 3, ces fonctions permettent de jouer sur les effets d’accélération de vos animations. L’exemple ci-dessous permet, par exemple, d’ajouter un effet élastique
Read More...
Cet article, coécrit avec Luc VoVan ( http://blogs.msdn.com/luc ), présente différentes solutions liées aux problèmes de partage de ressources et de code source entre une application WPF et Silverlight. N’hésitez pas à donner votre avis sur cet article
Read More...
WPF and Silverlight are both XAML based platforms but there are some important functionality and implementation differences between the two. A guidance about these differences was posted on codeplex here: http://wpfslguidance.codeplex.com/
Read More...
[English] During your WPF development with Visual Studio 2008 SP1, you may encounter the following error: the IDE stops responding and you receive a message in the notification area: "Microsoft Visual Studio is Busy". In this case, know that a Fix has
Read More...
[English] Patterns & practices team has just released the composite application guidance for WPF. This guidance brings architecture and design pattern recommendation which can help you split the development of your WPF client application across multiple
Read More...