Updating the UI is a problem and it is tricky. There are very few simple rules to follow. Let’s see Here we’ll see some smart ways to perform UI updates on Console applications, Windows Forms, WPF, ASP.NET, Silverlight, Windows Phone and Windows Store apps. Console Applications Do they have UI ? No. But we’ll check … Continue reading UI Updates – Part 1
Programming Microsoft Surface
This post contains some high resolution images, please wait till all the images are loaded and click on them to enlarge. Microsoft Surface computing is awesome and for me the business strategy behind the scenes are very very awesome. Microsoft released surface computer and very limited set people are using it right now. Because it … Continue reading Programming Microsoft Surface
Silverlight and WPF Browser Application
You can see there 2 templates in Visual Studio. One is Silverlight Application in the Silverlight category and the other one is WPF Browser Application in the Windows category. We know both the Silverlight and the WPF use XAML to define their UI logic, and Silverlight is for web and browsers (not for sure, you … Continue reading Silverlight and WPF Browser Application