Deep Copy For Custom Objects
One of the major issues i had working with database entities/custom objects in Silverlight/WPF was that since “class” is a reference type any changes made… Read More »Deep Copy For Custom Objects
One of the major issues i had working with database entities/custom objects in Silverlight/WPF was that since “class” is a reference type any changes made… Read More »Deep Copy For Custom Objects
Even after working on WPF/Silverlight for quite a while i always got mixed up when inspite of using an Observable Collection of items , the… Read More »💡Used ObservableCollection but still need INotifyPropertyChanged!!!!
One of the new features WPF has given us windows programmers is the “Page” as the supposed equivalent of the html web page..information can now… Read More »Structured Navigation Using Page Functions!