Mono Blog

Net

  • Published on
    I recently encountered a task at work involving reading and writing XML, which led me to explore the performance implications of different approaches. I'd like to share my findings with you.
  • Published on

    .NET 8 Dependency Injection

    .NET.NET-CoreC#Dependency-Injection
    Dependency Injection (DI) is a design pattern used to decouple dependencies between components (services). It achieves this by delegating the creation and management of dependencies to an external...