ISE Developer Blog

APIs load testing using K6

In this post, We will go through the load testing concepts and how to use the K6 framework to perform load testing for API endpoints.

Maintaining API Clients With NSwag Model Generation

Our team used NSwag, an OpenAPI .NET toolchain, to generate C# models in code and improve the maintainability of a .NET Core API client for a project. This post describes what lead to the decision along with guidance on how to use Nswag to generate C# models in code.