Microsoft Silverlight, WPF and the Microsoft .NET Framework: Sharing Skills and Code
- Posted: Oct 29, 2008 at 9:35 AM
- 9,867 Views
- 1 Comment
Download
How do I download the videos?
- To download, right click the file type you would like and pick “Save target as…” or “Save link as…”
Why should I download videos from Channel9?
- It's an easy way to save the videos you like locally.
- You can save the videos in order to watch them offline.
- If all you want is to hear the audio, you can download the MP3!
Which version should I choose?
- If you want to view the video on your PC, Xbox or Media Center, download the High Quality WMV file (this is the highest quality version we have available).
- If you'd like a lower bitrate version, to reduce the download time or cost, then choose the Medium Quality WMV file.
- If you have a Zune, WP7, iPhone, iPad, or iPod device, choose the low or medium MP4 file.
- If you just want to hear the audio of the video, choose the MP3 file.
Right click “Save as…”
- MP4 (iPod, Zune HD)
- Mid Quality WMV (Lo-band, Mobile)
- High Quality WMV (PC, Xbox, MCE)
Come get an in-depth understanding of the compatibility between Windows Presentation Foundation (WPF) and Silverlight. Learn the relationship between WPF and Silverlight's various subsystems including: XAML parsing and serialization, control instantiation,
styling and templating, layout, rendering, and more. Learn how to build applications that fully exploit both Silverlight and WPF.
-
Ian Ellison-TaylorIan Ellison-Taylor is the General Manager for Microsoft’s Presentation Platforms and Tools Team (PP&T) which creates technologies that enables developers and designers to build revolutionary next-generation user experiences for the desktop, the web and devices. Currently the group produces the UI framework (known as “WPF”), controls and developer tools for .Net and Silverlight. Ian has been working on various user-experience related platforms at Microsoft for more than 15 years across a variety of products including Windows, Internet Explorer and Visual Studio. He joined Microsoft in 1990 as developer on the Windows 3.1 team having graduated from the University of Durham, England.
Comments Closed
Comments have been closed since this content was published more than 30 days ago, but if you'd like to continue the conversation,
please create a new thread in our Forums,
or
Contact Us and let us know.
Follow the Discussion
Great demo. While you're right that you can do the service without an async call in the sense that the async call on the user side will prevent the user's UI from blocking, you really still shouldn't use blocking calls on the server side as you're using up threads on the thread pool and if you have heavy load you'll run into scaling problems.
Remove this comment
Remove this thread
close