Tests public 9 min read Performance Testing Essentials: JMeter DSL.NET in Action Pierre Belin Dec 5, 2023 Performance testing is an indispensable aspect of software development, ensuring that applications not only meet but exceed user expectations in…
Tests public 5 min read Enhance your .NET Testing #6: The Art of Assertion with FluentAssertions Pierre Belin Nov 28, 2023 FluentAssertions is the Swiss Army knife of assertion libraries for .NET developers. If you want to supercharge your tests to…
.NET public 3 min read Mastering Advanced C# Features for Peak Code Performance Cyril Canovas Nov 19, 2023 C# has firmly established itself as a language of choice for many developers, especially when it comes to building high-performance…
ChatGPT public 7 min read Craft Your Own AI: Exploring OpenAI's Revolutionary GPT Builder Pierre Belin Nov 12, 2023 This November 7, 2023, at OpenAI's developer conference, OpenAI DevDay, OpenAI made an announcement that is revolutionizing the use of…
Tests public 5 min read Enhance your .NET Testing #5: Integration tests with Docker.DotNet Pierre Belin Nov 5, 2023 In the vast realm of software development, integration testing stands as a pivotal phase, ensuring that various software modules work…
.NET public 5 min read Bi-Directional gRPC Stream Cache Server in C# Cyril Canovas Oct 29, 2023 Bonjour! In the ever-evolving landscape of modern software development, having tools that optimize performance, scalability, and real-time processing is paramount.…
.NET public 4 min read Bitwise and Shift Operators in C#: A Deep Dive Pierre Belin Oct 8, 2023 In the vast universe of programming, C# stands out as a versatile and powerful language. Among its many features, the…
AI public 4 min read Revolutionizing Language Model Integration with LangChain Pierre Belin Oct 1, 2023 In today's digital age, language models have become an integral part of various applications, enhancing user experience and streamlining processes.…
.NET public 3 min read MassTransit #4: Customizing middleware with Filters Pierre Belin Sep 23, 2023 Today, we venture deep into the intricacies of the Mediator Pattern in MassTransit, highlighting the pivotal role of Filters. If…
.NET public 4 min read A Comprehensive Guide to FluentValidation: Advancing Your .NET Validation Logic Pierre Belin Sep 17, 2023 In our rapidly evolving digital era, ensuring the accuracy and consistency of our application's data is paramount. With the sheer…
.NET public 4 min read Akka.NET #1: Distributed Systems for .NET applications Pierre Belin Sep 10, 2023 Imagine building a real-time messaging application, a lively platform where users exchange messages across the globe, within moments of each…
Tests public 5 min read Enhance your .NET Testing #4: InMemory vs Repository pattern Pierre Belin Sep 3, 2023 In the ever-evolving landscape of software development, the way we manage data is paramount to performance and efficiency. In the…