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

Structures

structures

Great Reads

by honey the codewitch
BinaryReader needs a better way to read strings and types. Here's a quick and dirty fix
by George Jonsson
Generic C# equivalent of the bit field struct in C
by rvjagadheesh
A complete assembly reference tool for .NET which will display details on all methods, properties, enum for all classes in all namespaces
by Lutosław
A TimeSpan wrapper class which uses a System.TimeSpan as a backing field.

Latest Articles

by honey the codewitch
BinaryReader needs a better way to read strings and types. Here's a quick and dirty fix
by George Jonsson
Generic C# equivalent of the bit field struct in C
by rvjagadheesh
A complete assembly reference tool for .NET which will display details on all methods, properties, enum for all classes in all namespaces
by Lutosław
A TimeSpan wrapper class which uses a System.TimeSpan as a backing field.

All Articles

Sort by Score

structures 

by Gerd Wagner
The four types of basic data structures supported by JavaScript are: array lists, maps, records and JSON tables.
by Trần_Tuấn_Anh
Iterators are an essential part of collections in Java, enabling you to traverse through data structures. Two primary types of iterators are fail-safe and fail-fast. Understanding their differences is crucial for writing robust code.