Posts tagged with patterns

Feb 16 2011

Unit of Work in Rich Clients

Categorizing the different ways unit of work might be managed in WPF applications

wpf mvvm mvc patterns architecture
Jan 14 2010

A Field Guide to WPF Presentation Patterns

An overview of the MVC, MVP and MVVM pattern, and some practical guidelines for spotting them in the wild.

mvc patterns wpf .net
Jan 11 2010

Using Model View Presenter in WPF

Sample code and a short description of one way of implementing the Model View Presenter pattern in WPF, using Composite WPF, AvalonDock and Autofac.

wpf mvp model-view-presenter patterns autofac avalondock composite-wpf
Oct 9 2009

Enforced Strings

Some deep thoughts about strings and assumptions in .NET applications

c# .net patterns strings