Monday, October 18, 2010

A daily Deal aggregator

Currently working on a daily deal aggregator prototype in silverlight.

Thursday, October 7, 2010

Silverlight Logging using Firebug Console

I am working on posting logs to firebug console from silverlight app.

Option 1 :
use HTML bridging + console.log = Logs in firebug console.

Looking for other better ways for silent logging.

Update : Option 2 : Make a new extension method on string

I will post the prototype code once i am done.