We saw one example to see how can we move the existing project using MVVM here. But those are just the first steps in that direction not a complete solution. In any big project we are not using MVVM a… more →
Zeeshan Amjad's WinRT, and WPF Blogwrote 3 weeks ago: The INotifyPropertyChanged interface is used to notify clients, typically binding clients, that a pr … more →
wrote 1 month ago: We saw one example to see how can we move the existing project using MVVM here. But those are just t … more →
wrote 2 months ago: When implementing INotifyPropertyChanged, you need to pass the property name as a string in the Prop … more →
wrote 2 months ago: Once you’ve implemented the INotifyPropertyChanged interface in a class, you can subscribe to … more →
wrote 2 months ago: If you write a class, there’s a pattern that you can implement, to let users of your class kno … more →
wrote 3 months ago: public class DemoCustomer : INotifyPropertyChanged { // These fields hold the values for the public … more →
wrote 3 months ago: Notifies clients that a property value has changed. This interface has only one member – the P … more →
wrote 3 months ago: Here is a post on Silverlight validation from Steven Hollidge on #WINNING with C# Silverli … more →
wrote 4 months ago: WP8 Development Serie 1. Introduction 2. Screen resolutions 3. MVVM (this post) 4. Localization I gu … more →
wrote 4 months ago: It is important for a programmer to be critical of their own work. Sometimes you have invested a lot … more →
wrote 5 months ago: In my last post I started some work on a basic implementation of JavaFX style properties for use in … more →
wrote 6 months ago: I have recently been playing around with JavaFX and one of the things I love about it is the rich pr … more →
wrote 6 months ago: There will be two parts to this article. First we will talk about the MVVM pattern in general and ho … more →
wrote 7 months ago: Apps have a major dependency: data. Specifically, displaying data in various forms. Be it a ListBo … more →
wrote 9 months ago: This post will discuss alternative approaches to using “magic strings”, i.e. hardcoding names of cla … more →
wrote 10 months ago: An application that I am writing required the ability to allow navigation between viewModels (which … more →
wrote 1 year ago: In WPF, the most common way to synchronize between the model and view in WPF is using DataBinding. O … more →
wrote 1 year ago: http://social.msdn.microsoft.com/Forums/en-US/wpf/thread/26ce37cd-199d-406d-ad8f-acb60c10bde6/ These … more →
wrote 1 year ago: http://msdn.microsoft.com/en-us/library/ms748948.aspx#TheWindowClass System.Windows + XAML http://co … more →