InfoQ Homepage Guides TypeScript for C# Programmers
TypeScript for C# Programmers
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.
Free download
Tabel of Contents
-
Compiling or Transpiling
-
Language Features
- TypeScript Files
- Types
- Modules, Classes and Interfaces
- Functions
- Enumerations
- Generics
-
Structural Typing
-
Access Modifiers
-
Memory Management
- Releasing Resources
-
Exceptions
-
Arrays
-
Dates
- Now
- Date Methods
-
Events
- Mouse Events
- Keyboard Events
- Object Events
- Form Events
- Custom Events
- Running Order
-
Framework
-
Creating Definitions
- Dynamic Declarations
- Type Declarations
-
Useful Tricks
- Obtaining Runtime Types
- Extending Native Objects
This content is in the Microsoft topic
Related Topics:
-
Related Editorial
-
Related Sponsored Content
-
Popular across InfoQ
-
AGENTS.md Emerges as Open Standard for AI Coding Agents
-
AWS Lambda Adds Support for GitHub Actions
-
Instacart Consolidates Search Infrastructure on Postgresql, Phasing out Elasticsearch
-
Cloudflare Rearchitects Workers KV Following GCP Outage, Achieves 40x Performance Gain
-
How Netflix is Reimagining Data Engineering for Video, Audio, and Text
-
Why Rust Will Help You Deliver Better Low-latency Systems and Happier Developers
-