Welcome to Windows Presentation Foundation (WPF)
Top Tasks :

WPF Team Bloggers

Browse by Tags

All Tags » silverlight 2 » Windows   (RSS)

  • What You’ll Hear at PDC2008

    My favorite conference is almost upon us. If I’ve been quiet for a little while on my blog, it’s because this has been a crazy busy season for me and my team, as we put all the pieces in place for PDC2008. PDC is Microsoft’s flagship conference, both because of the scale and depth of content, but also because it’s unique as a time when we open up as a company and share almost everything that’s been under wraps for the previous year or so. This year is more significant than most – it’s been three years since the last PDC. That’s a lifetime in the software world – at PDC05, we hadn’t yet shipped Windows Vista, WPF, WCF, PowerShell, Visual Studio 2005 or SQL Server 2005. It’s high time we provided a set of deep, Level 400 developer sessions on new innovations like LINQ, C# 3.0, .NET 3.5SP1, Silverlight and so on. But PDC isn’t primarily about shipping technologies. PDC is always a coming out party for the platform of the future. In the past, we’ve announced everything from .NET to “Longhorn” Read More...
  • Configuring a Web Server to Host Silverlight Content

    Deploying Silverlight content to a production web server is a pretty easy process. Despite occasional misconception, Silverlight doesn't require a Microsoft-based web server: Apache can host up Silverlight content just as happily as IIS. But there's one little gotcha: web servers are typically configured to only serve up a limited set of known file extensions as static content. That's all well and good, but Silverlight introduces two new file extensions (.xaml for loose XAML files and .xap for the zip-based binary packaging format). As a result, you need to add the MIME types for those file extensions to your web server so that it recognizes Silverlight content appropriately. Here are the MIME types you need to add to the server configuration: Extension MIME Type .xaml application/xaml+xml .xap application/x-silverlight-app That's all you have to do. Unfortunately, it's not possible to provide generic instructions for how to add MIME types, as it varies from server to server, but here are Read More...

Copyright © 2006 Microsoft Corporation. All Rights Reserved. | Terms of Use | Privacy Statement | Contact Us