Silverlight Resources Directory Update (06 Aug) Silvelright Resources Directory Update (11 Aug)
Aug 07
  • Explosive Bricks

    Explosive Bricks

    A very traditional game. Bounce the ball and break all the bricks. Very simple game logic, but yet very well implemetned with fancy graphics.
    Available for download!

    Original Post

  • Shadow Effect using 3D projection

    Shadow Effect using 3D projection

    A realistic 3D shadow on a sphere. You can move your mouse position to change the shadow projection.

    Original Post

  • 6 pixel shader effects

    6 pixel shader effects

    6 transitional effects using the pixel shader feature in Silverlight 3. Source code is available for download.

    Original Post

  • Transmitting data using JSON

    Transmitting data using JSON

    Using DataContractJsonSerializer to convert Json to c# object.
    To use the the class DataContractJsonSerializer , you have to include both System.Runtime.Serialization.Json.dll System.ServiceModel.Web.dll assembly.

    Original Post

  • Loading Animation

    Loading Animation

    A very simple loading animation in XAML format.

  • Integrate with Browser Cookie

    Integrate with Browser Cookie

    Integrate with the browser cookie for saving and accessing data in the cookie.
    Sample usage:
    CookieManager.SetCookie(”key”, “value”, expiry);
    string value = CookieManager.GetCookie(”value”);

Shares and Enjoy~

Did you like this post?

Subscribe here:  

Leave a Reply