Thursday, March 28, 2013

ElmahR - Real time Elmah logging

Today a project was featured on hackernews : ElmahR. It combines SignalR and Elmah which I think is pretty cool.


I'm not really sure whether this is really usefull in a business environment, but I still think it's a cool initiative.

Elmah?

Is THE library we use for error logging on all our .net web MVC applications. Actually, what we do is use NLog for logging and mailing critical bugs, but ELMAH keeps the database of actual exceptions and warnings.

Check it out here, but you want to get the NuGet package if you want to use it in your web-application. Getting the link for ELMAH, I saw that Scott Hanselman blogged about elmah in May 2011, so don't come here for new stuff... Next week, Windows 95. :)

SignalR?

Is a real time library written by some guys at Microsoft that allows your webpage to receive real-time data from the webserver. Typical implementations could be chat applications or live stock data.



No comments:

Post a Comment