C# Boxing and UnboxingThe post C# Introduction lists all of the C# series of posts we have at this site. Before […] August 5, 2018 in C# tagged boxing / unboxing / converting / stack / convert / heap / reference / C# Inheritance by Mike
SQL Server HeapPreliminary Information A table can be organized one of two ways: heap or B-tree. If a table has […] April 1, 2018 in SQL Server tagged table / heap / b-tree / SQL Server Data Structures by Mike
C# Generics Nullable TypesA nullable type can represent the correct range of values for its underlying value type, plus an additional […] April 4, 2016 in C# tagged type / value / heap / reference / nullable / generic / ? / pointer / HasValue by Mike