Browse by Tags
All Tags »
Sample (RSS)
In this tutorial: Creating a cool (and easy) Vista-like "ray of light" effect in Silverlight Creating images for splash screens The demo below shows a "core" that emits rays of light as a hypothetical download progresses. Download source code Images used
Read More...
In This Tutorial: · C# compiler demo for the web - type code in a web page, compile and execute it on the client · How to enable dynamic code compilation for a Silverlight application · How to execute third party DLL from within a Silverlight application
Read More...
In this tutorial: - creating and rendering water ripples - optimized image generation - JPEG decoding component for Silverlight Source code for this sample Algorithm The algorithm is based on Hugo Elias’ 2D water tutorial . On each render step we have
Read More...
I needed a good and relatively fast dynamic image generation code for Silverlight (for the next sample, you’ll see). Joe Stegman has an excellent post including source code for generating images in Silverlight: http://blogs.msdn.com/jstegman/archive/2008/04/21/dynamic-image-generation-in-silverlight.aspx
Read More...
Attachment(s): EditableImage.zip
In this Tutorial · Analysis of the usability of the typical Hyperbar Control · Silverlight sample with source code for a better control (in my opinion) There are two important traits of a navigation control: usability and looks. Usability of the control
Read More...
I had some free time today and did this: I'd like to note that LukeH made the core raytracing engine in C#. He built it using linq and the code looks very elegant . I did the "Silverlight" part of it. There are some things to think about with ray tracing
Read More...
Specification of the Problem A WCF web service works when a user types site in his browser with www in the name: · http:// www .nokola.com/SampleService/ServiceClientAppTestPage.aspx Works OK!, but it stops working if the same site is typed without www:
Read More...
In This Sample · How to build a 1977 PC emulator with Silverlight · Dynamic image generation · 25 Games If you like this sample, please vote for it on the Silverlight.net Community Gallery More Information Last Sunday I decided to try and build an x86
Read More...
Just a small reminder for myself. I have to do this way too often recently to remember. This is how to read embedded resources in Silverlight application (or WPF app for that matter) - like binaries, images, xml, etc, from an embedded resource /// <summary>
Read More...
This sample demonstrates the following: 1. Simulating any image effect with Silverlight 2. Using the mouse wheel in a Silverlight application Download sample source code: http://www.nokola.com/sources/SaturationLight.zip The main XAML consists of 2 images:
Read More...