Introducing 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