Thomas Ardal

Thomas Ardal

Meet Thomas, the founder and developer behind elmah.io. Thomas blogs about everything technical from C# and ASP.NET Core to machine learning.

Denmark
318 posts
ELMAH Elasticsearch Tutorial

This article shows how Elasticsearch can be used as a logging backend for ELMAH. A basic knowledge about ELMAH is a prerequisite to reading this article. If you’re new to ELMAH, please read our ELMAH Tutorial. Elasticsearch So what’s Elasticsearch and why is it ideal for storing ELMAH ...

The Ultimate ELMAH Tutorial

TOC There are a lot of articles trying to explain ELMAH out there, but most of them assume that you already know about ELMAH. This article is an attempt to explain how to get up and running with ELMAH in the simplest possible way. So let’s start by talking ...

MSBuild Tutorial - The comprehensive guide

TOC This article gives a comprehensive introduction to the MSBuild tool. MSBuild Basics .NET 2.0 introduced a new tool called MSBuild. MSBuild is primarily used to build .NET applications, but can be used for other types of applications as well. From Windows Vista, MSBuild is distributed with Windows itself, ...