SlideShare a Scribd company logo
Typescript language
Agenda
▪ Introduction to language
▪ Javascript problems
▪ Typescript features
▪ How Typescript works
▪ What you need to get started
▪ Similar languages
▪ Statistics
▪ Demo
▪ What’s next?
▪ More information
2
Introduction to language
▪ TypeScript is a free and open source programming language developed and maintained by
Microsoft
▪ It is a strict superset of JavaScript, and adds optional static typing and class-based object-
oriented programming to the language
▪ TypeScript is designed for development of large applications and transcompiles to JavaScript
▪ As TypeScript is a superset of JavaScript, any existing JavaScript programs are also valid
TypeScript programs.
▪ Appeared in 2012 October 1
▪ Current version 1.4
3
Javascript problems. Dynamic types
4
Javascript problems. Refactoring
5
Javascript problems. Which pattern to use?
6
Javascript problems. Inheritance
7
8
Typescript features. Strongly typed. IntelliSense
9
Typescript features. Custom types
10
Typescript features. Better refactoring
11
Typescript features. Offers classes, modules, and
interfaces
12
How Typescript works
13
14
TFS build fix for typescript ~ 1.0
1. Within Visual Studio right click on your project and unload it.
2. Right click on the project again and edit the csproj.
3. Make sure that the Typescript import comes directly after
Microsoft.CSharp.targets.
15
<Import Project="$(MSBuildBinPath)Microsoft.CSharp.targets" />
<Import Project="$(MSBuildExtensionsPath32)MicrosoftVisualStudiov$(VisualStudioVersion)
TypeScriptMicrosoft.TypeScript.targets" />
What you need to get started
16
Similar languages
17
Statistics. Project Size
18
10K LOC ~ jQuery 25K LOC ~ Angular
Statistics. Usage
19
Statistics. Project Types
20
Statistics. Stackoverflow
21
Statistics. Pluralsight
22
Statistics. GitHub
▪ 4 121 commits
▪ 68 branches
▪ 4 releases
▪ 38 contributors
▪ 497 issues
▪ 25 pull requests
23
Typescript demo
Using Visual Studio 2013, Resharper 9, Web
essentials and Typescript 1.3
What’s next?
▪ ECMAScript 6
▪ Typescript 2.0
▪ Typescript Roadmap
25
More information
▪ http://www.typescriptlang.org/
26
Typescript language

More Related Content

PDF
The Future is Here: ECMAScript 6 in the Wild
PDF
The working architecture of node js applications open tech week javascript ...
PDF
Adopting language server for apache camel feedback from a java/Eclipse plugi...
PPTX
Type script = javascript (alomst) done right
PDF
TypeScript
PDF
NE Scala 2016 roundup
PDF
TypeScript
ODP
The Future is Here: ECMAScript 6 in the Wild
The working architecture of node js applications open tech week javascript ...
Adopting language server for apache camel feedback from a java/Eclipse plugi...
Type script = javascript (alomst) done right
TypeScript
NE Scala 2016 roundup
TypeScript

What's hot (19)

PDF
Technical screening .Net Developer
PPTX
Engineering Frontends
ODP
TypeScript
PDF
A Shallow Survey of Alternative Languages on the JVM
PDF
Professional development
PDF
pdx893ff61f-1fb8-4e15-a379-775dfdbcee77-7-14-26-112
PPTX
Full Stack Web Development
PPTX
Angular2.0@Shanghai0319
PPTX
Intro to TypeScript, HTML5DevConf Oct 2013
PDF
freeCodeCamp Tokyo meetup 19
PPTX
Reusability is the goal
PDF
Html 5 - What you need to know!
PDF
Geoscience and Microservices
PDF
Feedback from an eclipse plugin developer to provide support to large set of ...
PDF
Effectively Reuse the Code Between PHP Projects
ODP
Devoxx 2013 Summary/Keynotes
PDF
Stockholm JAM September 2018
PPTX
How to become senior .net developer
Technical screening .Net Developer
Engineering Frontends
TypeScript
A Shallow Survey of Alternative Languages on the JVM
Professional development
pdx893ff61f-1fb8-4e15-a379-775dfdbcee77-7-14-26-112
Full Stack Web Development
Angular2.0@Shanghai0319
Intro to TypeScript, HTML5DevConf Oct 2013
freeCodeCamp Tokyo meetup 19
Reusability is the goal
Html 5 - What you need to know!
Geoscience and Microservices
Feedback from an eclipse plugin developer to provide support to large set of ...
Effectively Reuse the Code Between PHP Projects
Devoxx 2013 Summary/Keynotes
Stockholm JAM September 2018
How to become senior .net developer
Ad

