The text of this article is not in this database — only its details are. Read it on the old site: Implementing MVVM Pattern In Silverlight 3
12 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: Implementing MVVM Pattern In Silverlight 3
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
thabo gilbertPosted Aug 14, 2012, 8:42 AM
Ya man You r a Guru , Your Article is very nice , But I need to see you in the future using MVVM template which ships with Vs2010
nisha raytePosted Jun 4, 2012, 3:07 AM
I want to bind table from database to Radgridview using linq to sql claases and i want all code in mvvm pattern so please provide me solution
raghava svPosted Jan 20, 2012, 6:43 AM
event is not working in vs2010 means when correct answer is giving by user in textbox its corresponding checkbox event is not firing(checkbox is not checking ) please give me a suggestion why that event is not firing thanx in advance
Johny MotorheadPosted Oct 28, 2011, 6:57 PM
Thanks a lot, man! Greetings from Russia! ;)
Anindita BasakPosted Jan 7, 2011, 4:11 AM
I have used WPF MVVM toolkit CTP released June 2010, it's good but complexity increases when going with PRISM 4.0 Patterns. Any Solutions?
Ravi Ranjan SharmaPosted May 14, 2010, 5:54 AM
But Nice article for new people who is learning silverlight.
Ravi Ranjan SharmaPosted May 14, 2010, 5:52 AM
This is not a actual MVVM implementation
Giridhar SirigiriPosted Jan 24, 2010, 9:11 AM
Hi , It is a nice article, Please help me in planning the folowing, I am very new to silverlight and MVVM. I have two different classes in Model which will carry the Master Data which need to bind to a user control. Ex: Location (ID, Name) & ParentLocation (List of Locations). I have two different classes which need to hold the selected locations and additional data: Ex: Report (List of ReportLocations, StartDate,EndDate,Date Created), ReportLocation(LocationID,Note); All these list need to bind to different Accordion pane and list boxes under each in the view. Can you please let me know how to plan for Model, ViewModel and View? I am using WCF for Storing and retrieving data from database.
muscle baiPosted Sep 24, 2009, 11:34 AM
Find the video for this code snippet from infragistics: http://community.infragistics.com/pixel8/media/p/91949.aspx
Former memberPosted Jul 26, 2009, 7:34 PM
Nice Article :)