null
Loading... Please wait...
FREE SHIPPING on All Unbranded Items LEARN MORE
Print This Page

Dart in Action

List Price: $44.99
SKU:
9781617290862
Quantity:
Minimum Purchase
25 unit(s)
  • Availability: Confirm prior to ordering
  • Branding: minimum 50 pieces (add’l costs below)
  • Check Freight Rates (branded products only)

Branding Options (v), Availability & Lead Times

  • 1-Color Imprint: $2.00 ea.
  • Promo-Page Insert: $2.50 ea. (full-color printed, single-sided page)
  • Belly-Band Wrap: $2.50 ea. (full-color printed)
  • Set-Up Charge: $45 per decoration
FULL DETAILS
  • Availability: Product availability changes daily, so please confirm your quantity is available prior to placing an order.
  • Branded Products: allow 10 business days from proof approval for production. Branding options may be limited or unavailable based on product design or cover artwork.
  • Unbranded Products: allow 3-5 business days for shipping. All Unbranded items receive FREE ground shipping in the US. Inquire for international shipping.
  • RETURNS/CANCELLATIONS: All orders, branded or unbranded, are NON-CANCELLABLE and NON-RETURNABLE once a purchase order has been received.
  • Product Details

    Author:
    Chris Buckett
    Format:
    Paperback
    Pages:
    424
    Publisher:
    Manning (February 1, 2013)
    Language:
    English
    ISBN-13:
    9781617290862
    ISBN-10:
    1617290866
    Weight:
    25.44oz
    Dimensions:
    7.38" x 9.25" x 0.9"
    File:
    Eloquence-SimonSchuster_05022026_P10038138_onix30_Complete-20260502.xml
    Folder:
    Eloquence
    List Price:
    $44.99
    Case Pack:
    20
    As low as:
    $40.49
    Publisher Identifier:
    P-SS
    Discount Code:
    G
    Pub Discount:
    37
    Imprint:
    Manning
  • Overview

    Summary

    Dart in Action introduces Google's Dart language and provides techniques and examples showing how to use it as a viable replacement for Java and JavaScript in browser-based desktop and mobile applications. It begins with a rapid overview of Dart language and tools, including features like interacting with the browser, optional typing, classes, libraries, and concurrency with isolates. After you master the core concepts, you'll move on to running Dart on the server and creating single page HTML5 web applications.

    About the Technology

    Dart is a web programming language developed by Google. It has modern OO features, just like Java or C#, while keeping JavaScript's dynamic and functional characteristics. Dart applications are "transpiled" to JavaScript, and they run natively in Dart-enabled browsers. With production-quality libraries and tools, Dart operates on both the client and the server for a consistent development process.

    About this Book

    Dart in Action introduces the Dart language and teaches you to use it in browser-based, desktop, and mobile applications. Not just a language tutorial, this book gets quickly into the nitty-gritty of using Dart. Most questions that pop up while you're reading are answered on the spot! OO newbies will appreciate the gentle pace in the early chapters. Later chapters take a test-first approach and encourage you to try Dart hands-on.

    To benefit from this book you'll need experience with HTML and JavaScript?a Java or C# background is helpful but not required.

    Purchase of the print book comes with an offer of a free PDF, ePub, and Kindle eBook from Manning. Also available is all code from the book.

    What's Inside
    • Dart from the ground up
    • Numerous code samples and diagrams
    • Creating single-page web apps
    • Transitioning from Java, C#, or JavaScript
    • Running Dart in the browser and on the server
    About the Author
    Chris Buckett builds enterprise-scale web applications. He runs Dartwatch.com and is an active contributor to the dartlang list.

    "Includes numerous examples of core language features as well as more advanced HTML5 features."-;From the Foreword by Seth Ladd, Developer Advocate, Google

    Table of Contents
    PART 1 INTRODUCING DART
    1. Hello Dart
    2. "Hello World" with Dart tools
    3. Building and testing your own Dart app
    4. PART 2 CORE DART
    5. Functional first-class functions and closures
    6. Understanding libraries and privacy
    7. Constructing classes and interfaces
    8. Extending classes and interfaces
    9. Collections of richer classes
    10. Asynchronous programming with callbacks and futures
    11. PART 3 CLIENT-SIDE DART APPS
    12. Building a Dart web app
    13. Navigating offline data
    14. Communicating with other systems and languages
    15. PART 4 SERVER-SIDE DART
    16. Server interaction with files and HTTP
    17. Sending, syncing, and storing data
    18. Concurrency with isolates