Silverlight Recipes (eBook)

A Problem-Solution Approach
eBook Download: PDF
2010 | 1st ed.
992 Seiten
Apress (Verlag)
978-1-4302-2436-5 (ISBN)

Lese- und Medienproben

Silverlight Recipes -  Rob Cameron,  Jit Ghosh
Systemvoraussetzungen
44,99 inkl. MwSt
  • Download sofort lieferbar
  • Zahlungsarten anzeigen

Silverlight Recipes: A Problem-Solution Approach is your practical companion to developing rich, interactive web applications with Microsoft's latest technology. This book tackles common problems and scenarios that on-the-job developers face every day by revealing code and detailed solutions. You'll quickly be able to integrate real-world, functioning code into your applications-and save hours of coding time.

The recipes included in Silverlight Recipes: A Problem-Solution Approach have been carefully selected and tested with the professional developer in mind. You'll find problems stated clearly and succinctly, artful solutions explored, and ample discussion of the code and context so you're immediately clear how the solution will support your project.

Enjoy practical coverage of Silverlight development in many projects and contexts, including:

  • Designing complete, rich, interactive user experiences
  • Manipulating content and the runtime environment through the Silverlight Plug-in Runtime API
  • Consuming, transforming, and displaying content in your Silverlight web application through XML, LINQ-based data access, and isolated storage
  • Building custom controls for your Silverlight project
  • Integrating rich media, including audio and video, to create a very dynamic user interface and experience
  • Using new Silverlight features, including .NET Framework integration, the use of dynamic languages like Python and Ruby in Silverlight development, and digital rights management support

Find instant solutions, comprehensive Silverlight coverage, and time-saving expert advice, all in Silverlight Recipes: A Problem-Solution Approach.



Rob Cameron is an industry architect with the Developer Platform Evangelism team at Microsoft, working on mobility and entertainment solutions. Rob has more than 13 years of solutions architecture and software engineering experience, with the last few years focused on the Internet, mobility, and entertainment space. You can read more about Rob s current work at http://blogs.msdn.com/robcamer.
Silverlight Recipes: A Problem-Solution Approach is your practical companion to developing rich, interactive web applications with Microsoft's latest technology. This book tackles common problems and scenarios that on-the-job developers face every day by revealing code and detailed solutions. You’ll quickly be able to integrate real-world, functioning code into your applications—and save hours of coding time.The recipes included in Silverlight Recipes: A Problem-Solution Approach have been carefully selected and tested with the professional developer in mind. You'll find problems stated clearly and succinctly, artful solutions explored, and ample discussion of the code and context so you're immediately clear how the solution will support your project.Enjoy practical coverage of Silverlight development in many projects and contexts, including: Designing complete, rich, interactive user experiences Manipulating content and the runtime environment through the Silverlight Plug-in Runtime API Consuming, transforming, and displaying content in your Silverlight web application through XML, LINQ-based data access, and isolated storage Building custom controls for your Silverlight project Integrating rich media, including audio and video, to create a very dynamic user interface and experience Using new Silverlight features, including .NET Framework integration, the use of dynamic languages like Python and Ruby in Silverlight development, and digital rights management support Find instant solutions, comprehensive Silverlight coverage, and time-saving expert advice, all in Silverlight Recipes: A Problem-Solution Approach.

Rob Cameron is an industry architect with the Developer Platform Evangelism team at Microsoft, working on mobility and entertainment solutions. Rob has more than 13 years of solutions architecture and software engineering experience, with the last few years focused on the Internet, mobility, and entertainment space. You can read more about Rob s current work at http://blogs.msdn.com/robcamer.

