SlideShare a Scribd company logo
Laurent Duveau
April 24th, 2017
@LaurentDuveau
MVP, RD
I live in Montreal
Founder of the Angular Academy
2-day Angular Classroom Training
58 classes in the last 18 months
Montreal, Boston, Quebec, Ottawa,
Toronto, Vancouver, Calgary,
London, Copenhagen, … April 26-27!
TypeScript
Setup and Tooling
Angular
Introduction to Angular for .NET Developers
THIS TALK IS ABOUT…
.NET Developer
Introduction to Angular for .NET Developers
Introduction to Angular for .NET Developers
ANGULAR IS
BUILT USING
TYPESCRIPT
TypeScript is a typed superset of JavaScript
that compiles to plain JavaScript
You can combine Javascript with Typescript
Any browser. Any host. Any OS
It is a Microsoft Technology, Open Source
From the creator of C#
10
Wait…
TypeScript
file.ts
JavaScript
file.js
TypeScript Compiler
Output ES5/ES6/…
compliant code
“Transpiling”
I hate JavaScript…
TypeScript is here
to help!
.NET Dev Mom
let height:number = 6;
let isDone:boolean = true;
let name:string = "Angular Academy";
let list:number[] = [1, 2, 3];
14
let list: Array<number>;
list = [17, 99, 42]; // OK
let cpt: number|string;
cpt = 123; // OK
cpt = "123"; // OK
15
class Auto {
constructor(private _engine:string) {
}
get engine():string {
return this._engine;
}
set engine(val:string) {
this._engine = val;
}
start() {
console.log("Take off using: " + this._engine);
}
}
constructor
get/set property
blocks
method
DEMONSTRATION
Introduction to Angular for .NET Developers
19
20
21
> npm install XYZ
22
Getting started faster!
23
> npm install -g @angular/cli
> ng new DemoAngular
> ng serve
cli.angular.io
THE ANGULAR CLI MAKES IT
EASY TO CREATE AN APP
THAT WORKS AND FOLLOWS
BEST PRACTICES, RIGHT OUT
OF THE BOX.
There’s a new kid in town!
VS Code… a code editor, not an IDE
Free, Open Source
Windows, Mac, Linux!
HTML5, CSS, LESS, JavaScript or C# with NodeJs or ASP.NET, …
Rich code editor from VS in a fast and lightweight tool
Debug, deploy
Git integration
Extensions
code.visualstudio.com
DEMONSTRATION
Introduction to Angular for .NET Developers
JavaScript Framework especially suitable for
single-page modern web applications (Single
Page Application, or SPA)
Compatible with Internet Explorer 9+ and others
modern browsers
Open Source, MIT license
www.angular.io
* based on v2 architecture released in September 14, 2016
Angular 4.0.3! *
30
JavaScript,
HTML,
CSS, …
Angular is here
REST API,
ASP.NET,
C#, …
Your DB is
there!
Where is
TypeScript ?
Components Modules
Dependency
Injection
Language
(TypeScript)
Services Data Binding Decorators Routing
Header Component
Menu
Component
Footer Component
List ComponentGrid Component
YOUR APP IS A TREE OF
COMPONENTS
Map Update
App
DetailsList
ProductsMenu Contact
Introduction to Angular for .NET Developers
A component is a reusable object
Made up of: HTML
Template
Code
(ts class)
Introduction to Angular for .NET Developers
Introduction to Angular for .NET Developers
DEMONSTRATION
Visual Studio 2015 QuickStart
http://tinyurl.com/jmhv9h8
Angular setup with VS 2015 and ASP.NET 4
http://tinyurl.com/h2n82v8
ASP.NET Core + Angular template for VS
http://tinyurl.com/jnoqwfs
Deploy an Angular/ASP.NET Core App to Azure
http://tinyurl.com/he4g8lb
40
Thank you!
Introduction to Angular for .NET Developers
Introduction to Angular for .NET Developers

More Related Content

What's hot (20)

PDF
Introduction to Angular for .NET Developers
Laurent Duveau
 
PPTX
Typescript in 30mins
Udaya Kumar
 
PPTX
TypeScript intro
Ats Uiboupin
 
PDF
Debugging an Angular App
Laurent Duveau
 
