Neuerscheinungen 2013Stand: 2020-01-07 |
Schnellsuche
ISBN/Stichwort/Autor
|
Herderstraße 10 10625 Berlin Tel.: 030 315 714 16 Fax 030 315 714 14 info@buchspektrum.de |
Dan Maharry
TypeScript Revealed
1st ed. 2013. xix, 104 S. XIX, 83 p. 254 mm
Verlag/Jahr: SPRINGER, BERLIN; APRESS 2013
ISBN: 1-430-25725-3 (1430257253)
Neue ISBN: 978-1-430-25725-7 (9781430257257)
Preis und Lieferzeit: Bitte klicken
TypeScript Revealed is a quick 100-page guide to Anders Hejlsberg´s new take on JavaScript. With this brief, fast-paced introduction to TypeScript, .NET, Web and Windows 8 application developers who are already familiar with JavaScript will easily get up to speed with TypeScript and decide whether or not to start incorporating it into their own development.
TypeScript is ´JavaScript for Application-scale development´; a superset of JavaScript that brings to it an additional object-oriented-like syntax familiar to .NET programmers that compiles down into simple, clean JavaScript that any browser can run today. It´s also tied to the next version of the JavaScript standard, which means that TypeScript will continue to evolve over time to keep in step with that standard and with the capabilities of the engines that will execute JavaScript applications.
If you are a .NET developer, Web designer or developer, or a programmer with a keen interest in scalable applications, TypeScript Revealed is a great way to get started with the language, learn how it compiles into JavaScript, and how easy it is to learn from a .NET/Java developer´s perspective.
Takes you through the language features in Typescript additional to those in JavaScript
Describes the tooling and community support for TypeScript development
Discusses how TypeScript can be included in ASP.NET, Windows 8, and node.js application development projects.
Chapter 1:
What is TypeScript?
Why TypeScript?
Chapter 2:
New Syntax
Static Typing & Type Inference Tooling
Interfaces
Classes
Derived classes using the ´extends´ keyword.
Arrow functions
Modules
Enforcing the Intention of some features.
Typescript vs EcmaScript6
Chapter 3:
Working with TypeScript
Tools & Resources
Dan Maharry is a UK-based professional technical author with over a dozen books to his name and many more as technical reviewer and editor for a variety of publishers including Wrox, Apress, Microsoft Press and O´Reilly Associates. He´s also a .NET developer with past stints for the dotCoop TLD registry and various web development houses under his belt. He contributes code and documentation to various open source projects and tries to blog and to speak from time to time to user groups about cool stuff. He listens to a lot of new music as he does the above.