💡Debugging DB entity creation in Silverlight!
Your silverlight client speaks to a WCF service which in turn uses some complicated logic (say LINQ to SQL) to interact with the DB. You… Read More »💡Debugging DB entity creation in Silverlight!
Your silverlight client speaks to a WCF service which in turn uses some complicated logic (say LINQ to SQL) to interact with the DB. You… Read More »💡Debugging DB entity creation in Silverlight!
With release of ASP.NET MVC 2, are you planning to migrate your ASP.Net MVC 1 applications. Here are few links which would help you to… Read More »Migrating ASP.Net MVC 1 to ASP.Net MVC 2
ASP.Net MVC 2 RTM has finally released and available on MSDN for download here Brief on ASP.Net MVC 2 RTM ASP.NET MVC 2 is a… Read More »ASP.Net MVC 2 RTM Released
WPF and Silverlight are all about images and styling and the one thing i end up doing a lot is extracting images from Databases, websites… Read More »WPF/Silverlight Retrieve Images from DB/Url
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!