Archives
-
Silverlight 4 Training Montreal in December
-
Silverlight 4 presentation in Montreal (Qc)
Don’t miss the next Montreal .NET Community meeting which RunAtServer Consulting will be the proud sponsor. -
Silverlight 4 Text Trimming
Another feature which was in WPF but not in Silverlight 3… TextTrimming is now available in Silverlight 4!
-
Silverlight 4 Clipboard access
Silverlight 4 (currently in beta) adds support for Clipboard!
-
Silverlight 4 Mouse Wheel support
MouseWheel event was available in Silverlight 3 but you had to manage it yourself.
-
Silverlight 4 Implicit Styling
One of the cool new features of Silverlight 4 is Implicit Styling: you can now theme your application without resorting to the ImplicitStyleManager from the toolkit.
-
Silverlight 4 beta released!
Silverlight 4 beta was announced by Scott Guthrie a few minutes ago during his keynote at PDC 2009.
-
Skin your Silverlight 3 app with Implicit Style Manager
Silverlight 3 do not have implicit style like WPF or a Theming feature like ASP.NET which means you can’t [automatically] apply a Style to every Button of the app like in ASP.NET for example.
-
Silverlight Tour Halifax
-
Bing Maps with Silverlight
Microsoft has released a free Bing Maps Silverlight control.
-
Blend SketchFlow project: from prototype to real screens?
I have been doing many demos of Blend SketchFlow, but never tried the process to go from sketch to real screens when prototyping is finished.
After MIX09, my first understanding was that one of the goals of SketchFlow was being able to easily switch from prototype to "real" app. But I was wrong and I found that many people are. -
Silverlight Tour Quebec in December
-
Update Out Of Browser (OOB) Silverlight apps
Once your Silverlight application installed on the local computer what happens if there is an update ?
-
Debug Out Of Browser (OOB) Silverlight apps
An installed (OOB) Silverlight application is supposed to run the same as in browser, but sometimes you might want to debug it.