Skip to content

Commit 70f4056

Browse files
authored
Adding a README
1 parent 107ac9e commit 70f4056

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# ViewModelSupport
2+
3+
This is not an MVVM framework. It is just the base class I use to reduce the friction when writing ViewModels. Making it public to share my ideas.
4+
5+
This ViewModel base class is fully documented in this blog post: [Adventures in MVVM -- My ViewModel Base](http://houseofbilz.com/archive/2010/05/08/adventures-in-mvvm-ndash-my-viewmodel-base.aspx)
6+
7+
The ViewModelLocator is documented in this blog post: [Adventures in MVVM -- ViewModel Location and Creation](http://www.houseofbilz.com/archive/2010/06/04/adventures-in-mvvm-ndash-viewmodel-location-and-creation.aspx)

0 commit comments

Comments
 (0)