Handling exceptions is a tricky task, specially when you start developing wep applications. We are going to show two ways to globaly handle exceptions. The main idea of this blog
Category: .Net Core
Working with strongly typed configuration in .Net Core
Since .net core appeared we have change the way we work with settings. Nowadays web.config no longer exists so we have to work with json files. There are many ways