Skip to content

andreslozadamosto/MyFirstNetCoreAPI-Tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MyFirstNetCoreAPI-Tutorial

Repo de ejemplo para el el tutoral en Dev.To de creación de un API utilizando Net Core

Partes del tutorial

  • Parte 1: Intro
  • Parte 2: REST APIs
  • Parte 3: REST API con Net Core
  • Parte 4: Open API y Swagger
  • Parte 5: Creando un cliente para nuestro API
  • Versioning
  • Action Results
  • Routing/model binding
  • Error handling
  • Request/Response formatters
  • Testing
  • Postman
  • Logging
  • Health checks
  • CORS
  • Seguridad + JWT
  • Rate limit
  • Tracing/Monitoring
  • HETOAS
  • Concurrency
  • OData
  • GraphQL
  • Docker
  • Service Mesh
  • API Discovery
  • Azure App Services - API apps
  • CI/CD
  • Nuestro API como Serverless