Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in mvvm

Are there any MVVM-like frameworks for objective-c on iOS? [closed]

Is there a better way to update a DrawingVisual in a VisualCollection host in WPF with the MVVM pattern?

c# wpf mvvm

Draw rectangle when mouse dragged using MVVM in WPF

c# .net wpf mvvm mvvm-foundation

Realizing Interactors with Android MVP Clean Architecture

How do I use MVVM and Xamarin.Forms ListView ItemSelected event to to retrieve a bound property of the item selected?

How to ease the transition from WinForms to WPF

c# .net wpf mvvm

Generally Preferred Method for a 'Wait' Screen using MVVM and Silverlight

silverlight mvvm

Binding to a single element inside a CompositeCollection

wpf xaml mvvm treeview

MVVM with WPF using LINQtoSQL in a DAL along with a BLL

wpf linq-to-sql mvvm

How do I use DomainContext.Load to populate properties of my ViewModel?

MVVM - How do I open a window based on a selected item from a list?

wpf mvvm

Customizing string format in a Caliburn.Micro convention bound TextBox

Separating views, command presentation (Text, Icon) and command logic (Execute, CanExecute)

c# wpf xaml mvvm routed-commands

Exploring the pitfalls(if any) of having a DbContext for each ViewModel/Class that uses it

c# entity-framework mvvm

If a model implements INotifyPropertyChanged, how should ViewModel register/deregister for PropertyChanged event?

How to pass IDataErrorInfo Validation through an wrapper to the XAML

c# validation xaml mvvm

BindingExpression path errors when switching ViewModels in MVVM application

c# wpf mvvm .net-3.5

Implementing IDataErrorInfo in combobox

c# wpf mvvm

Binding SelectedItem vs SelectedIndex - When should I choose one over the other?

c# wpf xaml mvvm

Async command execution in MVVM light

c# mvvm mvvm-light