.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…
.NET public 6 min read MassTransit #3: Migrating mediator pattern from MediatR Pierre Belin Aug 27, 2023 In today's complex software landscape, effective and maintainable design patterns play a crucial role in ensuring robust and…
.NET public 4 min read MassTransit #2: In-memory Mediator pattern basics Pierre Belin Aug 20, 2023 MassTransit is a free, open-source distributed application framework for .NET. This library facilitates service-to-service communication and helps developers build decoupled…
.NET public 6 min read MassTransit #1: A Game-Changer for .NET Messaging Pierre Belin Aug 13, 2023 As a discerning software professional, it's essential to be constantly aware of efficient tools at our disposal. One…
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.…
AI public 3 min read The importance of loss function in Tensorflow model Cyril Canovas Aug 2, 2023 Introduction In the diverse ecosystem of deep learning, TensorFlow reigns as one of the most popular frameworks. Amidst the array…
Tests public 6 min read Enhance your .NET Testing #2: InMemoryDatabase Pierre Belin Jul 30, 2023 The development environment in C#/.NET offers a myriad of tools that optimize testing efficiency. Among these are the InMemoryDatabase…
Tests public 5 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…
AI public 3 min read Discrete Haar Wavelet Transform in 1D Using TensorFlow Cyril Canovas Jul 15, 2023 The wavelet transform is a tool that cuts up data, functions, or operators into different frequency components, and then studies…
.NET public 4 min read Enhance C# Code Consistency in Visual Studio with .editorconfig Pierre Belin Jul 2, 2023 In the world of software development, maintaining consistent code style and formatting across projects can be a daunting task. However,…
.NET public 3 min read Boost .NET Performance with Lazy Initialization Pierre Belin Jun 18, 2023 In the world of software development, optimizing resource usage and performance is crucial. When it comes to object initialization, performing…