Browse by Tags
All Tags »
Source Code (RSS)
In This Tutorial: · Template project and simple 3-step instructions to kick start WPF pixel shaders · Introduction to Pixel Shaders in WPF · Source Code for 3 pixel shaders · Links to 2 pixel shader sources on the web Using Shaders in WPF: The Easy Way
Read More...
Attachment(s): Beginner’s WPF Pixel Shaders.pptx
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...
This is very good for web sites that have ASP.NET Authentication (or plan to have) and have Silverlight apps. Brad Abrams, from his blog: "Here is what I plan to show: 1. Login\Logout 2. Save personalization settings 3. Enable custom UI based on a user's
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...