Introduction: In the world of .NET, Dependency Injection (DI) has emerged as a key practice, significantly enhancing how developers handle dependencies in their applications. At the heart of this practice…
Strongly Typed Configuration in .NET8
Introduction In the latest iteration of .NET, specifically .NET 8, there's an enhanced way to manage configuration settings. This approach involves using strongly typed classes and the IOptions pattern, a…
YAML Files
Introduction In software development, efficient, human-readable data serialization formats are important. YAML, which stands for "YAML Ain't Markup Language," is one such format that has gained widespread popularity. This blog…
Exploring the New Horizons of .NET 8: A Summary of Features and Improvements
Introduction The release of .NET 8 marks another significant milestone in the evolution of Microsoft's .NET platform. Known for its versatility and performance, the .NET framework continues to be a…
Install the Dot Net Debugger on a Raspberry Pi
Unless you are developing a simple application with Dot Net on a Pi, you will come to a point where you want to debug that application. This is particularly true…