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

IO

IO

Great Reads

by JBildstein
Reading and writing Bitmaps with full 16bit per channel (and possibly more)
by honey the codewitch
BinaryReader needs a better way to read strings and types. Here's a quick and dirty fix
by Ray K
Extending BinaryReader/Writer to support a different byte order, string and date formats, and advanced navigation in binary files
by mlzg4
This stream implementation is fast, thread-safe, easy to use, and very useful for debugging large distributed or concurrent projects.

Latest Articles

by JBildstein
Reading and writing Bitmaps with full 16bit per channel (and possibly more)
by honey the codewitch
BinaryReader needs a better way to read strings and types. Here's a quick and dirty fix
by Ray K
Extending BinaryReader/Writer to support a different byte order, string and date formats, and advanced navigation in binary files
by mlzg4
This stream implementation is fast, thread-safe, easy to use, and very useful for debugging large distributed or concurrent projects.

All Articles

Sort by Score

IO 

by JBildstein
Reading and writing Bitmaps with full 16bit per channel (and possibly more)
by honey the codewitch
BinaryReader needs a better way to read strings and types. Here's a quick and dirty fix
by mlzg4
This stream implementation is fast, thread-safe, easy to use, and very useful for debugging large distributed or concurrent projects.
by honey the codewitch
Add progress reporting to your downloading or copying using this code
by honey the codewitch
BinaryReader and BinaryWriter can be used to parse or write binary files more easily and in a portable manner
by Shivachalappa Gotur
Detecting USB Modem Device using C#.NET
by Brad Joss
Search for files and folders and don't exit the search when there is an error accessing a protected folder, just skip it.
by Adi Eduard
This article describes how to get a file's encoding with C#
by Marco Bertschi
The presented code snippet compares two given files using the IEqualityComparer.
by dynamichael
Use extension methods, Encoding, and BitConverter to read and write native types on an IO.Stream object
by honey the codewitch
Add UTF-32 support and easy foreach streaming to your apps
by metastruct
Easy to use class for downloading, uploading, and other FTP commands.
by Bhis
Various ways to sort list and compare results