June
27

In this video Peter Bahaa shows how to use the SetSource method to load a video in a media element. He compares this method with automatically loading a video into a media element.View VideoFormat: wmvDuration: 623

Read full story

June
27

In this video Tim Heuer demonstrates how to load Silverlight applications and assemblies asynchronously.View VideoFormat: wmvDuration: 1272

Read full story

June
27

In Silverlight Beta 1 you could only use sockets to connect to the same host the Silverlight application was served up from. In Beta 2 a change was made to allow you to connect to any server. However, before the Silverlight application can connect to…( read more )…(read more)

Read full story

June
27

In Silverlight Beta 1 you could only use sockets to connect to the same host the Silverlight application was served up from. In Beta 2 a change was made to allow you to connect to any server. However, before the Silverlight application can connect to the server it must first successfully connect to a policy server on that machine in order to proceed with the connection. Below I will take you through every step you need to create and run your own policy server. To start, create a new C# console application…(read more)

Read full story

June
27

The Publish and Subscribe pattern (which uses the Observer Pattern in .NET - more info here ) is one of those patterns we use all the time while thinking nothing of it. In .NET, we get the concrete implementation via events and delegates. By abstracting…( read more )…(read more)

Read full story

Copyright Silverlight Guide, All Rights Reserved 2008 StickyThemes