TypeScript for C# Programmers

Автор: literator от 30-01-2019, 19:33, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: TypeScript for C# Programmers by Steve Fenton
Автор: Steve Fenton
Издательство: InfoQ
ISBN: 1291576215
Год: 2013
Страниц: 68
Язык: английский
Формат: pdf (true), azw3, epub
Размер: 10.1 MB

This book is aimed at .Net programmers and explains key concepts as well as similarities and differences between TypeScript and C#. There is a quick start guide in the first chapter that introduces the syntax. The later chapters include deep dives into the type system, memory management, events and exceptions.

If you are a .NET programmer working with javascript, the emerging TypeScript language will be of great interest. TypeScript introduces optional static typing and class-based object orientation with the intention of making scalable high-performance programs that run in the browser or on the server.

Many of the features in the first version of TypeScript are inspired by the ECMAScript 6 specification, which means they will eventually be available in vanilla javascript. For these, TypeScript gives early access to language features that won’t be available in all browsers for some time. On top of these, recent versions of the TypeScript language specification have added features that may never be natively supported, such as generics.

TypeScript code is compiled into plain javascript, which means it can run in any web browser or on a server running technology such as Node.js. The compilation process performs transformations from TypeScript into idiomatic javascript and erases annotations and interfaces intended for compile-time checking. The process of removing type information at compile time is termed type erasure.

Скачать TypeScript for C# Programmers by Steve Fenton








Нашел ошибку? Есть жалоба? Жми!
Пожаловаться администрации
Уважаемый посетитель, Вы зашли на сайт как незарегистрированный пользователь.
Мы рекомендуем Вам зарегистрироваться либо войти на сайт под своим именем.
Информация
Посетители, находящиеся в группе Гости, не могут оставлять комментарии к данной публикации.