Aspnet-core

  • Published on
    .NET has been available on Linux for quite some time, but how many .NET developers have actually made the switch to using a Linux desktop environment? I'll walk through my daily setup and how I got started, based on my own experience. I've used Linux on and off over the years, but now I've finally reached a point where I'm comfortable using it as my main environment as a .NET developer. I can confidently say that it has been a joy leaving Windows as my daily.
  • Published on
    Interceptors offer a powerful way to enhance functionality in ASP.NET Core applications. One reason to use them is to implement a simple audit trail for your entities. However, they can also facilitate many other types of functionality, such as logging, performance monitoring, and even transaction management.