Click here to Skip to main content
15,913,152 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi,
How to create a simple form using MVVM Pattern in Wpf.I Need to add Name,Date Of Birth,Phone no,Country.Need to add Two buttons namely Add, Save.For all these process i need to create the shortcut key.

Regards
Balamurugan
Posted

It makes no sense. First, WPF windows are not "forms". More importantly, MVVM is not a pattern for creating forms or windows. MVVM is this:
http://en.wikipedia.org/wiki/MVVM[^].

Even if you use MVVM, you create a window in some "usual" ways. :-)

—SA
 
Share this answer
 
 
Share this answer
 
Here is another article on codeproject; MVVM Pattern Made Simple[^]
 
Share this answer
 

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



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900