Viewers also liked (8)

PPTX
Build once deploy everywhere using the telerik platform
PDF
Aspenware 2013 consulting program
PDF
Stop competing and start leading: A user experience case study.
PDF
Rich Web Applications with Aspenware
PDF
Hate JavaScript? Try TypeScript.
PPTX
Aspenware Customer Labs lift line experience
PDF
Aspenware TechMunch presents: mobile communities of interest
PPTX
React + Redux + TypeScript === ♥
Build once deploy everywhere using the telerik platform
Aspenware 2013 consulting program
Stop competing and start leading: A user experience case study.
Rich Web Applications with Aspenware
Hate JavaScript? Try TypeScript.
Aspenware Customer Labs lift line experience
Aspenware TechMunch presents: mobile communities of interest
React + Redux + TypeScript === ♥
Ad

Similar to Typescript language (20)

PPTX
TypeScript VS JavaScript.pptx
PPTX
Top 10 programming languages
PPTX
Typescript kata The TDD style 2 edition
PDF
Type script vs javascript come face to face in battleground
PPTX
11_typescript.pptx for north south university course cse425
PPTX
Benefits of Typescript and Javascript Limitations
PPTX
Typescript overview
PDF
An Introduction to TypeScript: Definition, History, and Key Features
PDF
What is TypeScript? It's Definition, History And Features
PPTX
PPTX
chap01 - Introduction to JavaScript first.pptx
PPTX
TypeScript-SPS-melb.pptx
PPTX
2024.04 - AI in Code Generation - April User Group Meeting
PPTX
AI in Code Generation - March User Group
PPTX
sl slides-unit-1.pptx
PPTX
Advance C# Programming Part 1.pptx
ODP
[EclipseCon France 2017] Language Server Protocol in action
PDF
The Ring programming language version 1.9 book - Part 6 of 210
PDF
Advance C# Programming Part 1.pdf
PDF
The Ring programming language version 1.8 book - Part 6 of 202
TypeScript VS JavaScript.pptx
Top 10 programming languages
Typescript kata The TDD style 2 edition
Type script vs javascript come face to face in battleground
11_typescript.pptx for north south university course cse425
Benefits of Typescript and Javascript Limitations
Typescript overview
An Introduction to TypeScript: Definition, History, and Key Features
What is TypeScript? It's Definition, History And Features
chap01 - Introduction to JavaScript first.pptx
TypeScript-SPS-melb.pptx
2024.04 - AI in Code Generation - April User Group Meeting
AI in Code Generation - March User Group
sl slides-unit-1.pptx
Advance C# Programming Part 1.pptx
[EclipseCon France 2017] Language Server Protocol in action
The Ring programming language version 1.9 book - Part 6 of 210
Advance C# Programming Part 1.pdf
The Ring programming language version 1.8 book - Part 6 of 202

More from .NET Crowd (11)

