Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in mvvm

RelayCommand called in "old" DataContext

Detecting DataContext changed in Silverlight

silverlight mvvm

Dynamically add KeyBindings in WPF

c# wpf mvvm

Entity Framework - Binding Navigation Property to ListBox

How to expose a Model's collection in the ViewModel

c# wpf mvvm

How to avoid tight coupling between the CommandName in the XAML and the ViewModel

wpf mvvm

Validation between multiple fields in different levels

Stale data in MVVM ViewModels with dependency injection

Events in ViewModel with System.Windows.Interactivity.EventTrigger, is it weak referencing?

c# events mvvm memory-leaks

WPF DataContextProxy in resources section

WPF MVVM binding to DependencyProperty of a UserControl not working

what is asynchronous in MVVM? The Model or ViewModel. Best practise?

c# .net wpf mvvm mvvm-light

Refreshing ListCollectionView sets the value of selected item in ComboBox to null

DataBinding on properties with no setter

c# wpf data-binding mvvm

WPF : MenuItem.CommandParameter binding set to null

c# wpf mvvm binding menuitem

How to bundle View, ViewModel and DataTemplate in a WPF application for easy reuse?

Navigation MVVM

c# wpf mvvm navigation

Use client-side MVC/MVVM patterns with MVC server-side pattern

How to profile WPF 4.5 UI performance?

.net wpf mvvm profiling .net-4.5

MVVM Light 5.0: How to use the Navigation service

c# wpf mvvm mvvm-light