Event Logs in .NET Core Worker Application

Introduction Logging is essential for software development practices, but it’s often underestimated until the program crashes. Logging serves numerous purposes including root cause analysis, bug analysis, and even performance reviews for the application. There are great many libraries and approaches about how to incorporate Logging in your application. But sometimes we just need very basic … Read more