Boryana Miloshevska published this eBook "Silverlight for Windows Phone Toolkit in Depth" in WindowsPhoneGeek.com. The book incl...
Monday, October 17, 2011
Friday, October 14, 2011
Silverlight Page Navigation Framework - Learn about UriMapper
Last day we discussed about "Silverlight Page Navigation Framework" where we understood the basic concept. We learnt how to add ...
Download Ubuntu 11.10 (Oneiric Ocelot) CD ISO / DVD Images
U buntu Linux (a GNU/Linux-based computer operating system) version 11.10 has been released and available for download. The new release incl...
Thursday, October 13, 2011
How to get the week number for a date in C#
Today I needed to know which week of the year a certain day was in. My first instinct was DateTime.Now.Week but it seems there is no Week p...
Monday, October 10, 2011
WPF Progress Bar using Threads
The following article describes a method to create a WPF project that provides a progress bar on a thread separate to your worker thread. ...
Looking at .NET Source code from Visual Studio
Today I will talk about how you can get integration of Source code server with your .NET programs so that you can easily see the Source co...
iPhone 4 VS iPhone 4S
The iPhone 4 just come out and it sure did make an amazing entrance, leaving behind all sales records in just one week it hit topped one...
Sunday, October 9, 2011
ContextMenu using MVVM
In this post we will discuss how to use the ContextMenu using MVVM pattern. You can find the beginner level of article about how to use Cont...
Thursday, October 6, 2011
Generic Types and Static Members
One of my friend recently asked me a question that I think I should share with you. Say you have a Static Implementation of a Type T which y...
Tuesday, October 4, 2011
Silverlight ‘Loading’ Spin Icon in XAML
When loading large object collections in Silverlight, there is enough of a time delay so that I need some kind of animated icon that indic...