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
320 posts
elmah.io 20130922 released

elmah.io launched its first public API with three GitHub-hosted integration examples, added browser and OS icons to error details for spotting platform-specific trends, moved the Clear and Delete log actions from the dashboard into a dedicated settings tab, and published new Pricing and About pages. ...

elmah.io 20130908 released

elmah.io let users name new logs (like 'My Site Staging' or 'My Site localhost') instead of relying on a URL, refreshed the responsive design for larger monitor resolutions, replaced email-only user lookup when adding log access with searchable results, and fixed all known bugs. ...

ELMAH Elasticsearch Tutorial

This tutorial configures ELMAH to log into Elasticsearch via the open-source Elmah.Io.Elasticsearch NuGet package: install Java and Elasticsearch locally, run Install-Package Elmah.Elasticsearch, then set the ElasticsearchErrorLog type and a connection string to http://localhost:9200 in web.config. ...

The Ultimate ELMAH Tutorial

This ELMAH tutorial covers installing the ELMAH NuGet package, browsing errors at /elmah.axd, generating a test 404 to see the in-memory logger capture a stack trace and server variables, and switching to a persistent SQL Server logger by editing the <elmah> element in web.config. ...

MSBuild Tutorial - The comprehensive guide

This MSBuild guide traces the tool from its .NET 2.0 origins, replacing devenv.exe scripting and NAnt, through a working example: a .proj Build target running Message and MSBuild tasks against msbuildintro.csproj, the standard Clean, Build and Rebuild targets, and how properties parameterize builds. ...