Database daily build reporting with XSLT
Last Updated: 4 Dec 2006
Page Views: 17,117
Rating: 4.33/5
Votes: 2
Popularity: 1.30
Bookmark Count: 25
A demonstration of using XSLT to create SQL error reports in a daily build process.
Reusable dynamic programming with C# generics
Last Updated: 24 Jul 2006
Page Views: 33,927
Rating: 4.63/5
Votes: 17
Popularity: 5.69
Bookmark Count: 78
Dynamic programming is a mathematical optimization technique. Generics are used to provide a reusable algorithm.
TransformXML - a command line utility to apply XSL transforms
Last Updated: 27 Nov 2006
Page Views: 19,745
Rating: 3.50/5
Votes: 3
Popularity: 1.67
Bookmark Count: 17
A command line utility wrapping the XslCompiledTransform class.
RegexToXml regular expression to XML converter
Last Updated: 13 Oct 2006
Page Views: 23,604
Rating: 4.80/5
Votes: 5
Popularity: 3.36
Bookmark Count: 29
RegexToXml is a command line utility which applies a regular expression to input text and returns the results as an XML document.
SendSmtp - a command line utility to send e-mails via SMTP
Last Updated: 29 Nov 2006
Page Views: 27,529
Rating: 4.67/5
Votes: 5
Popularity: 3.26
Bookmark Count: 28
A command line utility which sends e-mails using the SmtpClient class.
CommandLineHelper class to launch console applications and capture their output
Last Updated: 23 Oct 2006
Page Views: 28,150
Rating: 4.34/5
Votes: 10
Popularity: 4.34
Bookmark Count: 53
Runs a console application and returns its output as a string. Useful for writing object-oriented wrappers around command line utilities, such as Subversion's svn utility.