Wintellect  

November 2009 - Posts

Another new feature of Silverlight 4 that will enable developers to build richer UIs is drag-and-drop file support. In Silverlight 3, you had to pop up an OpenFileDialog to allow the user to select files from the local file system and make them available Read More...
Among the many new features coming in Silverlight 4 is clipboard support. A new class named System.Windows.Clipboard provides three static methods for accessing the system clipboard: GetText , which retrieves text from the clipboard SetText , which places Read More...
Earlier this year, I wrote about Silverlight 3's new element data binding feature , which enables XAML elements to be bound together declaratively. I also bemoaned the fact that the target of an element-to-element data binding had to be a Framework-element Read More...
Silverlight 4 introduces a boatload of big-ticket features such as printing support, webcam and microphone support, and support for elevated trust in out-of-browser applications. It's also chock full of minor improvements that fly lower under the radar. Read More...
Another feature of Silverlight 3 that has flown under the radar since the product's release is application extension services , or application services for short. Application services are client-side services that start when the application starts and Read More...
One of the more obscure features introduced in Silverlight 3 is the {RelativeSource} markup extension. It's poorer than its counterpart in WPF because the Silverlight version supports only two modes: Self and TemplatedParent. There are precious few examples Read More...
Apple's CoverFlow interface has become popular for presenting collections of items in a highly browseable format, especially on mobile devices where real estate is limited. Thanks to the PlaneProjection class introduced in Silverlight 3, CoverFlow interfaces Read More...