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
33
Angular testing made easy with Jest and Cypress
fabiangosebrink
0
74
Introducing state management into an application with NgRx
fabiangosebrink
0
110
Scalable architectures in Angular with Nx
fabiangosebrink
0
97
My Biggest Angular Mistakes and How To Avoid Them
fabiangosebrink
0
200
[iJS Munich] Better Angular Architectures with Libraries and Nx
fabiangosebrink
0
130
Mastering State Management in Angular with the NgRx Signal Store
fabiangosebrink
0
310
Angular Architectures with NgRx Stores & Effects
fabiangosebrink
0
95
Angular Testing made easy with Jest and Cypress
fabiangosebrink
0
94
Other Decks in Programming
See All in Programming
#kanrk08 / 公開版 PicoRubyとマイコンでの自作トレーニング計測装置を用いたワークアウトの理想と現実
bash0c7
1
550
LINEヤフー データグループ紹介
lycorp_recruit_jp
0
1k
GoのGenericsによるslice操作との付き合い方
syumai
3
690
5つのアンチパターンから学ぶLT設計
narihara
1
120
「ElixirでIoT!!」のこれまでとこれから
takasehideki
0
370
Deep Dive into ~/.claude/projects
hiragram
9
1.6k
イベントストーミング図からコードへの変換手順 / Procedure for Converting Event Storming Diagrams to Code
nrslib
1
480
AIプログラマーDevinは PHPerの夢を見るか?
shinyasaita
1
170
DroidKnights 2025 - 다양한 스크롤 뷰에서의 영상 재생
gaeun5744
3
330
Create a website using Spatial Web
akkeylab
0
310
「Cursor/Devin全社導入の理想と現実」のその後
saitoryc
0
260
20250628_非エンジニアがバイブコーディングしてみた
ponponmikankan
0
470
Featured
See All Featured
Done Done
chrislema
184
16k
Being A Developer After 40
akosma
90
590k
Making the Leap to Tech Lead
cromwellryan
134
9.3k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
44
2.4k
Balancing Empowerment & Direction
lara
1
380
Git: the NoSQL Database
bkeepers
PRO
430
65k
Music & Morning Musume
bryan
46
6.6k
Large-scale JavaScript Application Architecture
addyosmani
512
110k
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
29
9.5k
Art, The Web, and Tiny UX
lynnandtonic
299
21k
Embracing the Ebb and Flow
colly
86
4.7k
GraphQLの誤解/rethinking-graphql
sonatard
71
11k
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/