Tests public 4 min read Enhance your .NET Testing #3: Fixtures separation Pierre Belin Aug 6, 2023 In the previous article, we delved into a critical issue that arises when handling growing complexities in test data creation.…
Tests public 4 min read Enhance your .NET Testing #1: WebApplicationFactory Pierre Belin Jul 16, 2023 The WebApplicationFactory class in .NET provides a powerful tool for integration testing. It allows you to create a factory for…
.NET public 4 min read Visualize API response directly in Visual Studio with .http file Pierre Belin May 28, 2023 Checking REST API endpoints Building a REST API is the most common way of exposing data from a web application.…
API public 6 min read Use NSwag to generate microservices clients from OpenAPI specifications Pierre Belin Dec 12, 2021 Swagger is nowadays an essential tool for producing API documentation. It allows describing the routes, parameters, and return of each…
.NET public 5 min read Get API history in 5 min with a console application .NET Core C# Pierre Belin Jul 2, 2021 One of the most important parts of data analysis is getting data (amazing, right?). But not just any data, a…
Security public 9 min read Secure Symfony API end-to-end with x509 certificates Pierre Belin Jun 16, 2021 Symfony is an amazing framework to quickly create API. It contains the tools you need to secure your API for…