Wednesday
Room 3
16:20 - 17:20 (UTC-11)
Talk (60 min)
High performance logging in .NET 6 and beyond
Logging is absolutely everywhere in software development and for good reason. It allows us to get details about the runtime of our applications in order to make tech and product decisions and react to problems when things inevitably go wrong.
.NET
Historically, logging has been one of the most common application performance degradation causes, but it doesn't have to anymore.
In this talk I'll explain how logging can negatively affect your application's performance and see how we can use the new tools provided by .NET 6 and C# 10 to completely eliminate that impact.