The NuGet package WebApiDocumentator is an alternative to Swagger and the design is simple and more useful for developers and end users
Month: May 2025
Resilient connection to RabbitMQ
The connection with RabbitMQ isn’t always stable. The reconnection not always is working. I want to create a resilient connection to RabbitMQ
Release SSIS using Azure DevOps
Steps on how to create a working pipeline to release SSIS packages using Azure DevOps from the creation of the artifact to the deployment.
From Installation to Advanced Configuration: Setting Up Serilog for C# Success
In the ever-evolving landscape of software development, effective logging is crucial for maintaining robust and reliable applications. Serilog has emerged as a leading tool for C# developers, offering a flexible and powerful logging solution tailored to modern needs. This comprehensive guide will walk you through the installation and advanced configuration of Serilog in your C# projects, ensuring that you harness its full potential. From setting up various sinks for diverse output channels to integrating custom logging classes that capture detailed runtime data, you’ll discover best practices for enhancing application maintainability…