PDF
Power Leveling your TypeScript
Offirmo
 
PDF
Introduction to TypeScript by Winston Levi
Winston Levi
 
PPTX
Typescript Fundamentals
Sunny Sharma
 
PDF
TypeScript - An Introduction
NexThoughts Technologies
 
PPTX
AngularConf2015
Alessandro Giorgetti
 
PPT
Learning typescript
Alexandre Marreiros
 
PDF
Typescript for the programmers who like javascript
Andrei Sebastian Cîmpean
 
PDF
Getting Started with TypeScript
Gil Fink
 
PDF
TypeScript: coding JavaScript without the pain
Sander Mak (@Sander_Mak)
 
PPTX
Getting started with typescript
C...L, NESPRESSO, WAFAASSURANCE, SOFRECOM ORANGE
 
PDF
TypeScript Best Practices
felixbillon
 
PPTX
TypeScript
Udaiappa Ramachandran
 
PDF
TypeScript and Angular workshop
José Manuel García García
 
PPTX
Typescript overview
Thanvilahari
 
PDF
TypeScript 101 - Studio Session - Accenture Liquid Studio
Frances Coronel
 
Introduction to Angular for .NET Developers
Laurent Duveau
 
Typescript in 30mins
Udaya Kumar
 
TypeScript intro
Ats Uiboupin
 
Debugging an Angular App
Laurent Duveau
 
Power Leveling your TypeScript
Offirmo
 
Introduction to TypeScript by Winston Levi
Winston Levi
 
Typescript Fundamentals
Sunny Sharma
 
TypeScript - An Introduction
NexThoughts Technologies
 
AngularConf2015
Alessandro Giorgetti
 
Learning typescript
Alexandre Marreiros
 
Typescript for the programmers who like javascript
Andrei Sebastian Cîmpean
 
Getting Started with TypeScript
Gil Fink
 
TypeScript: coding JavaScript without the pain
Sander Mak (@Sander_Mak)
 
Getting started with typescript
C...L, NESPRESSO, WAFAASSURANCE, SOFRECOM ORANGE
 
TypeScript Best Practices
felixbillon
 
TypeScript and Angular workshop
José Manuel García García
 
Typescript overview
Thanvilahari
 
TypeScript 101 - Studio Session - Accenture Liquid Studio
Frances Coronel
 

Similar to Introduction to Angular for .NET Developers (20)

PDF
Introduction to Angular for .NET Developers
Laurent Duveau
 
PDF
Introduction to Angular with TypeScript for .NET Developers
Laurent Duveau
 
PDF
Introduction To Angular 4 - J2I
Nader Debbabi
 
PPTX
4 Anguadasdfasdasdfasdfsdfasdfaslar (1).pptx
tilejak773
 
PPTX
Angular
TejinderMakkar
 
PPTX
Angular 2.0
Mallikarjuna G D
 
PPTX
Foster - Getting started with Angular
MukundSonaiya1
 
PPTX
Angular, ASP.NET Core, and Visual Studio Code - Oh My!
Aaron Marisi
 
PPT
Angular.ppt
Mytrux1
 
PPTX
Angular IO
Jennifer Estrada
 
PPTX
Diving into SngularJS
francisspor
 
PPTX
Angular kickstart slideshare
SaleemMalik52
 
PDF
The Pros and Cons of Angular Development: All You Need to Know
Hepto Software Company
 
PPTX
Module 1.pptx Angular JS FRAMEWORK WEBDEVELOPMENT
raman76530
 
PDF
Angular Meetup 1 - Angular Basics and Workshop
Nitin Bhojwani
 
PDF
Using TypeScript with Angular
Jamal Sinclair O'Garro
 
PDF
Where and Why Use Angular for Web Development?
1221 North Church Street, Suite 202 Moorestown, NJ 08057
 
PPTX
Angular4 getting started
TejinderMakkar
 
PDF
What is Angular Programming Language.pdf
Nishaadequateinfosof
 
PDF
Start with Angular framework
Knoldus Inc.
 
Introduction to Angular for .NET Developers
Laurent Duveau
 
Introduction to Angular with TypeScript for .NET Developers
Laurent Duveau
 
Introduction To Angular 4 - J2I
Nader Debbabi
 
