Archives
-
ASP.NET Health Monitoring - Building an EventLogWebEventProvider - Part 3
On my previous posts on this health monitoring series I explain to you how and why I made my own EventLogWebEventProvider and which benefits you can achieve by using this provider or by making your own.
-
ASP.NET Health Monitoring - Building an EventLogWebEventProvider - Part 2
In the first post of this series I've manage to find the correct eventId for each Web Event type, and by this time the major problem has been solved, but I cannot yet write a correct entry into the EventLog.
-
SQL Server - Undocumented Stored Procedure sp_MSforeachtable
I'm not an every day SQL Server user but I use SQL Server regularly since 7.0 version until the 2005 version (not yet tried 2008 in a serious way) and from time to time I still find some nice hidden gems.
-
ASP.NET - Health Monitoring and EventLogWebEventProvider - Part 1
The ASP.NET health monitoring enables you to add instrumentation to Web applications by using the so called Web Events. These Web events give us information about health status.
-
ASP.NET - EventMappingSettingsCollection bug on Contains method
Recently, while digging on ASP.NET 2.0 Health Monitoring I found a bug in the EventMappingSettingsCollection.Contains class method.