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
[iJS Munich] Better Angular Architectures with Libraries and Nx
fabiangosebrink
0
53
Mastering State Management in Angular with the NgRx Signal Store
fabiangosebrink
0
92
Angular Architectures with NgRx Stores & Effects
fabiangosebrink
0
42
Angular Testing made easy with Jest and Cypress
fabiangosebrink
0
50
Introducing NgRx in an Nx Angular Workspace
fabiangosebrink
0
240
Full-Stack-Web-Applications with Angular, Nx and .NET
fabiangosebrink
0
130
Angular Signals - Revolution in Angular development
fabiangosebrink
0
150
Kickstarting Your Journey with NgRx Signal Store
fabiangosebrink
0
100
Angular Signals under the Hood
fabiangosebrink
0
390
Other Decks in Programming
See All in Programming
subpath importsで始めるモック生活
10tera
0
320
カンファレンスの「アレ」Webでなんとかしませんか? / Conference “thing” Why don't you do something about it on the Web?
dero1to
1
110
광고 소재 심사 과정에 AI를 도입하여 광고 서비스 생산성 향상시키기
kakao
PRO
0
170
Jakarta EE meets AI
ivargrimstad
0
150
最新TCAキャッチアップ
0si43
0
190
レガシーシステムにどう立ち向かうか 複雑さと理想と現実/vs-legacy
suzukihoge
14
2.2k
GitHub Actionsのキャッシュと手を挙げることの大切さとそれに必要なこと
satoshi256kbyte
5
430
ActiveSupport::Notifications supporting instrumentation of Rails apps with OpenTelemetry
ymtdzzz
1
250
EMになってからチームの成果を最大化するために取り組んだこと/ Maximize team performance as EM
nashiusagi
0
100
見せてあげますよ、「本物のLaravel批判」ってやつを。
77web
7
7.8k
とにかくAWS GameDay!AWSは世界の共通言語! / Anyway, AWS GameDay! AWS is the world's lingua franca!
seike460
PRO
1
900
2024/11/8 関西Kaggler会 2024 #3 / Kaggle Kernel で Gemma 2 × vLLM を動かす。
kohecchi
5
940
Featured
See All Featured
Thoughts on Productivity
jonyablonski
67
4.3k
4 Signs Your Business is Dying
shpigford
180
21k
Being A Developer After 40
akosma
87
590k
Code Review Best Practice
trishagee
64
17k
Unsuck your backbone
ammeep
668
57k
How to Ace a Technical Interview
jacobian
276
23k
ピンチをチャンスに:未来をつくるプロダクトロードマップ #pmconf2020
aki_iinuma
109
49k
Making the Leap to Tech Lead
cromwellryan
133
8.9k
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
8
900
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
33
1.9k
A Tale of Four Properties
chriscoyier
156
23k
Gamification - CAS2011
davidbonilla
80
5k
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/