Thursday, September 09, 2010
Blog
Author: New Age Solution Created: 5/10/2009 8:16 AM
All Things Silverlight
By New Age Solution on 3/9/2010 10:26 PM

My speculation based on Mix 2010 Sessions...

By New Age Solution on 3/6/2010 6:06 PM

downloads/PassingLargeText.zipWe will look at passing large text to Silverlight using InitParams and then we will take a look at using Fiddler to see what gets passed into Silverlight.

By New Age Solution on 1/10/2010 1:00 PM

Using WebClient and AssemblyPart we can dynamically load any assemblies. This is greate techniques to use for designing plug and play type of Silverlight application. Also this is greate optimazation technique to make the xap file smaller and lazy load assemblies that might contain business logic.

Imagine that you have silverlight that does not require redeployment and only thing you have to redeploy is your reflectively loaded assemblies during runtime!

By New Age Solution on 1/10/2010 12:57 PM

Silverlight has nice support for full screen. Only problem is that when Silverlight application goes into full screen mode none of the controls will scale properly. One of the biggest advantage of using vertor graphics is that when the resolution increases controls are expected to increase and not lose the quality.

So how can we scale the elements when Silverlight application goes into Full Screen mode?

By New Age Solution on 1/10/2010 12:56 PM

There is really nice WPF pixel Shader Library in codeplex (http://wpffx.codeplex.com/) that can be used in Silverlight 3. See the demo below for the list of following effects in action: Banded Swirl Effect, Bloom Effect, Bright Extract Effect, Color Tone Effect, Contrast Adjust Effect, Directional Blur Effect, Gloom Effect, Growable Poisson Disk Effect, Invert Color Effect, Light Streak Effect, Magnify Effect, Monochrome Effect, Pinch Effect, Pixelate Effect, Ripple Effect, Sharpen Effect, Smooth Magnify Effect, Swirl Effect, Tone Mapping Effect, Toon Shader Effect and Zoom Blur Effect.

My favorite is Zoom Blur Effect. What's yours?

By New Age Solution on 1/10/2010 12:53 PM

Threadpool allows you to spawn multiple background thread allowing you to process for in this example to allow multiple images to be downloaded.

You can apply this simple but very poweful example to spawn worker threads to perform time consuming executions.

By New Age Solution on 1/10/2010 12:51 PM

We will look at how to stream xml file from URL and display to simple textbox. Description seems to be simple and trivial but doing it right take little work.

By New Age Solution on 1/10/2010 12:49 PM

We want to be able to pass paramaeters from ASP.NET pages to Silverlight 2 application. Here is one scenerios why this would be useful.

When consuming the web service in development, the web service will point to localhost whereas in QA and UAT web service url will change to qa.myserver.com and uat.SomeServer.com. We will store web service URL in appSettings of web.config allow avoiding hardcoded values in Silverlight 2 application.

By New Age Solution on 1/10/2010 12:45 PM

HelloWorld Silverlight Application.

I am trying to trackback links to my previousl Silverlight blogs.

By New Age Solution on 10/17/2009 8:45 PM

When we build custom application for the client we want that final touch of giving customer custom loader and here is how you do it.



Tags


Blog Archive


Blog Comments
There are no recent comments on this blog.


Syndicate  

Blog List


Search Blog


Google Reader


Privacy Statement  |  Terms Of Use
Copyright 2010 New Age Solution