Tips & tricks for unit testing in .NET Core 3: Mocking IHttpContextAccessor
Introduction I wanted to write this article because I recently came across an interesting test...
View ArticleTips & tricks for unit testing in .NET Core 3: Using and mocking ISystemClock...
Introduction I discovered not long ago that a way to inject DateTime by dependency in...
View ArticleTips & tricks for unit testing in .NET Core 3: Checking matching and non...
Introduction You must have been like me for a long time unable to do one...
View ArticlegRPC & ASP.NET Core 3.1: How to create a gRPC client ?
Creating a gRPC client In this example we will create a .NET Core 3.1 console...
View ArticlegRPC & ASP.NET Core 3.1: Resiliency with Polly
What is Polly ? Polly is a .NET resilience and transient-fault-handling library that allows developers to...
View ArticleIntegrate NDepend 2020 into your .NET Core projects
Introduction In computer science and software engineering in particular, software quality is an overall assessment...
View Article.NET 5: Exploring System.Net.Http.Json namespace
Introduction .NET 5 brings interesting new features. In this article I will introduce you a...
View Article.NET 5: How to enable .NET 5 runtime on console apps instead of .NET Core 3.1 ?
Introduction You may have noticed it already, but when you create a console application with...
View ArticleIntroducing C# 10: Structs parameterless constructor and instance field...
Introduction I’m going to talk in this post about an important feature of C# 10...
View Article.NET 6: Enhance your gRPC client logs with a generic logging interceptor
Introduction As you might suspect, logging what is happening in your application is good practice....
View Article.NET: Learn LINQ as you never have before
Introduction Dear developer friends, I wanted to share with you a book that particularly amazed...
View Article.NET 7: Simplify Patch requests with PatchAsJsonAsync extension
Introduction Until .NET 6, it was possible to use an easy to use extension on...
View ArticleNDepend is the must-have tool for .NET applications. Discovering the report...
Introduction In computer science and software engineering, in particular, software quality is an overall assessment...
View ArticleFrom .NET 6 to .NET 8, my migration experience: Entity Framework Core 8
Introduction We finally migrated our web applications to .NET 8 from .NET 6. (And yes...
View ArticleFrom .NET 6 to .NET 8, my migration experience: Using OpenApi on Azure...
Introduction I recently migrated an Azure function based on HttpTriggers. This function was running on...
View ArticleASP.NET Core: Using the ASP.NET Core integration on Azure functions
Introduction Since 2023, Azure Functions (HttpTriggers) have benefited from an improvement allowing the manipulation of...
View ArticleFrom .NET 6 to .NET 8+,my migration experience:Using Azure AppConfiguration...
Introduction I recently migrated many Azure Functions . These functions were running on .NET 6...
View ArticleFrom .NET 6 to .NET 8,my migration experience:Fixing missing x-forwarded...
Introduction We recently started migrating our applications from .NET 6 to .NET 8. The migration...
View ArticleFrom .NET 6 to .NET 8, my migration experience: Migrating Durable Functions...
Introduction We recently started migrating our applications from .NET 6 to .NET 8. The migration...
View ArticleASP.NET Core 9: Discover the new developer Exception page
Introduction ASP.NET Core 9 has arrived and brings interesting novelties, especially on debugging. In this...
View Article