Friday, March 11, 2005

Some Cool .Net Things from Jeff Key

.net stuff

I came across this site during my blog travels. Jeff Key has a number of cool .Net "things" on his http://sliver.com/dotnet/index.aspx site.

Included are articles, code snips, assemblies, etc, many with source. Below are just a few of them.

MessageDialog
A message box with custom buttons. Easily add new buttons as needed.

NCover Browser
An alternative view of the standard NCover XML report.

XmlDocViewer
An alternative to the IE XML viewer.

Ruler
A graphical ruler.

Temp File Manager
This class creates a temp folder for your temp files, gives you unique filenames in that folder, then cleans up those files.

Retrieving file system icons
Code snip calling SHGetFileInfo.

1 comment:

Anonymous said...

Some people seem to like his SnippetCompiler, but I think it's a far second to the Base62 Struct. That struct alone saved my "Instant Monkeys Online" project.