Watch http://www.seethelight.com/ for launch of Silverlight 3 RTW and Expression Blend 3 RC. For download infomation about Silverlight 3 and Blend visit : http://geekswithblogs.net/tkokke/archive/2009/07/09/silverlight-3-downloads.aspx
I was one of presenters at Microsoft community conference Kulendayz 2009 in Beli Manastir. I have presented there .NET Ria services. Here is my powerpoints and demos:.Net Ria Services Most of content I have referenced [Read More…]
These days everybody are using IOC container so I tried to integrate SL 3 Beta(MIX09) Sample chat application that represent how to work with polling duplex with Unity Ioc container. That sample chat application is [Read More…]
Recently I have been playing with Rik Robinson’s project called Silverlight 2 Scroller. You can read more about this control on this address : http://www.wintellect.com/CS/blogs/rrobinson/archive/2009/01/22/yngwie-malmsteen-syndrome-silverlight-2-scroller-revisited.aspx After looking at ItemsControl I have realize that you probobly [Read More…]
Recently I have been playing with silverlight and I came into a situation where MouseLeftButtonDown event is not triggered every time.It is only triggered when I click on child control inside container. One way to [Read More…]
Bob and Erwin put together a series of videos that tell how to modular Silverlight Application. For more information see Bobs blog. Creating a solution and adding a module (10 minutes) Composing views (10 [Read More…]
Last week I have been started to read about full duplex wcf and his implementation in silverlight applications.I have read tons of articles on MSDN and tons of blog and forum posts. Recently I have [Read More…]
In this article I will explain how to implement MVVM pattern in Silverlight. I was very overjoyed when I was reading my friends article on Codeproject about MVVM pattern in WPF . You can check [Read More…]
This article will explain you how to modify default silverlight datagrid control look. In this example I have created new silverlight application project and add datagrid control in xaml file.I have also created small class [Read More…]
Silverlight 2 has build in support for fullscreen mode.This feature can be very interested for building same online game solution or some cool video players or …When we enter to this fullscreen mode everything is [Read More…]