Archives
-
Silverlight Tour Montreal in November
-
BulletedList in Silverlight
Today I wanted to add a bulleted list of text items in a xaml page, as there is no BulletedList control in Silverlight, you have to do it yourself. But I don’t need a databound list, just something simple in a TextBlock, so here is what I ended with, using <LineBreak> and <Run> elements:
-
Samedi.NET special Silverlight event in Montreal
-
Silverlight presentation at the Quebec User Group
Yesterday I did a Silverlight presentation at the Quebec User Group and my goal was to show the new features of Silverlight 3 to help build business app, so this was not quite an intro presentation with no animation and video...
-
Silverlight Tour coming to Switzerland!
I am very proud to announce that the Silverlight Tour is going to Switzerland.
-
Windows 7 logon background changer
-
[Book review] Silverlight 3 Jumpstart
Silverlight 3 Jumpstart by David Yack, Microsoft Silverlight MVP, is a small book designed to get you started with Silverlight. I think it was the first Silverlight 3 book available.
-
Microsoft "All-In-One Code Framework" for Silverlight
"All-In-One Code Framework" delineates the framework and skeleton of most Microsoft development techniques using typical examples in different programming languages.
-
Silverlight 3 Activity control
The Activity control is an async/background activity indicator: it shows a progress bar while data is being loaded or work is being done in the background.