Microsoft Silverlight 4 Data and Services Cookbook
Formats:
save 15%!
save 37%!
Free Shipping!
| Also available on: |
|
- Design and develop rich data-driven business applications in Silverlight
- Rapidly interact with and handle multiple sources of data and services within Silverlight business applications
- Understand sophisticated data access techniques in your Silverlight business applications by binding data to Silverlight controls, validating data in Silverlight, getting data from services into Silverlight applications and much more!
- Packed with practical, hands-on cookbook recipes, illustrating the techniques to solve particular data problems effectively within your Silverlight business applications
Book Details
Language : EnglishPaperback : 476 pages [ 235mm x 191mm ]
Release Date : April 2010
ISBN : 1847199844
ISBN 13 : 9781847199843
Author(s) : Gill Cleeren, Kevin Dockx
Topics and Technologies : All Books, Microsoft Development , Enterprise, Microsoft, Microsoft Silverlight, Web Graphics & Video
Table of Contents
Preface
Chapter 1: Learning the Nuts and Bolts of Silverlight 4
Chapter 2: An Introduction to Data Binding
Chapter 3: Advanced Data Binding
Chapter 4: The Data Grid
Chapter 5: The DataForm
Chapter 6: Talking to Services
Chapter 7: Talking to WCF and ASMX Services
Chapter 8: Talking to REST and WCF Data Services
Chapter 9: Talking to WCF RIA Services
Chapter 10: Converting Your Existing Applications to Use Silverlight
Appendix
Index
Gill Cleeren
Kevin Dockx
Code Downloads
Download the code and support files for this book.
Submit Errata
Please let us know if you have found any errors not listed on this list by completing our errata submission form. Our editors will check them and add them to this list. Thank you.
Errata
- 1 submitted: last submission 24 Jun 2012Errata type: Technical | Page number: 11,24 | Errata date: 06 May 10
The instructions omit to tell the user they need to add references to System.Collections.Generic and System.ServiceModel so that when the "Discover" button is clicked as documented on pages 12 and 24 a rather misleading "Unexpected error" will occur. Solution to issue on page 11: add a reference to System.Collections.Generic, and "using System.Collections.Generic" in the code; Solution to issue on page 24: add a reference to System.ServiceModel, and "using System.ServiceModel" in the code;
Sample chapters
You can view our sample chapters and prefaces of this title on PacktLib or download sample chapters in PDF format.
- Display and validate data efficiently in Silverlight business applications
- Build data-driven business applications in Silverlight much more easily and much faster using Data binding
- Know when and how to customize your data using important data controls within Silverlight
- Discover how your Silverlight business applications can quickly access data residing in a database by calling web services such as RSS, JSON, Windows Azure, and more
- Exchange information between Silverlight clients and WCF or ASMX services in your Silverlight business applications
- Add functionality to your Silverlight business applications by harnessing REST and WCF Data Services as an underlying platform for communication via Flickr and Twitter
- Simplify your data-driven business application development with WCF RIA Services
- Leverage your existing knowledge, applications, and business requirements of Silverlight by Integrating Silverlight into existing business applications
Microsoft Silverlight is a programmable web browser plugin that enables features including animation, vector graphics, and audio-video playback – features that characterize Rich Internet Applications. However, Silverlight is a great (and growing) Line-Of-Business platform and is increasingly being used to build data-driven business applications. Silverlight Data Services enable efficient access to your data, allowing you to draw on multiple sources of data and solve particular data problems. There is very little existing material that demonstrates how to build data-driven solutions with the platform. Silverlight 3 made a big step into Line-Of-Business data services and Silverlight 4 builds further upon this. This book will enable .NET developers to get their finger on the pulse of data-driven business applications in Silverlight.
This book is not a general Silverlight 3/4 overview book; it is uniquely aimed at developers who want to build data-driven applications. It focuses on showing .NET developers how to interact with, and handle multiple sources of data in Silverlight business applications, and how to solve particular data problems following a practical hands-on approach, using real-world recipes. It is a practical cookbook that teaches you how to build data-rich business applications with Silverlight that draw on multiple sources of data. Most of the covered features work both in Silverlight 3 and 4. However, we cover some that are specific for Silverlight 4, which will therefore not work with Silverlight 3. Where this is the case, it is clearly indicated.
Packed with reusable, real-world recipes, the book begins by introducing you to general principles when programming Silverlight. It then dives deep into the world of data services, covering all the options available to access data and communicate with services to get the most out of data in your Silverlight business applications, whilst at the same time providing a rich user experience. Chapters cover data binding, data controls, the concepts of talking to services, communicating with WCF, ASMX and REST services, and much more.
By following the practical recipes in this book, which are of varying difficulty levels, you will learn the concepts needed to create data-rich business applications—from the creation of a Silverlight application, to displaying data in the Silverlight application and upgrading your existing applications to use Silverlight. Each recipe covers a data services topic, going from the description of the problem, through a conceptual solution to a solution containing sample code.
Build smart data-driaven business applications with Silverlight
Written in a cookbook style, this book offers learning and techniques through recipes. It contains step-by-step instructions for developers who want to build rich data-driven business applications using Silverlight. The book is designed in such a way that you can refer to things chapter by chapter, or read them in no particular order.
If you are a .NET developer who wants to build professional data-driven applications with Sliverlight, then this book is for you. Basic experience of programming Silverlight and familiarity with accessing data using ADO.NET in normal .NET applications is required.

