Vertaling van "MVVM pattern" in Frans
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
Practical experience in implementing complex user interfaces and their integration according to the MVVM pattern
Expérience pratique de l'implémentation d'interfaces utilisateurs complexes et de leur binding avec le pattern MVVM
As my application uses the MVVM pattern I needed to find a way to propagate the information that an animation has started and stopped from the custom control to the view model.
Comme mon application utilise le pattern MVVM j'ai besoin de trouver un moyen de propager l'information qu'une animation a commencée et s'est arrêtée depuis le custom control au view model.
One common problem when following the MVVM pattern is to open a ChildWindow from a view model and to get its results when it's closed in the view model.
Une problématique revenant souvent lorsque l'on développe une application en utilisant le pattern MVVM est de commander l'ouverture d'une ChildWindow et de récupérer le résultat de son traitement à sa fermeture depuis un view model.
When using the MVVM pattern, we often associate commands of the ViewModel with controls of the view, via the binding mechanism.
Quand on utilise le pattern MVVM, on associe souvent des commandes du ViewModel à des contrôles de la vue, via le mécanisme de binding.
When used with the MVVM pattern, this property allows you to bind to a command declared in the ViewModel
Par exemple, dans le cadre de l'utilisation du pattern MVVM, on peut binder cette propriété sur une commande déclarée dans le ViewModel
It was made for developing applications using the MVVM pattern but thinking about it as a simple MVVM framework would be a mistake.
Il a été prévu pour le développement d'applications respectant le pattern MVVM. Cependant résumer nRoute à un simple framework MVVM serait une erreur.
Known as ASP.NET SPA, this project type is based on a stack of open source libraries and the MVVM pattern made popular by WPF and Silverlight.
Connu sous le nom ASP.NET SPA, ce type de projet se base sur des bibliothèques open source et le pattern MVVM rendu populaire par WPF et Silverlight.
It will embed our "Models", our service access layer, ... Since 2014, Xamarin supports the MVVM pattern, famous among rich or Modern XAML-based applications developers.
Dans cette librairie, nous mettrons nos « Models », notre couche d'accès aux services, ... Depuis 2014, Xamarin supporte le pattern MVVM, bien connu des développeurs d'applications riches ou Modern avec du XAML.
The sorting must be done in code-behind, something we usually want to avoid if the application is designed according to the MVVM pattern.
Le tri doit être réalisé dans le code-behind, ce qu'on préfère souvent éviter si on s'appuie sur un design pattern comme MVVM.
Mathieu went on to cover high-level concepts such as the MVVM pattern and how it was applied to E2.
Mathieu a ensuite abordé des concepts de pointe, tels que le patron de conception MVVM et la manière dont nous l'avons utilisé dans E2.
Learn how to use XAML and understand the MVVM pattern, promote the code sharing approach and focus on design and user experience.
Savoir utiliser le langage XAML et comprendre le patron MVVM, Être en mesure d'utiliser Xamarin pour développer une application mobile multiplateforme, valoriser l'approche de partage de code et mettre en avant la conception et l'expérience utilisateur.
We have used some C# with the MVVM pattern to make the interface of this Digital Notebook.
Nous avons utilisé du C# et le patron MVVM pour faire l'interface de ce cahier numérique.