Browse by Tags
All Tags »
silverlight 2 (RSS)
The Patterns & Practices group at Microsoft has just released Unity for Silverlight, which is the “ Unity Application Block 1.2 ” ported to Silverlight 2. Unity Application Block 1.2 for Silverlight - December 2008 Unity for Silverlight page on MSDN
Read More...
After the RC0 a few weeks ago we a, Silverlight 2 RTW (Release to Web) is here, it’s official! This is great news as for a lot of people, where putting something in production on a non-release version was out of the question. Now that we are out of beta,
Read More...
Yesterday the second Belgian Community Day took place in Keerbergen. I joined in a bit later due to some meetings at the office but it was still more than worth it. Nine Belgian User Groups joined in this year to organize a day “For the Community, By
Read More...
During the opening keynote at TechEd Orlando last Tuesday, Soma announced the availability of Silverlight 2 Beta 2. As from now you can find the different downloads related to Silverlight 2 Beta 2. The best place to start is reading Scott Guthrie's post
Read More...
A few people at the MIX essentials event we organized in April requested me to post the source code for the Silverlight demo we gave in the opening keynote. So, here is the code (download at the bottom) along with some explanations of what we implemented.
Read More...
Last week on April 24th we had our first MIX essentials event in Belgium. It was a full day with a dynamic opening keynote; developer and designer break-out sessions and of course a fantastic closing keynote and Q&A session with Steve Ballmer . Opening
Read More...
When loading files in Silverlight 2 applications, this can range from images, video, fonts, etc, there are several options available. You might want to call files that reside on another server, files that are embedded into the .xap application or zip
Read More...
One of the things I like with having Silverlight 2 runtime on the browser is that it gives us the power of .NET at the browser level. And this is more than just for creating RIAs, one aspect that does not get much attention is the fact that you can use
Read More...
With Silverlight 2 comes a new file extension for your Silverlight applications: .XAP (pronounced zap). This is a compressed file that uses standard .zip compression algorithm to minimize client download size. .XAP structure As stated the .XAP file is
Read More...
With the release of Beta1 for Silverlight 2 you get two new templates in Visual Studio 2008 for creating Silverlight projects in C# or VB. Download links to Microsoft Silverlight Tools Beta 1 for Visual Studio 2008 you will find at numerous places on
Read More...
The keynote at MIX08 in Las Vegas this year was really exciting to follow. I was really looking forward to the keynote mainly for Scott Guthrie’s announcements, and was not let down. Check Tim Sneath’s blog to get a “live” overview of what was announced
Read More...
You may have seen it posted on several blogs: Scott Guthrie has published an overview of Silverlight 2 functionality and a complete 8 part tutorial! The tutorial is step-by-step guide on building a sample Silverlight 2 Beta1 application that reads stories
Read More...