talks

TypeScript for C# Programmers

A lightning talk I gave at North Houston .NET Users Group about TypeScript in January 2019.

Repository

Slides

Resources

TypeScript playground

Write and run TypeScript code in your browser while seeing what it compiles down to.

Type Compatibility

Discusses TypeScript’s use of structural over nominal typing at length.

Specifically covers the following topics:

We’ll go over