Error!
Success!

By tag: MVVM

showing:  of
0
kicks

Building reactive XAML apps with ASP.NET SignalR and MVVM  (Unpublished)

A great portion of mobile applications consumes data from HTTP services. This is usually achieved as a pull scenario in which apps initiate the data flow from the server. In many cases pushing data to the client is a more natural and potentially much better solution. In this blog post I will explore...


Kicked By:
Drop Kicked By:
0
kicks

Synchronising collections using ReactiveUI  (Unpublished)

A look at changing some existing code which is being converted to use ReactiveUI to do collection synchronisation the reactive extensions way


Kicked By:
Drop Kicked By:
0
kicks

Split Views and ViewModels in Caliburn Micro  (Unpublished)

A quick tutorial on how to split views and view models into separate assemblies in a Caliburn Micro WinRT application


Kicked By:
Drop Kicked By:
0
kicks

Caliburn Micro: Beware the default Windows Store app templates  (Unpublished)

Watch out for this gotcha when using the default Windows 8 templates with Caliburn Micro


Kicked By:
Drop Kicked By:
0
kicks

Windows 8 PasswordBox Style for WPF  (Unpublished)

The implementation of a Windows 8 PasswordBox Style in XAML for WPF


Kicked By:
Drop Kicked By:
0
kicks

Windows 8 Metro WinJS Unit Testing: Down the Rabbit Hole  (Unpublished)

A deeper look at using dependency injection and MVVM to unit test Windows 8 WinJS Metro apps.


Kicked By:
Drop Kicked By:
0
kicks

Auto-Notifying View Models in Silverlight and WPF  (Unpublished)

Quickly create View Models that automatically notify XAML bindings when property values change, without having to manually raise a PropertyChanged Event Code view model properties as: public virtual int MyIntegerProperty { get; set; }


Kicked By:
Drop Kicked By:
0
kicks

UnicornManager: Prism 4, MEF, WPF, EF 4.1 code first, NuGet, MVVM, ...  (Unpublished)

Discovering Prism 4, MEF, WPF, Entity Framework 4.1 code first, MVVM by using NuGet, DataValidation etc...


Kicked By:
Drop Kicked By:
0
kicks



Kicked By:
Drop Kicked By:
0
kicks

notifypropertyweaver – {get;set;notify} in Silverlight  (Unpublished)

So, what does notifypropertyweaver do? If your class implements INotifyPropertyChanged then you just need to have auto-implemented properties and notifypropertyweaver automagically ensures that on change of value of a property, PropertyChanged event is fired.


Kicked By:
Drop Kicked By:
0
kicks

MVVM - The other ViewModel  (Unpublished)

A look at an alternative use of ViewModels.


Kicked By:
Drop Kicked By:


Kicked By:
Drop Kicked By:
0
kicks

WPF, MVVM and RaisePropertyChanged  (Unpublished)

Removing the need for hardcoded property name strings in RaisePropertyChanged.


Kicked By:
Drop Kicked By:
0
kicks

Silverlight TextBox Control that immediately updates Text field  (Unpublished)

Standard Silverlight TextBox control is very useful but has one strange behavior: if you use TwoWay data binding and bind some property to controls Text property, when users type text into the control, this change is not propagated to the bound property until the control loses its focus. Lets see h...


Kicked By:
Drop Kicked By:
0
kicks

Adventures in Ruby MVVM – Firing Events from Ruby  (Unpublished)

My Experiment: Can I move over to Ruby as my primary programming language when developing WPF and Silverlight applications? In this post, I talk about how to fire events from Ruby, including an implementation of INotifyPropertyChanged


Kicked By:
Drop Kicked By: