다음을 통해 공유


Silverlight 5 관련 정보 컬렉션

Silverlight 5를 시작하려고 하시는 분들에게 도움을 드리기 위해서 관련된 정보들을 모아보았습니다.
Silverlight 5의 전체적인 특징을 이해하고 싶으신 분들은 이 전 포스팅인 "끝나지 않는 RIA 플랫폼의 진보 Silverlight 5"를 참조해 주십시오 
우선 본격적으로 시작하기에 앞서서 필요한 툴과 자료를 먼저 다운로드 합니다.
 

Silverlight 5 Download

필수 다운로드
추가적으로 필요한 요소들

그리고 다운로드 되는 동안 Silverlight 5를 소개하는 동영상들을 살펴 봅니다.

 

Silverlight 5 Top Videos

Silverlight 5 Beta Overview
Silverlight 5를 소개하게 어떻게 시작할 수 있는지를 소개합니다.
Multi-Column and Linked Text
RichTextBoxOverflow를 통해서 다중 컬럼을 지원하는 방법과 링크된 텍스트를 사용하는 방법을 소개합니다.
Implicit Templates
포함되어 있는 템플릿을 사용하는 방법을 소개해 드립니다.
Low-Latency Sound Effects
새로운 SoundEffect와 SoundEffectInstance Class를 사용하는 방법을 보실 수 있습니다.
Debugging Binding
Visual Studio 2010에서 XAML 바인딩을 사용할 때 어떻게 디버깅 할 수 있는 지 보실 수 있습니다.
OS Windows
OS차원의 창을 띄우는 방법을 소개해 드립니다.
Mouse Button Double and Multi-click
Silverlight 5에서 지원되는 Double and Multi-Click에 대해서 소개해 드립니다.

얼마전 미국 라스베거스에 있었던 믹스에서도 Silverlight 관련 세션들을 볼 수 있습니다.

Graphics & 3D with Silverlight 5

Building in Browser Experiences with Silverlight 5

Advanced Features in Silverlight 5

Tips for Improving Performance in Applications Built with Silverlight

Deep Dive MVVM

Effective Validation Techniques with MVVM in Silverlight

 

Silverlight 5 Top Tutorials

아래 아티클들은 영문이지만 잘 정리된 아티클들 입니다. 읽어보시면 새로운 기능들의 특징을 이해하는데 도움이 됩니다.

Silverlight 5 Advancements in Text
Silverlight 5 has made some real improvements to the text stack, including control over character spacing, and linked and multi-column text. In this tutorial, Pete Brown will show us how to use these new advancements.
Silverlight 5 Debugging Bindings with Xaml Breakpoints
When looking at features in our favorite platforms, we often forget that the tooling gets updated too. For Silverlight 5, one of the most interesting tooling enhancements is the ability to set breakpoints and debug bindings in XAML. In this tutorial, Pete Brown will show us how to debug bindings in Silverlight 5.
Silverlight 5 Supporting Double and Even Triple Click for the Mouse
Silverlight 5 has introduced the concept of a click count. Rather than create dedicated double, triple, or septuple click events, you can simply count the number of clicks using the new ClickCount property of the MouseButtonEventArgs class. In this tutorial, Pete Brown shows us how to use this new property.
Silverlight 5 Using the SoundEffect Class for Low-Latency Sound and WAV Support
In some applications, particularly touch-screen kiosk apps and casual games, it is desirable to be able to play a sound immediately upon a user action. In this tutorial, Pete Brown shows us how to use the SoundEffect and SoundEffectInstance classes.
Silverlight 5 Working with Implicit Templates
One great feature that has, until now, been exclusive to WPF is the ability to use implicit data templates. Now, Silverlight 5 also supports this feature. In this tutorial, Pete Brown shows us how to create and use Implicit Data Templates in Silverlight 5.
Silverlight 5 Working with Operating System Windows
ChildWindow controls are great for most things, but sometimes you just want something that acts like an operating system Window. Silverlight 5 has extended the Window class to allow creating real native child windows. In this tutorial, Pete Brown shows us how to create and customize windows in Silverlight 5.