PPTX
Clean architecture
PPTX
Quantum Computing With the Q# Language
PDF
Fast IDentity Online New wave of open authentication standards
PPTX
Multi-threading your way out
PPTX
Visual Studio Team Services Extensions by Taavi Kõosaar (@melborp)
PPTX
Dependency Injection: išmoktos pamokos
PPTX
Raimondas tijunaitis tackle_big_ball_of_mud_super_mario_style
PPTX
Tomas Urbonaitis "Introduction to asynchronous persistent messaging with NSer...
PPTX
Rokas Balevičius "Logstash - system heartbeat implementation"
PPTX
Andrej Slivko "CQRS praktikoje"
PPTX
Donatas Mačiūnas "Git - pažabokim istoriją"
Clean architecture
Quantum Computing With the Q# Language
Fast IDentity Online New wave of open authentication standards
Multi-threading your way out
Visual Studio Team Services Extensions by Taavi Kõosaar (@melborp)
Dependency Injection: išmoktos pamokos
Raimondas tijunaitis tackle_big_ball_of_mud_super_mario_style
Tomas Urbonaitis "Introduction to asynchronous persistent messaging with NSer...
Rokas Balevičius "Logstash - system heartbeat implementation"
Andrej Slivko "CQRS praktikoje"
Donatas Mačiūnas "Git - pažabokim istoriją"

Recently uploaded (20)

PDF
Raksha Bandhan Grocery Pricing Trends in India 2025.pdf
PDF
System and Network Administraation Chapter 3
PPTX
L1 - Introduction to python Backend.pptx
PPTX
Odoo POS Development Services by CandidRoot Solutions
PPTX
Lecture 3: Operating Systems Introduction to Computer Hardware Systems
PDF
Odoo Companies in India – Driving Business Transformation.pdf
PPTX
ManageIQ - Sprint 268 Review - Slide Deck
PDF
2025 Textile ERP Trends: SAP, Odoo & Oracle
PPTX
CHAPTER 12 - CYBER SECURITY AND FUTURE SKILLS (1) (1).pptx
PDF
How Creative Agencies Leverage Project Management Software.pdf
PPTX
Agentic AI Use Case- Contract Lifecycle Management (CLM).pptx
PDF
Upgrade and Innovation Strategies for SAP ERP Customers
PPTX
Oracle E-Business Suite: A Comprehensive Guide for Modern Enterprises
PDF
How to Choose the Right IT Partner for Your Business in Malaysia
PDF
top salesforce developer skills in 2025.pdf
PPTX
Introduction to Artificial Intelligence
PDF
medical staffing services at VALiNTRY
PPTX
ISO 45001 Occupational Health and Safety Management System
PDF
How to Migrate SBCGlobal Email to Yahoo Easily
PDF
Audit Checklist Design Aligning with ISO, IATF, and Industry Standards — Omne...
Raksha Bandhan Grocery Pricing Trends in India 2025.pdf
System and Network Administraation Chapter 3
L1 - Introduction to python Backend.pptx
Odoo POS Development Services by CandidRoot Solutions
Lecture 3: Operating Systems Introduction to Computer Hardware Systems
Odoo Companies in India – Driving Business Transformation.pdf
ManageIQ - Sprint 268 Review - Slide Deck
2025 Textile ERP Trends: SAP, Odoo & Oracle
CHAPTER 12 - CYBER SECURITY AND FUTURE SKILLS (1) (1).pptx
How Creative Agencies Leverage Project Management Software.pdf
Agentic AI Use Case- Contract Lifecycle Management (CLM).pptx
Upgrade and Innovation Strategies for SAP ERP Customers
Oracle E-Business Suite: A Comprehensive Guide for Modern Enterprises
How to Choose the Right IT Partner for Your Business in Malaysia
top salesforce developer skills in 2025.pdf
Introduction to Artificial Intelligence
medical staffing services at VALiNTRY
ISO 45001 Occupational Health and Safety Management System
How to Migrate SBCGlobal Email to Yahoo Easily
Audit Checklist Design Aligning with ISO, IATF, and Industry Standards — Omne...

Typescript language