Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Webentwicklung mit Angular 2 und ASP.NET Core
Search
Fabian Gosebrink
June 02, 2016
Programming
0
40
Webentwicklung mit Angular 2 und ASP.NET Core
Noser E-Days
Fabian Gosebrink
June 02, 2016
Tweet
Share
More Decks by Fabian Gosebrink
See All by Fabian Gosebrink
Why State is the Most Important Part of Your Angular Application
fabiangosebrink
0
61
Angular testing made easy with Jest and Cypress
fabiangosebrink
0
94
Introducing state management into an application with NgRx
fabiangosebrink
0
140
Scalable architectures in Angular with Nx
fabiangosebrink
0
120
My Biggest Angular Mistakes and How To Avoid Them
fabiangosebrink
0
230
[iJS Munich] Better Angular Architectures with Libraries and Nx
fabiangosebrink
0
140
Mastering State Management in Angular with the NgRx Signal Store
fabiangosebrink
0
350
Angular Architectures with NgRx Stores & Effects
fabiangosebrink
0
110
Angular Testing made easy with Jest and Cypress
fabiangosebrink
0
110
Other Decks in Programming
See All in Programming
print("Hello, World")
eddie
2
530
もうちょっといいRubyプロファイラを作りたい (2025)
osyoyu
1
450
テストカバレッジ100%を10年続けて得られた学びと品質
mottyzzz
2
600
Ruby×iOSアプリ開発 ~共に歩んだエコシステムの物語~
temoki
0
330
CloudflareのChat Agent Starter Kitで簡単!AIチャットボット構築
syumai
2
500
チームのテスト力を鍛える
goyoki
3
470
Introducing ReActionView: A new ActionView-compatible ERB Engine @ Rails World 2025, Amsterdam
marcoroth
0
700
楽して成果を出すためのセルフリソース管理
clipnote
0
170
速いWebフレームワークを作る
yusukebe
5
1.7k
意外と簡単!?フロントエンドでパスキー認証を実現する WebAuthn
teamlab
PRO
2
770
2025 年のコーディングエージェントの現在地とエンジニアの仕事の変化について
azukiazusa1
24
12k
AI Coding Agentのセキュリティリスク:PRの自己承認とメルカリの対策
s3h
0
230
Featured
See All Featured
Optimising Largest Contentful Paint
csswizardry
37
3.4k
BBQ
matthewcrist
89
9.8k
The MySQL Ecosystem @ GitHub 2015
samlambert
251
13k
Bash Introduction
62gerente
615
210k
Being A Developer After 40
akosma
90
590k
Unsuck your backbone
ammeep
671
58k
Art, The Web, and Tiny UX
lynnandtonic
303
21k
Java REST API Framework Comparison - PWX 2021
mraible
33
8.8k
The Art of Programming - Codeland 2020
erikaheidi
56
13k
We Have a Design System, Now What?
morganepeng
53
7.8k
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
252
21k
Fantastic passwords and where to find them - at NoRuKo
philnash
52
3.4k
Transcript
Webentwicklung mit Angular2 und ASP .NET Core @FabianGosebrink
Angular2 ASP .NET Core
None
None
None
None
None
Don’t trust me
“Ich wollte nicht so sehr in die Javascript-Welt gehen”
“Ich wollte nicht so sehr in die Javascript-Welt gehen” Christoph
Suter
“Ich wollte nicht so sehr in die Javascript-Welt gehen” Christoph
Suter – gerade eben
None
None
AngularJs 1.x
Why Angular 2?
None
None
None
Web is evolving
Angular + mobile
Performance
http://info.meteor.com/blog/comparing-performance-of-blaze-react-angular-meteor-and-angular-2-with-meteor
http://info.meteor.com/blog/comparing-performance-of-blaze-react-angular-meteor-and-angular-2-with-meteor
None
Web workers
Modules
None
Header Menu Chat Content
Food Food List Food Form Parent Child 1 Child 2
<food> <food-list> <food-form>
Controller + Template Directive
Class + Template + Metadata Component
None
None
export class FoodComponent {…}
import {FoodComponent} from '../components.foodcomponent' import { CORE_DIRECTIVES } from '@angular/common';
None
None
None
None
Databinding
None
None
ng-show ng-hide …
None
None
Dependency Injection
None
None
None
None
Languages
ES5 ES6 Typescript
None
None
ASP .NET Core
None
None
JSON
X-Platform
Kestrel
Demo
None
9, 10, 11
9 !!!!!!
None
ngUpgrade
Angular CLI
None
None
None
None
Write Good Code
http://offering.solutions http://noser.com @FabianGosebrink github.com/FabianGosebrink
https://github.com/mgechev/angular2-style-guide https://blogs.msdn.microsoft.com/webdev/2016/02/01/an-update-on-asp-net- core-and-net-core/ http://angular.io/docs http://blog.thoughtram.io/angular/2015/10/24/upgrading-apps-to-angular-2- using-ngupgrade.html https://angular.io/docs/ts/latest/guide/upgrade.html#!#bootstrapping-hybrid- angular-1-2-applications https://github.com/timjacobi/angular2-education https://damienbod.com/