Contents at a Glance 5
Contents 6
Foreword 25
About the Author 27
About the Technical Reviewer 28
Acknowledgments 29
Introduction 30
Who This Book Is For 31
How This Book Is Structured 32
Prerequisites 32
Downloading the Code 32
Contacting the Authors 32
A Quick Tour of Silverlight 3 Development 33
Getting Up to Speed with Silverlight 3 33
1-1. Setting Up the Silverlight 3 Environment 38
1-2. Installing Additional Silverlight-Related Services and Controls 39
1- 3. Understanding the Structure of a Silverlight Solution 40
1-4. Understanding the Developer/ Designer Workflow 49
1-5. Understanding the Basics of Expression Blend 3 52
1-6. Accessing Source Control 59
1-7. Running Silverlight 3 on a Mac 60
1-8. Running Silverlight on Linux 61
Application Design and Programming Model 62
The Mechanics of Silverlight Applications 62
2-1. Adding a Custom Class 63
2-2. Adding a Custom Control 70
2-3. Locating a Control 73
2-4. Dynamically Loading XAML from JavaScript 78
2-5. Dynamically Loading XAML from Managed Code 83
2-6. Persisting Data on the Client 85
2- 7. Opening a Local File from a Silverlight Application 92
2-8. Accessing XML Data with an XmlReader 97
2-9. Accessing XML Data with LINQ 100
2-10. Managing Unhandled Exceptions 105
2-11. Executing Work on a Background Thread with Updates 106
2-12. Updating the UI from a Background Thread 116
2-13. Managing XAML Resources 121
2-14. Managing Embedded Resources 127
2-15. Creating Silverlight Using Ruby, Python, or JScript 132
2-16. Creating Application Services 136
2-17. 142
2-18. Save a File Anywhere on the User’s System 145
Developing User Experiences 148
3-1. Importing Art from Expression Design 149
3-2. Working with Color and Gradients in Blend 152
3-3. Positioning UI Elements with a Canvas 163
3-4. Positioning UI Elements with a StackPanel 167
3-5. Positioning UI Elements with a Grid 171
3-6. Using Shapes to Draw 177
3-7. Using Paths to Draw 183
3-8. Using Geometries to Draw 190
3-9. Providing Scrollable Content 196
3-10. Applying a Border to Elements 198
3-11. Using Simple Animations with Objects 204
3-12. Animating UI Elements with Keyframes 212
3-13. Transforming an Object 222
3-14. Creating a Simple Cartoon Scene 228
3-15. Handling Keyboard Input 240
3-16. Working with Ink 247
3-17. Adding 3-D Effects to UI Elements 254
3-18. Dynamically Creating Bitmaps 266
3-19. Improving Graphic Animation and Video Performance 274
3-20. Improve Animation with Custom Easing Functions 278
3-21. Adding Pixel Shader Visual Effects 285
3-22. Create and Work with Design-Time Data in Expression Blend 290
3-23. Reuse Application Interactivity with Behaviors 301
3-24. Prototype Application Design 303
Data Binding 306
4-1. Binding Application Data to the UI 306
4-2. Binding Using a DataTemplate 314
4-3. Receiving Change Notifications for Bound Data 322
4-4. Converting Values During Data Binding 340
4-5. Binding Across Elements 354
4-6. Validating Input for Bound Data 362
4-7. Controlling Updates 378
Controls 389
A Word About the Samples 390
5-1. Customizing a Control’s Basic Appearance 390
5-2. Replacing the Default UI of a Control 394
5-3. Customizing the Default ListBoxItem UI 411
5-4. Displaying Information in a Pop-up 420
5-5. Displaying Row Details in a DataGrid 432
5-6. Applying Custom Templates to a DataGrid Cell 442
5-7. Creating Custom Column Types for a DataGrid 448
5-8. Creating a Composite User Control 455
5-9. Creating a Custom Layout Container 469
5-10. Creating a Custom Control 483
5-11. Defining a Custom Visual State 500
5-12. Controlling ScrollViewer Scroll Behavior 512
5-13. Customizing the Binding Validation User Interface 522
5-14. Control Behavior in Expression Blend 537
Browser Integration 545
6-1. Hosting Silverlight in HTML on Any Platform 545
6-2. Hosting Silverlight in ASP.NET 550
6-3. Setting Focus for Keyboard Input 551
6-4. Implementing a Full-Screen UI 558
6-5. Calling a JavaScript Method from Managed Code 567
6-6. Calling a Managed Code Method from JavaScript 576
6-7. Exchanging Data Among Multiple Plug-ins 590
6-8. Embedding Silverlight Within a Windows Gadget 597
6-9. Embed Silverlight in an Internet Explorer 8 Web Slice 613
6-10. Take Advantage of the Navigation Framework 618
Networking and Web Service Integration 628
A Quick Word about the Samples 629
7-1. Consuming a WCF Service 630
7-2. Exchanging XML Messages over HTTP 652
7-3. Using JSON Serialization over HTTP 664
7-4. Accessing Resources over HTTP 670
7-5. Using Sockets to Communicate over TCP 696
7-6. Enabling Cross-Domain Access 729
7-7. 733
7-8. Exchanging Data Between Silverlight Applications 761
Integrating Rich Media 781
8-1. Adding Video to a Page 781
8-2. Creating a Complete Video Player 786
8-3. Adding Streaming Media Support 818
8-4. Using Playlists to Package Media 859
8-5. Using Markers to Display Timed Content 865
8-6. Displaying and Seeking Using SMPTE Timecodes 882
8-7. Building a Managed Decoder for Silverlight 896
Building LOB Applications 921
9-1. Creating a LOB Application Framework 922
9-2. Adding Data to a LOB Application 934
9-3. Adding Advanced LOB Data Access with Data- Form Support 943
9-4. Adding Support for Data Validation 952
9-5. Adding .NET RIA Services to an Existing Application 958
9-6. Using the .NET RIA Services Class Library to Isolate Services 961

