Click here to Skip to main content
15,885,278 members
Articles / Desktop Programming / WPF

Enhanced MVVM Design with Type-Safe View Models (TVM)

Rate me:
Please Sign up or sign in to vote.
4.68/5 (8 votes)
20 Sep 2012CPOL6 min read 38.8K   304   31  
Develop your applications quicker and make them more robust with typesafe binding.
// Copyright © 2012 by blueshell Software Engineering Harry von Borstel (http://www.blueshell.com)
// This work is licensed under COPL (see http://www.codeproject.com/info/cpol10.aspx)
// 
// 
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1006:DoNotNestGenericTypesInMemberSignatures", Scope = "member", Target = "TypesaveViewModel.WpfBinding.Binding`2.#.ctor(System.Func`2<TypesaveViewModel.WpfBinding.Binding`2<!0,!1>,!0>,System.Action`2<!0,TypesaveViewModel.WpfBinding.Binding`2<!0,!1>>)")]

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Germany Germany
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions