INotifyPropertyChanged without property name

PropertyChanged Event using INotifyPropertyChanged In WPF whenever we bind our view to the view-model class, there is always a need to propagate the changes in the view model to the UI. This is usually done by implementing the INotifyPropertyChanged interface to the view model class and subscribing to the raising the PropertyChanged event if any... Continue Reading →

Introduction to MVVM with WPF

What's MVVM ? MVVM stands for Model -View-ViewModel As a Software Developer you want develop quality applications with clean structure of code. Imagine that you have tons of books in your room and if you want to find one specific book , well it's a painful , and boring procedure to follow every time you... Continue Reading →

Website Powered by WordPress.com.

Up ↑