Click here to Skip to main content
15,867,453 members
Everything / IO

IO

IO

Great Reads

by honey the codewitch
BinaryReader needs a better way to read strings and types. Here's a quick and dirty fix
by Alexander Eremeev
The Windows kernel-hacking library and development framework written on C++17
by Bruno van Dooren
How to implement named pipe server for communicating with client apps
by V.
Convert FITS file to known image formats and use those images for a "zooming" functionality (image transparency)

Latest Articles

by Michael Sydney Balloni
See how Rust stacks up against C-ish, C++, and C#
by Bruno van Dooren
How to implement named pipe server for communicating with client apps
by Bruno van Dooren
How to implement named pipe server for communicating with client apps
by honey the codewitch
Run your IoT display driver independent of the bus it uses, whether I2C, SPI or parallel

All Articles

Sort by Score

IO 

23 Apr 2021 by honey the codewitch
BinaryReader needs a better way to read strings and types. Here's a quick and dirty fix
28 May 2018 by Marco Bertschi
The presented code snippet compares two given files using the IEqualityComparer.
9 Nov 2012 by mlzg4
This stream implementation is fast, thread-safe, easy to use, and very useful for debugging large distributed or concurrent projects.
19 Mar 2020 by honey the codewitch
BinaryReader and BinaryWriter can be used to parse or write binary files more easily and in a portable manner
2 Feb 2020 by honey the codewitch
Add UTF-32 support and easy foreach streaming to your apps
21 Jul 2014 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.
9 Feb 2015 by Bhis
Various ways to sort list and compare results
27 Mar 2013 by metastruct
Easy to use class for downloading, uploading, and other FTP commands.
18 Mar 2014 by Johannes Bildstein
Reading and writing Bitmaps with full 16bit per channel (and possibly more)
23 Jul 2020 by honey the codewitch
Add progress reporting to your downloading or copying using this code
3 Jul 2015 by Shivachalappa Gotur
Detecting USB Modem Device using C#.NET
21 Feb 2018 by Adi Eduard
This article describes how to get a file's encoding with C#
18 Dec 2015 by dynamichael
Use extension methods, Encoding, and BitConverter to read and write native types on an IO.Stream object