.NET news » Silverlight Silverlight Rss Feed

Design Patterns: Problems and Solutions with Model-View-ViewModel

The Model-View-ViewModel (MVVM) design pattern describes a popular approach for building Windows Presentation Foundation or Microsoft Silverlight applications. Robert McCarter shows you how the ViewModel works, and discuss some benefits and issues involved in implementing a ViewModel in your code.
28 Jun 2010, 19:00:00   Source: Design Patterns: Problems and Solutions with...   Tags: Silverlight

A Simple Application using Silverlight Physics Helper Library

Recently I was interested to work with the Physics Helper for Silverlight. I saw couple of demos on net which uses the Physics library for Silverlight to create good animations with Friction logic. Yeah, friction. You can drop a ball on a surface which will bounce over that surface. I found it very
27 Jun 2010, 12:41:00   Source: A Simple Application using Silverlight Physics Helper...   Tags: Silverlight

Silverlight Active Dynamic Backgrounds

Create a rich and dynamic background that reacts to a user when they use your application.
12 Jun 2010, 10:30:00   Source: Silverlight Active Dynamic Backgrounds   Tags: Silverlight

Picture Frame Control in Expression Blend & Silverlight

How to build your first re-useable Control from scratch in Expression Blend.

Animation in Silverlight

In this chapter, you will be learning the fundamental concepts of Animations in Silverlight Application, which includes Animation Types, namespace details, classes, objects used, implementation of different types of animations with XAML and with C# code ...
9 Jun 2010, 09:57:00   Source: Animation in Silverlight   Tags: Silverlight

Achieve loose coupling with the WPF/Silverlight EventBroker

Using attached properties in WPF or Silverlight to loosely couple UI element events to arbitrary code.

Customer Support in Silverlight

Take a screen capture of your running Silverlight app and submit it to your web server. Inclusive a lot of system information
7 Jun 2010, 17:07:00   Source: Customer Support in Silverlight   Tags: Silverlight

Silverlight Online: Silverlight in an Occasionally Connected World

We discuss the latest incarnation of occasionally connected Silverlight applications, which come with a highly interactive user experience and can run either inside or outside of a browser.
6 Jun 2010, 19:00:00   Source: Silverlight Online: Silverlight in an Occasionally...   Tags: Silverlight

Using lambdas for WPF animation

It’s fairly easy to create and animate a graphical primitive, say by moving it from point A to point B at constant speed. But what if you need to position several graphical objects in a particular arrangement and then animate them in a non-linear fashion? Neither Silverlight nor WPF has built-in functions for this. In this article, I’ll demonstrate ways in which one can create objects and animations dynamically using lambda-delegates and higher-order functions.
4 Jun 2010, 11:58:00   Source: Using lambdas for WPF animation   Tags: Graphics WPF Silverlight

Windows Phone 7 View Model Style Video Player

A Designer/Developer collaboration in an example of a Windows Phone 7 View Model Style Video Player
31 May 2010, 20:08:00   Source: Windows Phone 7 View Model Style Video Player   Tags: Mobile Silverlight