Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / programming / tools

Tools

tools

Great Reads

by Sergeant Kolja
This is an alternative for "Memory leak detection for WinCE".
by Alexander Turlov
.NET Reflector is becoming a paid-for product
by CodingBruce
Self-installing version tracking REST service for builds

Latest Articles

by Sergeant Kolja
This is an alternative for "Memory leak detection for WinCE".
by Alexander Turlov
.NET Reflector is becoming a paid-for product
by CodingBruce
Self-installing version tracking REST service for builds

All Articles

Sort by Score

tools 

by Ian Shlasko
Unless I'm misreading your code on CodePlex, it looks like your utility loads in the entire file every time it changes. That might be fine for tiny files, but it would be a huge performance hit for larger ones (a few megs, for example).Why not do it a bit more simply?using (FileStream str...
by Eddy Vluggen
A simple scripted solution to automate your daily builds (cost 5 minutes of scripting)
by Francis S Michael
List of tools
by honey the codewitch
Easily create single source file drop-ins from multiple C# source files
by Umesh Khandelwal
Database project diff SQL script utility (using VSDBCMD).
by Robby Tendean
ExcelLibrary implementation sample to convert DataSet to Excel file in VB.NET
by Robert Hutch
Hi,another alternative is this Excel C# / VB.NET component that has limited free version that can be used in commercial applications and unlimited professional version.Here is an Excel VB.NET code how to export DataSet to Excel:Dim ef = New ExcelFile()For Each dataTable As...
by AfnanMof
Steps How to Develop Sharepoint Windows Forms
by Jim F. Johnson
This tip describes how to use a 3rd party tool to review SAP tables structure and exporting the metadata to Google Drive in CSV format.
by Vasil Trifonov
Git History Tool
by Viktor Kovács
A simple solution for processing spaceless strings
by Robby Tendean
A tool for viewing Microsoft Excel BIFF8 binary format
by Jepy
Replace the last 3 blocks of code with:String.Format("{0:x}", value)
by Indivara
Illustrates a method of ejecting and closing the CD or DVD drive tray programmatically
by Indivara
Illustrates a method of ejecting and closing the CD or DVD drive tray programmatically
by Jani Mäkinen
Program return values inspected by .bat files with visual feedback
by Redgum
A customizable MessageBox() DLL and test application with dozens of built-in icons and color schemes
by Shangwu Qi
A utility application that uses .NET 4.5 ZipFile class to unzip multiple files on file name sequence and save unzipped files to a same root directory.
by bkelly13
Include code from other directories