Free Computer Books Downloads and Reviews; from desktop to cloud computing...C++, C#, Java, ASP.NET, Silverlight, Cloud computing, Microsoft Expression Blend, Android, Unix, Operating Systems, PHP, Visual Basic, Mobile Phones...... Updated regularly....Keep visiting.....

Thursday 21 August 2014

TypeScript for C# Programmers


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. - See more at: http://www.onlineprogrammingbooks.com/typescript-for-c-programmers/#sthash.tpZqCwCv.dpuf

Due to the popularity of the open web, JavaScript is becoming an essential language and since 2009 it has been running on servers too thanks to NodeJS. The problem is that due to JavaScript's dynamic type system, it is hard to create great tooling around the language such as sensible auto-completion, refactoring support, type-checking and modularisation.

TypeScript is an open source lanaguage from Microsoft that solves this problem by introducing an optional type system and class-based object-orientation, which make great tooling for large applications possible.

TypeScript let's you write JavaScript that is robust enough for the enterprise and that can run in any browser, on any host and on any operating system.

Title TypeScript for C# Programmers
Author(s) Steve Fenton
Publisher: InfoQ Inc. (2013)
Language: English
eBook: http://www.infoq.com/minibooks/typescript-c-sharp-programmers

No comments:

Post a Comment

loading...

Search: