MVVM - Going async with async command
We have been using async await for quite some time now. In this post we will see how to deal with async when using commands in the MVVM pattern.
We have been using async await for quite some time now. In this post we will see how to deal with async when using commands in the MVVM pattern.
Je développe pour WinRT depuis un petit moment en XAML et C#. J’ai récemment fait face à un problème où je devais attendre qu’une animation soit terminée ava...
I’ve been developing for WinRT for quiet some time now in XAML and C#. I’ve faced an issue where I needed to wait that an animation was completed before star...
Lorsque l’on développe des applications XAML on se met assez rapidement à utiliser l’interface INotifyPropertyChanged…
When developing Silverlight or WPF application we sometimes need de create converters that would be useful only in a particular view…
One common issue when using the MVVM pattern from a Silverlight 4 application is to have access to the current control’s data context from items controls’ da...
Lorsque l’on développe des applications Silverlight ou WPF il arrive que l’on ait besoin de créer des converters qui n’auront d’utilité que dans une vue part...
Un problème récurrent lorsqu’on fait du MVVM en Silverlight 4 est d’avoir accès à certains éléments du DataContext courant dans des DataTemplate de nos Items...
In this article I will show you how to open a ChildWindow from a view model and to get its results back.
Un des aspects récurrent dans le développement MVVM est l’utilisation des messages. Un message peut être considéré comme une sorte d’évènement global à l’app...
In this article I will talk about what are ReverseCommands and why are they really useful.
Dans cet article nous verrons ce que sont les commandes inversées et en quoi elles sont très utiles.
This article will show you different ways to pass parameters to your commands using the nRoute framework.
Cet article vous fera découvrir différentes manières de passer des paramètres à vos commandes avec nRoute.
In MVVM we often use commands to communicate between the view and the view model in order to put all the logic inside the view model and to enable the view t...
En MVVM on utilise souvent les commandes pour faire communiquer une vue et son view model afin de soulager le code-behind de tout ce qui n’est pas de son res...
In this article I will present the different ways to use nRoute for the three platforms it is built for. So first create a Silverlight, WPF or WP7 project.
This article is the first of a serie that will show you how to develop a Silverlight application using the nRoute framework.
Dans cet article je présenterai les approches pour les trois plateformes que cible nRoute. Aussi je vous invite à créer un projet dans la technologie de votr...
Cet article est le premier d’une série qui aura pour but de vous présenter le développement d’une application Silverlight utilisant framework nRoute.