The text of this article is not in this database — only its details are. Read it on the old site: MVVM implementation for Windows forms
13 Comments
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
The text of this article is not in this database — only its details are. Read it on the old site: MVVM implementation for Windows forms
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
Mayzar HlaingPosted Jan 10, 2018, 5:03 AM
Firstly, thanks.Do u have another tutorials about window form with mvvm ?
Devendra ShrivastavaPosted Jun 11, 2012, 8:27 AM
I have tried the solutions you posted but its not working for me.While click on Add Person nothing is happing.No event nor binding is working.
Ilya KoganPosted Dec 27, 2010, 3:54 AM
Your ViewModel is too dependent on the View. What if you had not just five controls in your form, but tens of controls with different functionalities? Would you still loop over them and access them by TabIndex? Besides, making your code dependent on tab index is a really bad idea, what if you want to reorder the controls or add another one in the middle?
Muralidhar MokaPosted Nov 30, 2010, 3:24 PM
Thanks
DanielPosted Aug 13, 2010, 12:20 PM
I'm quite new to C#/WinForms etc, so I apologize if this question has an obvious answer. I see the View part and the ViewModel part- where is the Model itself? Thanks!
Santhosh BeditedPosted May 31, 2010, 3:52 AMEdited May 31, 2010, 3:55 AM
I was looking at any implementation of using Managed C++ for ViewModel and WPF as View. Do you have any exposure on the same or can you throw some light on it. I am interested in using ICommand in Managed C++. Is it possible?
Mahesh ChandPosted Mar 3, 2010, 11:06 PM
Very good work.
Zhijun XuPosted Mar 3, 2010, 1:52 AM
Good. Mark it. and I will study.
Zhijun XuPosted Mar 3, 2010, 1:52 AM
Good. Mark it. and I will study.