Silverlight 4 in Action
- Length: 800 pages
- Edition: Revised
- Language: English
- Publisher: Manning Publications
- Publication Date: 2010-10-04
- ISBN-10: 1935182374
- ISBN-13: 9781935182375
- Sales Rank: #2807930 (See Top 100 Books)
Silverlight 4 in Action is a fast-paced, comprehensive tutorial that guides the reader from creating “Hello World” to coding production-quality, data-driven rich internet applications with graphics, audio, and video content. Written for a developer who already knows how to code in C#, this fluff-free book covers the basics quickly and dives into the heart of Silverlight development using XAML (a markup language for creating user interface elements) and Visual Studio 2010. You’ll learn not only how to accomplish tasks, but how the underlying runtime works.
In addition to the fundamentals, the book covers the new features in Silverlight like pixel shaders, webcam and microphone, and raw media, as well as WCF RIA Services and patterns like MVVM (Model-View-ViewModel). It explains developing offline and “out-of-browser” applications, managing video and audio, handling validation, navigation and deep-linking, and how each Silverlight feature fits into the overall Silverlight ecosystem.
- Introducing Silverlight
- Core XAML
- The application model and the plug-in
- Integrating with the browser
- Integrating with the desktop
- Rendering, layout, and transforming
- Panels
- Human input
- Text
- Controls and UserControls
- Binding
- Data controls: DataGrid and DataForm
- Input validation
- Networking and communications
- Navigation and dialogs
- Structuring and testing with the MVVM/ViewModel pattern
- WCF RIA Services
- Graphics and effects
- Printing
- Displaying and capturing media (including webcam/mic)
- Working with bitmap images
- Animation and behaviors
- Resoures, styles, and control templates
- Creating panels and controls
- The install experience and preloaders