Browse by Tags

Microsoft Silverlight 5.0 features for developers
Tue, Dec 21 2010 3:56 PM
Recently on Silverlight 5.0 Firestarter event ScottGu has announced road map for Silverlight 5.0. There will be lots of features that will be there in Silverlight 5.0 but here are few glimpses of Silverlight 5.0 Features.   Improved Data binding support and Better support for MVVM: One of the greatest strength of Silverlight is its data binding. Microsoft... Read More...
Silverlight essential downloads
Tue, Nov 16 2010 11:57 AM
For those working on Silverlight project (including myself) this list comes in very handy when setting up your development environment. http://www.timmykokke.com/silverlight-downloads/ Thanks Timmy. Read More...
Silverlight Resize Drag Behavior for targeted UIElements
Wed, Apr 21 2010 1:19 AM
I have been searching for a Silverlight behavior where you have the ability to resize a column. Normally you can do such a thing with a GridSplitter onto a grid with several columns. Unfortunately this doesn’t work when you also wants to implement something like a hide and show menu column. Therefore I created this behavior myself and released it on CodePlex... Read More...