Erscheint lt. Verlag 12.1.2010
Zusatzinfo 992 p.
Verlagsort Berkeley
Sprache englisch
Themenwelt Mathematik / Informatik Informatik Netzwerke
Informatik Programmiersprachen / -werkzeuge NET Programmierung
Mathematik / Informatik Informatik Software Entwicklung
Schlagworte ASP • ASP.NET • Audio • Browser • Control • .NET • .NET Framework • programming • Programming language • Python • Ruby • Silverlight • Silverlight 3 • Video • Web Services
ISBN-10 1-4302-2436-3 / 1430224363
ISBN-13 978-1-4302-2436-5 / 9781430224365
Haben Sie eine Frage zum Produkt?
PDFPDF (Wasserzeichen)
Größe: 14,7 MB

DRM: Digitales Wasserzeichen
Dieses eBook enthält ein digitales Wasser­zeichen und ist damit für Sie persona­lisiert. Bei einer missbräuch­lichen Weiter­gabe des eBooks an Dritte ist eine Rück­ver­folgung an die Quelle möglich.

Dateiformat: PDF (Portable Document Format)
Mit einem festen Seiten­layout eignet sich die PDF besonders für Fach­bücher mit Spalten, Tabellen und Abbild­ungen. Eine PDF kann auf fast allen Geräten ange­zeigt werden, ist aber für kleine Displays (Smart­phone, eReader) nur einge­schränkt geeignet.

Systemvoraussetzungen:
PC/Mac: Mit einem PC oder Mac können Sie dieses eBook lesen. Sie benötigen dafür einen PDF-Viewer - z.B. den Adobe Reader oder Adobe Digital Editions.
eReader: Dieses eBook kann mit (fast) allen eBook-Readern gelesen werden. Mit dem amazon-Kindle ist es aber nicht kompatibel.
Smartphone/Tablet: Egal ob Apple oder Android, dieses eBook können Sie lesen. Sie benötigen dafür einen PDF-Viewer - z.B. die kostenlose Adobe Digital Editions-App.

Zusätzliches Feature: Online Lesen
Dieses eBook können Sie zusätzlich zum Download auch online im Webbrowser lesen.

Buying eBooks from abroad
For tax law reasons we can sell eBooks just within Germany and Switzerland. Regrettably we cannot fulfill eBook-orders from other countries.

Mehr entdecken
aus dem Bereich
Expert-backed advice for information system design, down to .NET and …

von Jean-Philippe Gouigoux

eBook Download (2024)
Packt Publishing (Verlag)
38,39
Build practical projects with Blazor, .NET MAUI, gRPC, GraphQL, and …

von Mark J. Price

eBook Download (2023)
Packt Publishing Limited (Verlag)
35,99