Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in mvvm

Access DataContext instance in code when set in XAML

c# wpf mvvm

Disable specific DataGridCheckBoxColumn cells via ViewModel

wpf mvvm datagrid

How to bind to an unbindable property without violating MVVM?

c# wpf svg mvvm data-binding

Generic form of binding data android

When to use executePendingBindings() and when its not required?

Does a BottomSheetFragment need ViewModel?

WPF Basics: Shared global styles for MVVM

c# wpf xaml mvvm

Proper way in WPF MVVM to start a threaded lookup task

.net wpf multithreading mvvm

Is there a way to call Navigate from within the ViewModel?

How to detect Pivot View using MVVM in WP7?

Difference between this.Dispatcher.BeginInvoke() and Deployment.Current.Dispatcher.BeginInvoke() methods in Silverlight

What is the difference between ObservableCollection and INotifyPropertyChanged?

wpf mvvm

Displaying read only properties in PropertyGrid control

c# wpf xaml mvvm wpftoolkit

What's the best way to pass event to ViewModel?

c# wpf xaml mvvm

Attach ICommand in WPF UserControl

c# wpf mvvm user-controls

Bi-directional view model syncing with "live" collections and properties

wpf design-patterns mvvm

Event fires more and more times

Can Sencha Touch fit well with a MVVM pattern like that of KnockoutJS?

How to use resource dictionary in prism modules at design time?

c# silverlight mvvm prism mef

Adapt my old work flow to Backbone

javascript mvvm backbone.js