APIs ReST
Create the project and learn ASP .NET Core Basics
Introduction
Prerequisites Introduction au Web
Create Project
To create an ASP .NET Core Web API Project, use your IDE (Visual Studio or Rider) or user .NET CL...
Controlleurs et Endpoints
Controllers are the classes that handle HTTP Requests by holding method that correspond to API en...
Swagger UI
Nugget Dependancy Install the Nugget package Swashbuckle.AspNetCore : dotnet add Swashbuckle.AspN...
Tests d'intégration
Integration testing are usefull for validating user stories automatically. It is usefull for this...