4 Anguadasdfasdasdfasdfsdfasdfaslar (1).pptx
tilejak773
 
Angular 2.0
Mallikarjuna G D
 
Foster - Getting started with Angular
MukundSonaiya1
 
Angular, ASP.NET Core, and Visual Studio Code - Oh My!
Aaron Marisi
 
Angular.ppt
Mytrux1
 
Angular IO
Jennifer Estrada
 
Diving into SngularJS
francisspor
 
Angular kickstart slideshare
SaleemMalik52
 
The Pros and Cons of Angular Development: All You Need to Know
Hepto Software Company
 
Module 1.pptx Angular JS FRAMEWORK WEBDEVELOPMENT
raman76530
 
Angular Meetup 1 - Angular Basics and Workshop
Nitin Bhojwani
 
Using TypeScript with Angular
Jamal Sinclair O'Garro
 
Where and Why Use Angular for Web Development?
1221 North Church Street, Suite 202 Moorestown, NJ 08057
 
Angular4 getting started
TejinderMakkar
 
What is Angular Programming Language.pdf
Nishaadequateinfosof
 
Start with Angular framework
Knoldus Inc.
 
Ad

More from Laurent Duveau (20)

PDF
Shit happens… debugging an Angular app.
Laurent Duveau
 
PDF
8 things you didn't know about the Angular Router, you won't believe #6!
Laurent Duveau
 
PDF
De 0 à Angular en 1h30! (french)
Laurent Duveau
 
PDF
Angular 6, CLI 6, Material 6 (french)
Laurent Duveau
 
PDF
Angular Advanced Routing
Laurent Duveau
 
PDF
Introduction à Angular 2
Laurent Duveau
 
PDF
Angular 2... so can I use it now??
Laurent Duveau
 
PPTX
ngconf 2016 (french)
Laurent Duveau
 
PDF
Microsoft Edge pour les développeurs web
Laurent Duveau
 
PDF
Microsoft Edge pour les développeurs web
Laurent Duveau
 
PDF
Introduction to SPAs with AngularJS
Laurent Duveau
 
PDF
Xamarin.Forms [french]
Laurent Duveau
 
PDF
Back from Xamarin Evolve 2014
Laurent Duveau
 
PDF
Windows App Studio
Laurent Duveau
 
PDF
Windows 8: Live tiles, badges et notifications toasts [french]
Laurent Duveau
 
PPTX
L'opportunité Windows 8 pour les développeurs
Laurent Duveau
 
PPTX
Building apps for WP8 and Win8
Laurent Duveau
 
PPTX
Windows Store apps development
Laurent Duveau
 
PPTX
L'opportunité Windows 8: Introduction au Windows Store
Laurent Duveau
 
PPTX
Introduction au Windows Store
Laurent Duveau
 
Shit happens… debugging an Angular app.
Laurent Duveau
 
8 things you didn't know about the Angular Router, you won't believe #6!
Laurent Duveau
 
De 0 à Angular en 1h30! (french)
Laurent Duveau
 
Angular 6, CLI 6, Material 6 (french)
Laurent Duveau
 
Angular Advanced Routing
Laurent Duveau
 
Introduction à Angular 2
Laurent Duveau
 
Angular 2... so can I use it now??
Laurent Duveau
 
ngconf 2016 (french)
Laurent Duveau
 
Microsoft Edge pour les développeurs web
Laurent Duveau
 
Microsoft Edge pour les développeurs web
Laurent Duveau
 
Introduction to SPAs with AngularJS
Laurent Duveau
 
Xamarin.Forms [french]
Laurent Duveau
 
Back from Xamarin Evolve 2014
Laurent Duveau
 
Windows App Studio
Laurent Duveau
 
Windows 8: Live tiles, badges et notifications toasts [french]
Laurent Duveau
 
L'opportunité Windows 8 pour les développeurs
Laurent Duveau
 
Building apps for WP8 and Win8
Laurent Duveau
 
Windows Store apps development
Laurent Duveau
 
L'opportunité Windows 8: Introduction au Windows Store
Laurent Duveau
 
Introduction au Windows Store
Laurent Duveau
 
Ad

Recently uploaded (20)

PDF
Staying Human in a Machine- Accelerated World
Catalin Jora
 
