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
GDPR changes

We are actively working with GDPR compliance, which will result in a series of minor adjustments to the UI and new features. We won't inform you about every little change, but here's an overview of recent changes. When signing up, you will now be prompted to ...

Domain name expires check

Ever wondered what will happen if you forget to renew your domain name? This actually happened to me (with another domain than elmah.io). I'd moved address and when the registrar failed creating a transaction on my credit card, they tried contacting me on the last known address. ...

Filters help you stay within your message limit

Since launching this feature, all of the integrations with elmah.io now have local filtering options. We recommend you filter unwanted log messages on your side to avoid you hitting API request limits, reducing outbound network traffic, etc. For instructions on how to create client-side filtering, look up the documentation ...

Search Filters to the Rescue

Searching your logs has been a key feature since we launched elmah.io. In fact, missing search capabilities in files and ELMAH (the open-source project), was the main driver for me to start coding elmah.io back in 2013. elmah.io is built on top of Elasticsearch, which makes full-text ...

How to read a file with C#/.NET - Avoid the common mistakes

Time for another post in the series about solving common tasks with C#/.NET. For today's post, I'll dig into the challenge of reading a file. A lot of developers only know and use the File.ReadAllText method, which is perfectly valid for small, short files. ...

New Advisor at elmah.io: Simon Langli

Time for a new face here at elmah.io. This time I want to introduce you to a person, that you probably never will get a chance to meet: Simon Langli. We are nerds at elmah.io and don't know a lot about sales and marketing (why we ...

List of the Best Free Visual Studio Extensions

Visual Studio is a great development environment. But with a few extensions, it will be even better. There's a lot of free extensions out there, that will improve the experience of writing code and even help you reduce bugs too. We have collected a list of the best ...

SSL certificate checks and new Uptime Monitoring emails

If you feel like we've given you the silent treatment over the last couple of weeks, it's simply because we have been coding all day long. Today, we are ready to introduce the next chapter in elmah.io Uptime Monitoring. Actually, we want to introduce two ...

Migrating to the options pattern in the client for ASP.NET Core

We just released a new version of our integration for ASP.NET Core. The new package follow the pattern around configuring other pieces of middleware more closely. The old method is still available, but marked as obsolete. By switching to the new API, you will get an improved configuration flow ...