Skip navigation.

Archives

Further Vendor Consolidation

functional test tools | Integrated Development Environments (IDE) | performance testing | performance testing tools
Interesting news: Micro Focus acquires Compuware quality tools, all of Borland. The most interesting question is what they are going to do with two lines of testing products - for load testing, for example, they got Borland/Segue SilkPerformer and Compuware QALoad? By the way, these two products are among few that support multiple protocols.

Well, and it is where Borland ended... I still remember times when Borland competed with Microsoft on the PC development tool market - and, at least in Russia, was definitely more popular...

C# - Export Windows Event Logs

Here is a little C# program to export Windows Event Logs. It reads an Event Log and prints entries to STDOUT so you can pipe the output to a file or other application.

using System;
using System.Diagnostics;


class EventLogExporter
{
    static void Main(string[] args)