💡WCF Size and Time restrictions!
While working on a Silverlight client and WCF service i hit a major roadblock when i realized that WCF has a lot of restrictions when… Read More »💡WCF Size and Time restrictions!
While working on a Silverlight client and WCF service i hit a major roadblock when i realized that WCF has a lot of restrictions when… Read More »💡WCF Size and Time restrictions!
Lets get the context straight first…i am a hardcore Microsoft person..infact i work ONLY on microsoft technologies. But its a fact that the speed at… Read More »Silverlight WCF Communication Issues!
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!