By Mark Latchey, on February 5th, 2013%
This is going to be a quick post on using the PivotViewer (both the v1 and the SL5 version). Every once and a while you realize that you do something out of habit and forget to mention it to anyone, and that was the case here.
I was doing some research into another PivotViewer . . . → Read More: Silverlight 5 Hosting :: How to Enable GPU Acceleration on PivotViewer
By Landon Ferguson, on January 28th, 2013%
In this article I will explain how I chose to implement the global caching mechanism of the application data that I put in some projects of mine developed in. NET. The scenario consists of three projects that were created in Microsoft Visual Studio 2012:
A WCF project in which I have implemented all the services and technical data . . . → Read More: Silverlight 5 Hosting :: Cache System in Silverlight 5 RIA Application
By Mark Latchey, on January 24th, 2013%
Silverlight 5 has another new feature called Ancestor Relative source binding. It was already available in WPF and has been newly introduced in Silverlight 5 beta. Using this, you can now bind to the relative ancestor elements very easily.
Let’s discuss it with a small example where we will create a Control Template . . . → Read More: Silverlight 5 Hosting :: Ancestor Relative Source Binding Silverlight 5