PPTX
Designing_the_Future_AI_Driven_Product_Experiences_Across_Devices.pptx
presentifyai
 
PPTX
MuleSoft MCP Support (Model Context Protocol) and Use Case Demo
shyamraj55
 
PPTX
Seamless Tech Experiences Showcasing Cross-Platform App Design.pptx
presentifyai
 
PDF
“NPU IP Hardware Shaped Through Software and Use-case Analysis,” a Presentati...
Edge AI and Vision Alliance
 
PDF
Automating Feature Enrichment and Station Creation in Natural Gas Utility Net...
Safe Software
 
PDF
What’s my job again? Slides from Mark Simos talk at 2025 Tampa BSides
Mark Simos
 
PDF
Bitcoin for Millennials podcast with Bram, Power Laws of Bitcoin
Stephen Perrenod
 
PDF
Newgen 2022-Forrester Newgen TEI_13 05 2022-The-Total-Economic-Impact-Newgen-...
darshakparmar
 
PDF
“Squinting Vision Pipelines: Detecting and Correcting Errors in Vision Models...
Edge AI and Vision Alliance
 
PDF
Agentic AI lifecycle for Enterprise Hyper-Automation
Debmalya Biswas
 
PPTX
Mastering ODC + Okta Configuration - Chennai OSUG
HathiMaryA
 
PDF
Book industry state of the nation 2025 - Tech Forum 2025
BookNet Canada
 
PDF
“Voice Interfaces on a Budget: Building Real-time Speech Recognition on Low-c...
Edge AI and Vision Alliance
 
PPTX
From Sci-Fi to Reality: Exploring AI Evolution
Svetlana Meissner
 
PDF
Kit-Works Team Study_20250627_한달만에만든사내서비스키링(양다윗).pdf
Wonjun Hwang
 
PDF
LOOPS in C Programming Language - Technology
RishabhDwivedi43
 
PDF
CIFDAQ Market Wrap for the week of 4th July 2025
CIFDAQ
 
PDF
NASA A Researcher’s Guide to International Space Station : Physical Sciences ...
Dr. PANKAJ DHUSSA
 
PPTX
Future Tech Innovations 2025 – A TechLists Insight
TechLists
 
Staying Human in a Machine- Accelerated World
Catalin Jora
 
Designing_the_Future_AI_Driven_Product_Experiences_Across_Devices.pptx
presentifyai
 
MuleSoft MCP Support (Model Context Protocol) and Use Case Demo
shyamraj55
 
Seamless Tech Experiences Showcasing Cross-Platform App Design.pptx
presentifyai
 
“NPU IP Hardware Shaped Through Software and Use-case Analysis,” a Presentati...
Edge AI and Vision Alliance
 
Automating Feature Enrichment and Station Creation in Natural Gas Utility Net...
Safe Software
 
What’s my job again? Slides from Mark Simos talk at 2025 Tampa BSides
Mark Simos
 
Bitcoin for Millennials podcast with Bram, Power Laws of Bitcoin
Stephen Perrenod
 
Newgen 2022-Forrester Newgen TEI_13 05 2022-The-Total-Economic-Impact-Newgen-...
darshakparmar
 
“Squinting Vision Pipelines: Detecting and Correcting Errors in Vision Models...
Edge AI and Vision Alliance
 
Agentic AI lifecycle for Enterprise Hyper-Automation
Debmalya Biswas
 
Mastering ODC + Okta Configuration - Chennai OSUG
HathiMaryA
 
Book industry state of the nation 2025 - Tech Forum 2025
BookNet Canada
 
“Voice Interfaces on a Budget: Building Real-time Speech Recognition on Low-c...
Edge AI and Vision Alliance
 
From Sci-Fi to Reality: Exploring AI Evolution
Svetlana Meissner
 
Kit-Works Team Study_20250627_한달만에만든사내서비스키링(양다윗).pdf
Wonjun Hwang
 
LOOPS in C Programming Language - Technology
RishabhDwivedi43
 
CIFDAQ Market Wrap for the week of 4th July 2025
CIFDAQ
 
NASA A Researcher’s Guide to International Space Station : Physical Sciences ...
Dr. PANKAJ DHUSSA
 
Future Tech Innovations 2025 – A TechLists Insight
TechLists
 

Introduction to Angular for .NET Developers