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
313 posts
elmah.io 20131111 released

A few weeks have passed and while we are working on some major improvements that we are not quite ready to show yet, we’ve just released some goodies for you. Pimped install Installing elmah.io have always been piece of cake. Believe or not it just got easier. You ...

elmah.io 20131015 released

Once again we have been busy building the best cloud based error logger for you guys and girls. Here are the feature list: New dashboard A lot of you have suggested improvements for the dashboard. We have listened and provided you with a new and hopefully much better and informative ...

elmah.io 20130922 released

Time for another update on new elmah.io features. API A lot of you asked for it. Now it’s there! The new API makes it possible to integrate with elmah.io from your own code. We’ve published three examples on how to integrate with elmah.io at our ...

elmah.io 20130908 released

We just released a new version of elmah.io. We have been busy building the best cloud enabled error log for .NET web applications. Here are some of the new features: * A lot of you commented on the necessary URL when creating a new log. You now input a name ...

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, ...