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

Binary

binary

Great Reads

by Simon Bridge
Multiple-file, searchable, streaming compression library implemented natively in .NET.
by Ray K
Extending BinaryReader/Writer to support a different byte order, string and date formats, and advanced navigation in binary files
by honey the codewitch
BinaryReader and BinaryWriter can be used to parse or write binary files more easily and in a portable manner
by Ben Baron
Java source code to demonstrate Executable Integration which is a concept of integrating several distinct executables to create a single application

Latest Articles

by Simon Bridge
Multiple-file, searchable, streaming compression library implemented natively in .NET.
by Ray K
Extending BinaryReader/Writer to support a different byte order, string and date formats, and advanced navigation in binary files
by honey the codewitch
BinaryReader and BinaryWriter can be used to parse or write binary files more easily and in a portable manner
by Ben Baron
Java source code to demonstrate Executable Integration which is a concept of integrating several distinct executables to create a single application

All Articles

Sort by Score

binary 

by Simon Bridge
Multiple-file, searchable, streaming compression library implemented natively in .NET.
by Ray K
Extending BinaryReader/Writer to support a different byte order, string and date formats, and advanced navigation in binary files
by Ben Baron
Java source code to demonstrate Executable Integration which is a concept of integrating several distinct executables to create a single application
by wlf84k
This short article provides a method of calculating nth binary palindrome using some math in C# code.
by Christ Kennedy
A graphically bouncy and colorful version of the popular numbers tile-sliding game
by Lao Chen
A lightweight method to process binary XML. As a general data representation technique, it simplifies the design of database and protocol with convenience.
by Pavel Durov
In this article I’ll cover the basics of numeric bases by examples on four bases - decimal, binary, hex and octal.
by Alberto M.
This article describes the file format NBT and shows how can be implemented in a real application to store data.
by Ravi Teja Pidaparthi
A Case Study to explore ways to customize and improve WCF by overriding the default serialization behaviour