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
My Biggest Angular Mistakes and How To Avoid Them
fabiangosebrink
0
86
[iJS Munich] Better Angular Architectures with Libraries and Nx
fabiangosebrink
0
95
Mastering State Management in Angular with the NgRx Signal Store
fabiangosebrink
0
220
Angular Architectures with NgRx Stores & Effects
fabiangosebrink
0
60
Angular Testing made easy with Jest and Cypress
fabiangosebrink
0
70
Introducing NgRx in an Nx Angular Workspace
fabiangosebrink
0
260
Full-Stack-Web-Applications with Angular, Nx and .NET
fabiangosebrink
0
160
Angular Signals - Revolution in Angular development
fabiangosebrink
0
190
Kickstarting Your Journey with NgRx Signal Store
fabiangosebrink
0
130
Other Decks in Programming
See All in Programming
AIの力でお手軽Chrome拡張機能作り
taiseiue
0
170
XStateを用いた堅牢なReact Components設計~複雑なClient Stateをシンプルに~ @React Tokyo ミートアップ #2
kfurusho
1
770
[Fin-JAWS 第38回 ~re:Invent 2024 金融re:Cap~]FaultInjectionServiceアップデート@pre:Invent2024
shintaro_fukatsu
0
400
ASP. NET CoreにおけるWebAPIの最新情報
tomokusaba
0
360
第3回 Snowflake 中部ユーザ会- dbt × Snowflake ハンズオン
hoto17296
4
360
DROBEの生成AI活用事例 with AWS
ippey
0
130
SRE、開発、QAが協業して挑んだリリースプロセス改革@SRE Kaigi 2025
nealle
3
4.1k
Formの複雑さに立ち向かう
bmthd
1
720
第3回関東Kaggler会_AtCoderはKaggleの役に立つ
chettub
3
890
Immutable ActiveRecord
megane42
0
130
Kubernetes History Inspector(KHI)を触ってみた
bells17
0
200
パスキーのすべて ── 導入・UX設計・実装の紹介 / 20250213 パスキー開発者の集い
kuralab
3
670
Featured
See All Featured
Building a Modern Day E-commerce SEO Strategy
aleyda
38
7.1k
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
33
2.1k
What's in a price? How to price your products and services
michaelherold
244
12k
Automating Front-end Workflow
addyosmani
1367
200k
A Philosophy of Restraint
colly
203
16k
[RailsConf 2023] Rails as a piece of cake
palkan
53
5.2k
GitHub's CSS Performance
jonrohan
1030
460k
Intergalactic Javascript Robots from Outer Space
tanoku
270
27k
Side Projects
sachag
452
42k
Practical Orchestrator
shlominoach
186
10k
Product Roadmaps are Hard
iamctodd
PRO
50
11k
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
47
5.2k
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/