Sunday 24 August 2008 @ 10:19 pm
A Step by step tutorial on how to use WildCard Mapping for processing URL requests. It includes how to set it with IIS6 and IIS7. It also discusses the theory behind how it works and talks about a great open source packaged called URLRewriter.Net. Basically, how to resolve http://mydomain.com/Home to http://mydomain.com/HomeSite/Home.aspx which looks so much nicer.
Tuesday 1 April 2008 @ 5:38 am
How to solve problem off image not appearing in iis7. css,gif’s, etc.
Tuesday 3 July 2007 @ 9:38 pm
This article gives you a way to download images from remote servers on different domains using the downloader object of Silverlight. Without this, you can not easily keep track of when images are downloaded to your Silverlight Application and deal with that event. You simply can set the source tag and the image arrives when it arrives.