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
.Net Core y Aurelia.Js Challengue accepted!
Search
Azahara Fernández Guizán
October 21, 2018
Programming
0
71
.Net Core y Aurelia.Js Challengue accepted!
Presentación utilizada durante mi charla en WTM Zaragoza 2018.
Azahara Fernández Guizán
October 21, 2018
Tweet
Share
More Decks by Azahara Fernández Guizán
See All by Azahara Fernández Guizán
Cero agobios. Programa pasito a pasito
azaferna
0
94
No te olvides de divertirte dando charlas
azaferna
0
78
Angular_Industry_Canarias_JS.pdf
azaferna
0
120
¿El dinero trae la salud? ¡Que hablen los datos!
azaferna
0
120
Que he aprendido trabajando con Xamarín
azaferna
0
69
¿Por qué pensaba que no me gustaba programar?
azaferna
0
24
Por qué me gusta trabajar en consultoría.
azaferna
0
58
Cuando IoT se une a la Biología: My Anxiety Station e Inmunogame
azaferna
0
43
Aventuras y desventuras tratando de registrar mi actividad cerebral
azaferna
0
36
Other Decks in Programming
See All in Programming
兎に角、コードレビュー
mitohato14
0
130
DockerからECSへ 〜 AWSの海に出る前に知っておきたいこと 〜
ota1022
5
1.3k
書き捨てではなく継続開発可能なコードをAIコーディングエージェントで書くために意識していること
shuyakinjo
1
280
QA x AIエコシステム段階構築作戦
osu
0
270
GitHub Copilotの全体像と活用のヒント AI駆動開発の最初の一歩
74th
7
2.9k
「リーダーは意思決定する人」って本当?~ 学びを現場で活かす、リーダー4ヶ月目の試行錯誤 ~
marina1017
0
220
Claude Code と OpenAI o3 で メタデータ情報を作る
laket
0
130
Understanding Ruby Grammar Through Conflicts
yui_knk
1
110
Honoアップデート 2025年夏
yusukebe
0
250
Introduction to Git & GitHub
latte72
0
110
Portapad紹介プレゼンテーション
gotoumakakeru
1
130
decksh - a little language for decks
ajstarks
4
21k
Featured
See All Featured
Scaling GitHub
holman
462
140k
Docker and Python
trallard
45
3.5k
Documentation Writing (for coders)
carmenintech
73
5k
GraphQLの誤解/rethinking-graphql
sonatard
71
11k
Six Lessons from altMBA
skipperchong
28
4k
Adopting Sorbet at Scale
ufuk
77
9.5k
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
46
7.6k
It's Worth the Effort
3n
186
28k
VelocityConf: Rendering Performance Case Studies
addyosmani
332
24k
The Cost Of JavaScript in 2023
addyosmani
53
8.8k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
31
2.5k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
31
2.2k
Transcript
.Net Core y Aurelia.Js Challenge accepted!
¿Quién soy? Desarrolladora de software en Sngular Azahara Fernández Guizán
@azahara_fergui http://afaya.es https://github.com/azaharafernandezguizan https://www.meetup.com/AsturiasHacking
¿De dónde surge esta charla? 1) Voy a hacer un
Pet Project 2) Quiero aprender Frontend 1) WTMAsturias 2) Comienzo en Sngular 1) Charla en AsturiasHacking 2) Voy a hacer un Pet Project mayor y más complejo C4P WTMZaragoza
Primera parte Web API con .Net Core
¿Qué es .Net Core? ❖ Web Application Development Framework: ❖
Clean architecture ❖ Design patterns ❖ testability Recursos https://docs.microsoft.com/es-es/dotnet/core/ https://github.com/azaharafernandezguizan /MicrobiologiaTest https://github.com/azaharafernandezguizan /EntiendeTuAnalisis
Etapa 1. BBDD 1 2 3
Etapa 2. CREACIÓN PROYECTO
Etapa 3. CONEXIÓN CON BBDD Scaffold-DbContext "Server=localhost;User Id=root;Password=password;Database=microbiologiate st" Pomelo.EntityFrameworkCore.MySql
-OutputDir Models
Etapa 4. BUSINESS LOGIC
Etapa 5. DTOs
Etapa 6. Managers
Etapa 7. Controllers
Y VOILÁ!
Segunda parte Frontend con Aurelia.JS
¿Qué es Aurelia.Js? Recursos https://github.com/azaharafernandezguizan /AfayaBio
Etapa 1. Instalar Aurelia
Etapa 2. Analizar arquitectura y retoques package.json aurelia.json
Etapa 3. Crear componentes
Etapa 4. Routing
Etapa 5. Creo modelos
Etapa 6. Creo servicios
Etapa 7. Codifico el html de los componentes
Etapa 8. Codifico el ts de los componentes
Etapa 9. Añado estilos
Y al final…
None