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 /
A compact certification guide to help you prepare for and pass the (70-506): TS: Microsoft Silverlight 4 Development exam.
Gespeichert in:
1. Verfasser: | |
---|---|
Format: | Elektronisch E-Book |
Sprache: | English |
Veröffentlicht: |
Birmingham :
Packt Pub.,
2012.
|
Schlagworte: | |
Online-Zugang: | Volltext |
Zusammenfassung: | A compact certification guide to help you prepare for and pass the (70-506): TS: Microsoft Silverlight 4 Development exam. |
Beschreibung: | Includes index. |
Beschreibung: | 1 online resource (vi, 274 pages) |
ISBN: | 9781849684675 1849684677 1849684669 9781849684668 1281090166 9781281090164 9786613775528 6613775525 |
Internformat
MARC
LEADER | 00000cam a2200000 a 4500 | ||
---|---|---|---|
001 | ZDB-4-EBA-ocn802057657 | ||
003 | OCoLC | ||
005 | 20241004212047.0 | ||
006 | m o d | ||
007 | cr cnu---unuuu | ||
008 | 120709s2012 enk o 001 0 eng d | ||
040 | |a E7B |b eng |e pn |c E7B |d OCLCO |d N$T |d OCLCQ |d DEBSZ |d OCLCQ |d YDXCP |d DEBBG |d DKDLA |d OCLCO |d OCLCQ |d OCLCO |d AZK |d OCLCO |d JBG |d AGLDB |d MOR |d PIFAG |d OCLCQ |d U3W |d OCLCF |d STF |d OCLCO |d WRM |d VTS |d NRAMU |d INT |d UKMGB |d OCLCQ |d G3B |d TKN |d OCLCQ |d M8D |d OCLCO |d UKAHL |d HS0 |d SFB |d OCLCO |d OCLCQ |d OCLCO |d OCLCL |d OCLCQ | ||
016 | 7 | |a 018015122 |2 Uk | |
019 | |a 961518597 |a 962635495 |a 1132040012 |a 1162247410 |a 1241800783 |a 1290083848 |a 1300690277 | ||
020 | |a 9781849684675 |q (electronic bk.) | ||
020 | |a 1849684677 |q (electronic bk.) | ||
020 | |a 1849684669 | ||
020 | |a 9781849684668 | ||
020 | |z 9781849684668 | ||
020 | |a 1281090166 | ||
020 | |a 9781281090164 | ||
020 | |a 9786613775528 | ||
020 | |a 6613775525 | ||
035 | |a (OCoLC)802057657 |z (OCoLC)961518597 |z (OCoLC)962635495 |z (OCoLC)1132040012 |z (OCoLC)1162247410 |z (OCoLC)1241800783 |z (OCoLC)1290083848 |z (OCoLC)1300690277 | ||
037 | |a 9781849684675 |b Packt Publishing Pvt. Ltd | ||
050 | 4 | |a QA76.575 |b .T67 2012eb | |
072 | 7 | |a COM |x 060160 |2 bisacsh | |
082 | 7 | |a 006.7/6 |2 23 | |
049 | |a MAIN | ||
100 | 1 | |a Tordgeman, Johnny. | |
245 | 1 | 0 | |a MCTS : |b 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 / |c Johnny Tordgeman. |
260 | |a Birmingham : |b Packt Pub., |c 2012. | ||
300 | |a 1 online resource (vi, 274 pages) | ||
336 | |a text |b txt |2 rdacontent | ||
337 | |a computer |b c |2 rdamedia | ||
338 | |a online resource |b cr |2 rdacarrier | ||
347 | |a data file |2 rda | ||
500 | |a Includes index. | ||
588 | 0 | |a Print version record. | |
505 | 0 | |a 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 | |
505 | 8 | |a 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 | |
505 | 8 | |a 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 | |
505 | 8 | |a 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 | |
505 | 8 | |a 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 | |
520 | |a A compact certification guide to help you prepare for and pass the (70-506): TS: Microsoft Silverlight 4 Development exam. | ||
546 | |a English. | ||
630 | 0 | 0 | |a Silverlight (Electronic resource) |0 http://id.loc.gov/authorities/names/n2007061235 |
630 | 0 | 7 | |a Silverlight (Electronic resource) |2 fast |
650 | 0 | |a Multimedia systems |x Examinations |v Study guides. | |
650 | 0 | |a Web sites |x Design |x Examinations |v Study guides. | |
650 | 0 | |a Application software |x Development |x Examinations |v Study guides. | |
650 | 0 | |a Web site development |x Computer programs |x Examinations |v Study guides. | |
650 | 0 | |a Web sites |x Authoring programs |x Examinations |v Study guides. | |
650 | 6 | |a Multimédia |x Examens |v Guides de l'étudiant. | |
650 | 6 | |a Sites Web |x Conception |x Examens |v Guides de l'étudiant. | |
650 | 6 | |a Logiciels d'application |x Développement |x Examens |v Guides de l'étudiant. | |
650 | 6 | |a Sites Web |x Systèmes-auteur |x Examens |v Guides de l'étudiant. | |
650 | 7 | |a COMPUTERS |x Web |x Web Programming. |2 bisacsh | |
650 | 7 | |a Web sites |x Design |x Examinations |2 fast | |
655 | 7 | |a Study guides |2 fast | |
758 | |i has work: |a MCTS (Text) |1 https://id.oclc.org/worldcat/entity/E39PD36QqhVBtF8Gkq6r4jHhPj |4 https://id.oclc.org/worldcat/ontology/hasWork | ||
776 | 0 | |z 9781849684668 | |
776 | 0 | |z 9781849684675 | |
856 | 4 | 0 | |l FWS01 |p ZDB-4-EBA |q FWS_PDA_EBA |u https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=466008 |3 Volltext |
938 | |a Askews and Holts Library Services |b ASKH |n AH26944229 | ||
938 | |a ebrary |b EBRY |n ebr10576347 | ||
938 | |a EBSCOhost |b EBSC |n 466008 | ||
938 | |a YBP Library Services |b YANK |n 8935532 | ||
994 | |a 92 |b GEBAY | ||
912 | |a ZDB-4-EBA | ||
049 | |a DE-863 |
Datensatz im Suchindex
DE-BY-FWS_katkey | ZDB-4-EBA-ocn802057657 |
---|---|
_version_ | 1816882202308247552 |
adam_text | |
any_adam_object | |
author | Tordgeman, Johnny |
author_facet | Tordgeman, Johnny |
author_role | |
author_sort | Tordgeman, Johnny |
author_variant | j t jt |
building | Verbundindex |
bvnumber | localFWS |
callnumber-first | Q - Science |
callnumber-label | QA76 |
callnumber-raw | QA76.575 .T67 2012eb |
callnumber-search | QA76.575 .T67 2012eb |
callnumber-sort | QA 276.575 T67 42012EB |
callnumber-subject | QA - Mathematics |
collection | ZDB-4-EBA |
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 |
ctrlnum | (OCoLC)802057657 |
dewey-full | 006.7/6 |
dewey-hundreds | 000 - Computer science, information, general works |
dewey-ones | 006 - Special computer methods |
dewey-raw | 006.7/6 |
dewey-search | 006.7/6 |
dewey-sort | 16.7 16 |
dewey-tens | 000 - Computer science, information, general works |
discipline | Informatik |
format | Electronic eBook |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>06540cam a2200793 a 4500</leader><controlfield tag="001">ZDB-4-EBA-ocn802057657</controlfield><controlfield tag="003">OCoLC</controlfield><controlfield tag="005">20241004212047.0</controlfield><controlfield tag="006">m o d </controlfield><controlfield tag="007">cr cnu---unuuu</controlfield><controlfield tag="008">120709s2012 enk o 001 0 eng d</controlfield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">E7B</subfield><subfield code="b">eng</subfield><subfield code="e">pn</subfield><subfield code="c">E7B</subfield><subfield code="d">OCLCO</subfield><subfield code="d">N$T</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">DEBSZ</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">YDXCP</subfield><subfield code="d">DEBBG</subfield><subfield code="d">DKDLA</subfield><subfield code="d">OCLCO</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">OCLCO</subfield><subfield code="d">AZK</subfield><subfield code="d">OCLCO</subfield><subfield code="d">JBG</subfield><subfield code="d">AGLDB</subfield><subfield code="d">MOR</subfield><subfield code="d">PIFAG</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">U3W</subfield><subfield code="d">OCLCF</subfield><subfield code="d">STF</subfield><subfield code="d">OCLCO</subfield><subfield code="d">WRM</subfield><subfield code="d">VTS</subfield><subfield code="d">NRAMU</subfield><subfield code="d">INT</subfield><subfield code="d">UKMGB</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">G3B</subfield><subfield code="d">TKN</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">M8D</subfield><subfield code="d">OCLCO</subfield><subfield code="d">UKAHL</subfield><subfield code="d">HS0</subfield><subfield code="d">SFB</subfield><subfield code="d">OCLCO</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">OCLCO</subfield><subfield code="d">OCLCL</subfield><subfield code="d">OCLCQ</subfield></datafield><datafield tag="016" ind1="7" ind2=" "><subfield code="a">018015122</subfield><subfield code="2">Uk</subfield></datafield><datafield tag="019" ind1=" " ind2=" "><subfield code="a">961518597</subfield><subfield code="a">962635495</subfield><subfield code="a">1132040012</subfield><subfield code="a">1162247410</subfield><subfield code="a">1241800783</subfield><subfield code="a">1290083848</subfield><subfield code="a">1300690277</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781849684675</subfield><subfield code="q">(electronic bk.)</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">1849684677</subfield><subfield code="q">(electronic bk.)</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">1849684669</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781849684668</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="z">9781849684668</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">1281090166</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781281090164</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9786613775528</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">6613775525</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)802057657</subfield><subfield code="z">(OCoLC)961518597</subfield><subfield code="z">(OCoLC)962635495</subfield><subfield code="z">(OCoLC)1132040012</subfield><subfield code="z">(OCoLC)1162247410</subfield><subfield code="z">(OCoLC)1241800783</subfield><subfield code="z">(OCoLC)1290083848</subfield><subfield code="z">(OCoLC)1300690277</subfield></datafield><datafield tag="037" ind1=" " ind2=" "><subfield code="a">9781849684675</subfield><subfield code="b">Packt Publishing Pvt. Ltd</subfield></datafield><datafield tag="050" ind1=" " ind2="4"><subfield code="a">QA76.575</subfield><subfield code="b">.T67 2012eb</subfield></datafield><datafield tag="072" ind1=" " ind2="7"><subfield code="a">COM</subfield><subfield code="x">060160</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="082" ind1="7" ind2=" "><subfield code="a">006.7/6</subfield><subfield code="2">23</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">MAIN</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Tordgeman, Johnny.</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">MCTS :</subfield><subfield code="b">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 /</subfield><subfield code="c">Johnny Tordgeman.</subfield></datafield><datafield tag="260" ind1=" " ind2=" "><subfield code="a">Birmingham :</subfield><subfield code="b">Packt Pub.,</subfield><subfield code="c">2012.</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">1 online resource (vi, 274 pages)</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="a">text</subfield><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="a">computer</subfield><subfield code="b">c</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="a">online resource</subfield><subfield code="b">cr</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="347" ind1=" " ind2=" "><subfield code="a">data file</subfield><subfield code="2">rda</subfield></datafield><datafield tag="500" ind1=" " ind2=" "><subfield code="a">Includes index.</subfield></datafield><datafield tag="588" ind1="0" ind2=" "><subfield code="a">Print version record.</subfield></datafield><datafield tag="505" ind1="0" ind2=" "><subfield code="a">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</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">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</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">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</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">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</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">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</subfield></datafield><datafield tag="520" ind1=" " ind2=" "><subfield code="a">A compact certification guide to help you prepare for and pass the (70-506): TS: Microsoft Silverlight 4 Development exam.</subfield></datafield><datafield tag="546" ind1=" " ind2=" "><subfield code="a">English.</subfield></datafield><datafield tag="630" ind1="0" ind2="0"><subfield code="a">Silverlight (Electronic resource)</subfield><subfield code="0">http://id.loc.gov/authorities/names/n2007061235</subfield></datafield><datafield tag="630" ind1="0" ind2="7"><subfield code="a">Silverlight (Electronic resource)</subfield><subfield code="2">fast</subfield></datafield><datafield tag="650" ind1=" " ind2="0"><subfield code="a">Multimedia systems</subfield><subfield code="x">Examinations</subfield><subfield code="v">Study guides.</subfield></datafield><datafield tag="650" ind1=" " ind2="0"><subfield code="a">Web sites</subfield><subfield code="x">Design</subfield><subfield code="x">Examinations</subfield><subfield code="v">Study guides.</subfield></datafield><datafield tag="650" ind1=" " ind2="0"><subfield code="a">Application software</subfield><subfield code="x">Development</subfield><subfield code="x">Examinations</subfield><subfield code="v">Study guides.</subfield></datafield><datafield tag="650" ind1=" " ind2="0"><subfield code="a">Web site development</subfield><subfield code="x">Computer programs</subfield><subfield code="x">Examinations</subfield><subfield code="v">Study guides.</subfield></datafield><datafield tag="650" ind1=" " ind2="0"><subfield code="a">Web sites</subfield><subfield code="x">Authoring programs</subfield><subfield code="x">Examinations</subfield><subfield code="v">Study guides.</subfield></datafield><datafield tag="650" ind1=" " ind2="6"><subfield code="a">Multimédia</subfield><subfield code="x">Examens</subfield><subfield code="v">Guides de l'étudiant.</subfield></datafield><datafield tag="650" ind1=" " ind2="6"><subfield code="a">Sites Web</subfield><subfield code="x">Conception</subfield><subfield code="x">Examens</subfield><subfield code="v">Guides de l'étudiant.</subfield></datafield><datafield tag="650" ind1=" " ind2="6"><subfield code="a">Logiciels d'application</subfield><subfield code="x">Développement</subfield><subfield code="x">Examens</subfield><subfield code="v">Guides de l'étudiant.</subfield></datafield><datafield tag="650" ind1=" " ind2="6"><subfield code="a">Sites Web</subfield><subfield code="x">Systèmes-auteur</subfield><subfield code="x">Examens</subfield><subfield code="v">Guides de l'étudiant.</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">COMPUTERS</subfield><subfield code="x">Web</subfield><subfield code="x">Web Programming.</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Web sites</subfield><subfield code="x">Design</subfield><subfield code="x">Examinations</subfield><subfield code="2">fast</subfield></datafield><datafield tag="655" ind1=" " ind2="7"><subfield code="a">Study guides</subfield><subfield code="2">fast</subfield></datafield><datafield tag="758" ind1=" " ind2=" "><subfield code="i">has work:</subfield><subfield code="a">MCTS (Text)</subfield><subfield code="1">https://id.oclc.org/worldcat/entity/E39PD36QqhVBtF8Gkq6r4jHhPj</subfield><subfield code="4">https://id.oclc.org/worldcat/ontology/hasWork</subfield></datafield><datafield tag="776" ind1="0" ind2=" "><subfield code="z">9781849684668</subfield></datafield><datafield tag="776" ind1="0" ind2=" "><subfield code="z">9781849684675</subfield></datafield><datafield tag="856" ind1="4" ind2="0"><subfield code="l">FWS01</subfield><subfield code="p">ZDB-4-EBA</subfield><subfield code="q">FWS_PDA_EBA</subfield><subfield code="u">https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=466008</subfield><subfield code="3">Volltext</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">Askews and Holts Library Services</subfield><subfield code="b">ASKH</subfield><subfield code="n">AH26944229</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">ebrary</subfield><subfield code="b">EBRY</subfield><subfield code="n">ebr10576347</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">EBSCOhost</subfield><subfield code="b">EBSC</subfield><subfield code="n">466008</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">YBP Library Services</subfield><subfield code="b">YANK</subfield><subfield code="n">8935532</subfield></datafield><datafield tag="994" ind1=" " ind2=" "><subfield code="a">92</subfield><subfield code="b">GEBAY</subfield></datafield><datafield tag="912" ind1=" " ind2=" "><subfield code="a">ZDB-4-EBA</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-863</subfield></datafield></record></collection> |
genre | Study guides fast |
genre_facet | Study guides |
id | ZDB-4-EBA-ocn802057657 |
illustrated | Not Illustrated |
indexdate | 2024-11-27T13:24:52Z |
institution | BVB |
isbn | 9781849684675 1849684677 1849684669 9781849684668 1281090166 9781281090164 9786613775528 6613775525 |
language | English |
oclc_num | 802057657 |
open_access_boolean | |
owner | MAIN DE-863 DE-BY-FWS |
owner_facet | MAIN DE-863 DE-BY-FWS |
physical | 1 online resource (vi, 274 pages) |
psigel | ZDB-4-EBA |
publishDate | 2012 |
publishDateSearch | 2012 |
publishDateSort | 2012 |
publisher | Packt Pub., |
record_format | marc |
spelling | Tordgeman, Johnny. 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 / Johnny Tordgeman. Birmingham : Packt Pub., 2012. 1 online resource (vi, 274 pages) text txt rdacontent computer c rdamedia online resource cr rdacarrier data file rda Includes index. Print version record. 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 A compact certification guide to help you prepare for and pass the (70-506): TS: Microsoft Silverlight 4 Development exam. English. Silverlight (Electronic resource) http://id.loc.gov/authorities/names/n2007061235 Silverlight (Electronic resource) fast Multimedia systems Examinations Study guides. Web sites Design Examinations Study guides. Application software Development Examinations Study guides. Web site development Computer programs Examinations Study guides. Web sites Authoring programs Examinations Study guides. Multimédia Examens Guides de l'étudiant. Sites Web Conception Examens Guides de l'étudiant. Logiciels d'application Développement Examens Guides de l'étudiant. Sites Web Systèmes-auteur Examens Guides de l'étudiant. COMPUTERS Web Web Programming. bisacsh Web sites Design Examinations fast Study guides fast has work: MCTS (Text) https://id.oclc.org/worldcat/entity/E39PD36QqhVBtF8Gkq6r4jHhPj https://id.oclc.org/worldcat/ontology/hasWork 9781849684668 9781849684675 FWS01 ZDB-4-EBA FWS_PDA_EBA https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=466008 Volltext |
spellingShingle | Tordgeman, Johnny 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 / 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 Silverlight (Electronic resource) http://id.loc.gov/authorities/names/n2007061235 Silverlight (Electronic resource) fast Multimedia systems Examinations Study guides. Web sites Design Examinations Study guides. Application software Development Examinations Study guides. Web site development Computer programs Examinations Study guides. Web sites Authoring programs Examinations Study guides. Multimédia Examens Guides de l'étudiant. Sites Web Conception Examens Guides de l'étudiant. Logiciels d'application Développement Examens Guides de l'étudiant. Sites Web Systèmes-auteur Examens Guides de l'étudiant. COMPUTERS Web Web Programming. bisacsh Web sites Design Examinations fast |
subject_GND | http://id.loc.gov/authorities/names/n2007061235 |
title | 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 / |
title_auth | 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 / |
title_exact_search | 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 / |
title_full | 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 / Johnny Tordgeman. |
title_fullStr | 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 / Johnny Tordgeman. |
title_full_unstemmed | 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 / Johnny Tordgeman. |
title_short | MCTS : |
title_sort | 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 |
title_sub | 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 / |
topic | Silverlight (Electronic resource) http://id.loc.gov/authorities/names/n2007061235 Silverlight (Electronic resource) fast Multimedia systems Examinations Study guides. Web sites Design Examinations Study guides. Application software Development Examinations Study guides. Web site development Computer programs Examinations Study guides. Web sites Authoring programs Examinations Study guides. Multimédia Examens Guides de l'étudiant. Sites Web Conception Examens Guides de l'étudiant. Logiciels d'application Développement Examens Guides de l'étudiant. Sites Web Systèmes-auteur Examens Guides de l'étudiant. COMPUTERS Web Web Programming. bisacsh Web sites Design Examinations fast |
topic_facet | Silverlight (Electronic resource) Multimedia systems Examinations Study guides. Web sites Design Examinations Study guides. Application software Development Examinations Study guides. Web site development Computer programs Examinations Study guides. Web sites Authoring programs Examinations Study guides. Multimédia Examens Guides de l'étudiant. Sites Web Conception Examens Guides de l'étudiant. Logiciels d'application Développement Examens Guides de l'étudiant. Sites Web Systèmes-auteur Examens Guides de l'étudiant. COMPUTERS Web Web Programming. Web sites Design Examinations Study guides |
url | https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=466008 |
work_keys_str_mv | AT tordgemanjohnny mctsmicrosoftsilverlight4development70506certificationguideacompactcertificationguidetohelpyouprepareforandpassthe70506tsmicrosoftsilverlight4developmentexam |