Thursday, November 8, 2007

Event Log Watcher Process - Export Event Log as RSS feed - Part II - using WMI - Win32_NTLogEvent - ManagementEventWatcher

See how to develop a simple applciation to "export" Windows Event Log Entries as RSS Feeds using WMI - Windows Management Instrumentation - with Win32_NTLogEvent - ManagementEventWatcher at Siccolo Articles - Build Windows Event Log Watcher Service Process to Export Event Log Entries as RSS feed using Windows Management Instrumentation - with Win32_NTLogEvent - ManagementEventWatcher

No comments:

Exception handling -> "bubble up

Exception handling -> "bubble up" Exception handling (#1) try { ... // might fail ... } ca...