MCTS : Microsoft Silverlight 4 development (70-506) certification guide : a compact certification guide to help you prepare for, and pass, the (70-506) : TS : Microsoft Silverlight 4, development exam /

Saved in:
Bibliographic Details
Author / Creator:Tordgeman, Johnny.
Imprint:Birmingham : Packt Pub., 2012.
Description:1 online resource (vi, 274 pages)
Language:English
Subject:
Format: E-Resource Book
URL for this record:http://pi.lib.uchicago.edu/1001/cat/bib/11139689
Hidden Bibliographic Details
ISBN:9781849684675
1849684677
1849684669
9781849684668
9781849684668
1281090166
9781281090164
9786613775528
6613775525
Digital file characteristics:data file
Notes:Includes index.
English.
Print version record.
Summary:A compact certification guide to help you prepare for and pass the (70-506): TS: Microsoft Silverlight 4 Development exam.
Other form:9781849684668
9781849684675
Table of Contents:
  • Cover; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Overview of Silverlight; What is Microsoft Silverlight; Setting up your development environment; Introducing XAML; Content controls; Namespaces; Naming your objects; Setting properties; The Silverlight application model; Integrating Silverlight with HTML; Using the object tag; Using the JavaScript helper files; In and out-of-browser support; Summary; Chapter 2: Laying out Our User Interface; Arranging content with panels; Creating your first Silverlight application; Grid
  • StackPanelCanvas; Border; ScrollViewer; ViewBox; Controlling the visibility; Using core and content controls; Using core controls; TextBox; TextBlock; Buttons; Using content controls; Creating user controls; Creating your first user control; The navigation framework; Adding new pages; Navigation events; NavigationService; The UriMapper class; The journal; Implementing caching; Displaying a collection of items; ItemsControl; ListBox; ComboBox; TreeView; DataGrid; Displaying data in DataGrid; DataGrid templating; Sorting; Playing media files; The MediaElement control; Digital Rights Management
  • Working with audio filesAudioStreamCount and AudioStreamIndex; Balance; Volume; IsMuted; Displaying closed captioning; Test your knowledge; Summary; Chapter 3: Enhancing the User Interface; Creating or modifying the control styles; Styling on the element level; Styling at the page level; Explicit styling; Implicit styling; BasedOn styling; Styling at the global level; Styles hierarchy; Creating control templates; TemplateBinding; Showing the content; The ContentPresenter element; The ItemPresenter element; Attaching the style; Creating or modifying data templates
  • Creating your first data templateDataForm templates; Using UserControl as a data template; Manipulating visuals; Getting ready; Skew transform; Rotate transform; Scale transform; Translate transform; Perspective transforms; Grouping transformations together; Pixel shaders; Animating visuals; Creating storyboards; Controlling the storyboard; Repeating and reversing storyboards; Implementing easing functions; Configuring bitmap caching; Implementing behaviors; Triggering storyboards by using behaviors; Create your own behavior; Managing the visual state; Test your knowledge; Summary
  • Chapter 4: Implementing Application LogicHandle events; Adding events; Handling routed events; The AddHandler method; Consuming services asynchronously; Adding your first service reference; Configuring service endpoint; Handle timeouts; Cross-domain networking; Working with background threads; Spawning a background thread to execute code; Creating your first BackgroundWorker; Using the Dispatcher object; Working with the DispatcherTimer object; Working with dependency properties; The structure of dependency properties; Creating your first dependency property