Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in mvvm

Publish an Event without PayLoad in Prism EventAggregator?

mvvm prism silverlight-5.0

PropertyChanged event testing: is this a good way?

c# .net wpf mvvm mstest

Good reasons NOT to place ViewModels in separate assembly?

wpf mvvm

How to use disposable view models in WPF?

c# wpf mvvm idisposable

WPF MVVM Light unit testing ViewModels

What is the recommended way to launch a DialogFragment from a ViewModel?

What is the purpose of DataService and IDataService in MVVM Light

mvvm mvvm-light

Load WPF UI into MVVM application from plug-in assembly

c# wpf mvvm

MVVM - Does validation really have to be so cumbersome?

c# wpf validation mvvm

Undo inside WPF M-V-VM, how does it fit?

c# wpf mvvm undo

Using bindings to control column order in a DataGrid

Bind a Command to a Button inside a ListView with Caliburn.Micro

Passing Parameters between xaml window and usercontrol WPF

c# .net wpf xaml mvvm

Vue.js what's the difference of $emit and $dispatch?

How to build the ViewModel in MVVM not to violate the Single Responsibility Principle?

MVVM View reference to ViewModel

mvvm

How to set an item as selected in a combobox

Where to put events when using MVVM?

wpf mvvm event-handling

Does CallerMemberNameAttribute use reflection

Determining the caller inside a setter -- or setting properties, silently