Troubleshooting errors in a production environment sucks. Even when end users aren’t directly impacted, there’s still usually a huge amount
Continue reading
Professional and Hobbyist Developer
Troubleshooting errors in a production environment sucks. Even when end users aren’t directly impacted, there’s still usually a huge amount
Continue readingI previously wrote about Using Extension Methods for Easy Improved Logging, where I was leveraging extension methods to take an
Continue readingOne new feature of .NET Core is the built-in dependency injection container. Specifically, within theĀ Configure ServicesĀ method of the startup, you
Continue readingOften times for business applications, you need to provide the ability for a user to upload a spreadsheet of data,
Continue readingRecently I was attempting to create an integration test where I called an API controller’s GET method directly from code,
Continue readingRecently I was tasked to allow a user to manually trigger a SQL job, from a User Interface. Luckily, there’s
Continue readingLately I’ve had to deal with legacy code that has been having issues but hasn’t been adequately been logging enough
Continue reading