Archive for the Category tools

 
 

Whidbey Commands for Visual Studio 2003

Gaston Milano developed an excellent little utility called WhidbeyCommands for Visual Studio 2003 .The utility adds the following commands to the Solution Explorer context menu:

  • Collapse all projects - collapse all projects in the Solution Explorer
  • Open Project Folder
  • Visual Command Prompt Here

Also it adds the following commands to the Text Editor context menu:

  • Demo Font - swaps the editor font to a larger, clearer font
  • Copy File - copy the working file to some place
  • Send by Mail - select some text in a document right click and send it by mail
  • Wheel Font Sizing - by pressing Ctrl while rolling the mouse wheel, you can enlarge or reduce the font size

Microsoft Log Parser 2.2

Log parser is a powerful, versatile tool that provides universal query access to text-based data such as log files, XML files and CSV files, as well as key data sources on the Windows? operating system such as the Event Log, the Registry, the file system, and Active Directory?.
You tell Log Parser what information you need and how you want it processed. The results of your query can be custom-formatted in text based output, or they can be persisted to more specialty targets like SQL, SYSLOG, or a chart.
The world is your database with Log Parser.

Log Parser is made up of three components:

  • Input Formats are generic record providers; records are equivalent to rows in a SQL table, and Input Formats can be thought of as SQL tables containing the data you want to process.
    Log Parser’s built-in Input Formats can retrieve data from the following sources:
    • IIS log files (W3C, IIS, NCSA, Centralized Binary Logs, HTTP Error logs, URLScan logs, ODBC logs)
    • Windows Event Log
    • Generic XML, CSV, TSV and W3C - formatted text files (e.g. Exchange Tracking log files, Personal Firewall log files, Windows Media? Services log files, FTP log files, SMTP log files, etc.)
    • Windows Registry
    • Active Directory Objects
    • File and Directory information
    • NetMon .cap capture files
    • Extended/Combined NCSA log files
    • ETW traces
    • Custom plugins (through a public COM interface)
  • A SQL-Like Engine Core processes the records generated by an Input Format, using a dialect of the SQL language that includes common SQL clauses (SELECT, WHERE, GROUP BY, HAVING, ORDER BY), aggregate functions (SUM, COUNT, AVG, MAX, MIN), and a rich set of functions (e.g. SUBSTR, CASE, COALESCE, REVERSEDNS, etc.); the resulting records are then sent to an Output Format.
  • Output Formats are generic consumers of records; they can be thought of as SQL tables that receive the results of the data processing.
    Log Parser’s built-in Output Formats can:
    • Write data to text files in different formats (CSV, TSV, XML, W3C, user-defined, etc.)
    • Send data to a SQL database
    • Send data to a SYSLOG server
    • Create charts and save them in either GIF or JPG image files
    • Display data to the console or to the screen

Download Log Parser 2.2

[ Via Conrad Agramont's WebLog ]

.NET Tool for Tracking down managed memory leaks

Leak Detector drives the debugger process, parses the output, and provides an easy way to explore an application’s heap.

Leak Detector

SQL Server 2005 Express Edition

SQL Server 2005 Express Edition - Community Technical Preview available for download.
This is the first release of Express Manager - new database management tool for Express.
Check out http://lab.msdn.microsoft.com/express/sql/

VisualCron

VisualCron is windows-based program that works like the integrated task scheduler but have more features and flexibility. VisualCron is based on the Unix/Linux version of cron. Above all, the interface of VisualCron is very easy to use.


Page 17 of 18« First...101415161718