Upgrade to Pro — share decks privately, control downloads, hide ads and more …

.Net Core and Aurelia: Challenge accepted!

.Net Core and Aurelia: Challenge accepted!

Kit impartido en las oficinas de Sngular Sevilla el 21 de Marzo.

Tweet

More Decks by Azahara Fernández Guizán

Other Decks in Programming

Transcript

  1. Copyright © Sngular. All rights reserved. ¿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
  2. Copyright © Sngular. All rights reserved. 3 Contenidos .Net Core

    • Breve historia • Ventajas • Recursos • Estructura y código Aurelia • Qué es • Ventajas • Recursos • Pasos para crear aplicación
  3. Copyright © Sngular. All rights reserved. Ventajas de .Net Core

    6 Cross plataform support: Mac, Linux, Windows, Docker, iOS, Android Performance and testing Seguro Open- source
  4. Copyright © Sngular. All rights reserved. 7 ❖ Soporte para

    Windows Forms y WPF ❖ C# 8 (Using declarations, Switch con lambdas, Utf8JsonWriter y JsonReader, Async Streams) ❖ Ejecutables por defecto ❖ GPIO Support for Raspberry Pi ❖ Mayor soporte e integración en Linux y también APIS de puertos de serie. ❖ Criptografía Algunas novedades de .Net Core 3
  5. Copyright © Sngular. All rights reserved. 11 Arquitectura Web API

    Capa Datos Capa Repositorio Capa DTOs Capa Servicios Testing unitario Capa Controlador
  6. Copyright © Sngular. All rights reserved. Ventajas de Aurelia 29

    Routing, binding y extensibilidad Performance y testing Modularidad Convention over configuration
  7. Copyright © Sngular. All rights reserved. 42 PASO 5. Crear

    componentes Convention over configuration