Skip to content

Category Archives: RIA

How to: Silverlight 2.0/1.0 project in Visual Studio 2008

20-Dec-07

I was using the old fashion way.
Here is the new way:
1. Install silverlight tools for VS 2008
2. File -> New Website -> Silverlight Script Web
via Tim Heuer

Blend 2

13-Dec-07

Almost missed this one.
Blend 2 December Preview is now available.
Also, the Blend 1 Service Pack 1 is released.
And, on top of it, we have an Expression Blend User guide.
Via Arturo Toledo.

The Silverlight Plugin Console

11-Dec-07

Some interesting things about the Silverlight Plugin (I’m talking about the final version, that’s 1.0).
First of all, I don’t know how many people know this (except the ones reading Jamie Cansdale’s blog, but the mscorlib.dll that ships with the Silverlight plugin, has the Console object. That means we can create Console Silverlight apps. Jamie […]