Nothing but .net

The road to the keynote

Last week, Microsoft organized the Belgian edition of the Techdays, for the first time in Antwerp. After reading (Twitter, blogs…) and hearing quite a lot of feedback, the event was a success. For me personally, it was also an exciting week: for the first time in my career, I was doin... [More]

Posted on Friday, 20 March 2009 18:11 by gill  |  Comments (100)
Filed under:   Silverlight

MSDN evening on Silverlight by me

After the 2 succesfull sessions for Visug, MSDN Belux is organizing an MSDN evening on Silverlight in Mechelen. The session will take place at Utopolis on October 31st (yes, indeed on Halloween, hence the orange ;-) ). In this session, Gill Cleeren will guide you through all the aspects... [More]

Posted on Tuesday, 9 October 2007 06:06 by gill  |  Comments (67)
Filed under:   Silverlight

Silverlight: How to do navigation easily

Here's a trick to a question I have heard a few times already: how to perform easy navigation in Silverlight 1.1? This problem can be partially solved using hidden panels: you click on a button, Panel1 is hidden and Panel2 becomes visible. This is a trick that is often done in ASP.net too. ... [More]

Posted on Sunday, 30 September 2007 07:49 by gill  |  Comments (219)
Filed under:   Tips and Tricks | Silverlight

Halo 3 and Silverlight

Appearantly, Halo 3 is a big game. Forgive me if this is the understatement of the year. But appearantly, it's big. What I find more interesting, is the Halo 3 game guide that was made in Silverlight. It's a real nice showcase of all that can be done in Silverlight. And to think that ... [More]

Posted on Tuesday, 25 September 2007 07:14 by gill  |  Comments (89)
Filed under:   Silverlight

Silverlight how-to: let the DOM interact with Silverlight

In this first real Silverlight article on my new blog (on which you are at the moment...), I'll be explaining how you can let Silverlight interact with the DOM (Document Object Model) of the page on which it resides. I'll be doing the demo's with the latest build of Visual Studio 2008,... [More]

Posted on Sunday, 5 August 2007 06:14 by gill  |  Comments (125)
Filed under:   Articles | Silverlight