Discover PosInformatique.Foundations 1.0.0: A Comprehensive Overview
A small and practical .NET building blocks

Search for a command to run...
A small and practical .NET building blocks

In many applications, converting data from one format to another is a common task. For instance, you might need to convert a business entity object into JSON or vice versa. Many developers use extension methods like ToJson() or ToModel() for this con...

Introduction When building modern web applications, security is always a top priority. In ASP.NET Core, authentication is a key part of ensuring that only authorized users can access specific parts of your application. You may often need to support m...

As a passionate advocate for robust unit testing and code quality, I've invested heavily in leveraging the Moq library within my .NET projects. To ensure reliability and catch potential errors early, I developed a .NET analyzer tool specifically tail...

Sometimes it can be useful to detect if an exception is ongoing. For instance, in a Dispose() method, it's valuable to ascertain if an exception is already in progress to avoid throwing a new exception and losing the original one. Problem encountered...

Hey there, everyone! I've hit refresh on my blog, clearing out the cobwebs of a site stuck in 2014! For those familiar with my old space, it's time for a brand-new journey. This blog remains dedicated to Microsoft technologies – delving deep into the...
