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.
Clasificación: | Libro Electrónico |
---|---|
Autor principal: | |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
Birmingham :
Packt Publishing,
2012.
|
Temas: | |
Acceso en línea: | Texto completo |
Tabla de Contenidos:
- MCTS: Microsoft Silverlight 4 Development (70-506) Certification Guide; MCTS: Microsoft Silverlight 4 Development (70-506) Certification Guide; Credits; About the Author; About the Reviewers; www.PacktPub.com; Support files, eBooks, discount offers and more; Why Subscribe?; Free Access for Packt account holders; Instant Updates on New Packt Books; Preface; What this book covers; What you need for this book; Who this book is for; Conventions; Reader feedback; Customer support; Downloading the example code; Errata; Piracy; Questions; 1. Overview of Silverlight; What is Microsoft Silverlight.
- Setting up your development environmentIntroducing 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; 2. Laying out Our User Interface; Arranging content with panels; Creating your first Silverlight application; Grid; Star sizing; Absolute sizing; Auto sizing; StackPanel; Canvas; Setting the Canvas properties from code behind; Border; ScrollViewer; ViewBox; Controlling the visibility.
- Placing content into a gridChanging the grid layout dynamically; Using core and content controls; Using core controls; TextBox; TextBlock; Buttons; Button; HyperlinkButton; ToggleButton; CheckBox; RadioButton; 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 controlDigital Rights Management; Working with audio files; AudioStreamCount and AudioStreamIndex; Balance; Volume; IsMuted; Displaying closed captioning; Test your knowledge; Summary; 3. Enhancing the User Interface; Creating or modifying the control styles; Styling at 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; Attaching the style; The ContentPresenter element; The ItemPresenter element.
- Creating or modifying data templatesCreating your first data template; DataForm 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; Creating your own behavior; Managing the visual state.