Lessons Learned – ASP.NET Core 6 Performance

I had just written an API using ASP.NET Core and it looked pretty good.  My solution was using clean architecture – separating out Core logic from Infrastructure and so on.  My project was also using CQRS, MediatR, FluentValidation.  Everything was organized and fairly easy to understand. However, the moment of truth came when I ran … Read moreLessons Learned – ASP.NET Core 6 Performance