Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in mvvm

Building ViewModels based on nested Model Entities in WPF and MVVM Pattern

wpf mvvm nested viewmodel

Which is better to put the Coroutine call in the Repository or the ViewModel?

Error: Could not load file or assembly 'Microsoft.Practices.ServiceLocation, Version=1.0.0.0

c# .net wpf mvvm

How should the ViewModel refer to its Models properties?

c# wpf mvvm data-binding

How can I combine MVVM and Dependency Injection in a WPF app?

Should I use DTOs as my data models in MVVM?

wpf architecture mvvm dto

How to have multiple pairs "View-ViewModel"?

c# wpf mvvm mvvm-light

Looking for simple MVVM Light example

wpf mvvm mvvm-light

How to focus textbox in WP7 using MVVM?

Android refreshing adapter work after rotation again device

android mvvm

How to bind ApplicationCommands to a ViewModel?

wpf mvvm routed-commands

Show Validation Error Template on Controls within a UserControl in WPF

WPF Binding Collection with Index

wpf xaml data-binding mvvm

Using MvxCommand With CommandParameter binding

What is the best place to call web services in iOS application with MVVMC architecture?

Is it okay to use ICommand in view-model

c# wpf 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