C# ArrayList of Custom ObjectsArrayList of Custom Objects The last two lines shown above are interesting and require some explanation. First, review […] April 4, 2016 in C# by Mike
C# Collections ArrayListCollectionMike ArrayList is from the System.Collections.ArrayList class. You do not need to specify a size of the collection […] April 4, 2016 in C# by Mike
C# Collections IntroductionThe general meaning of a collection is simply a group of things of the same type. It could […] April 4, 2016 in C# tagged array / introduction / collection 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 reference / nullable / generic / ? / pointer / HasValue / type / value / heap by Mike
C# Generics Dictionary<K, V>This example is modified from the book Beginning C# 6 Programming with Visual Studio 2015 published by Wrox […] April 4, 2016 in C# tagged key / value / object / generics / dictionary / initialization / pair / syntax by Mike
C# Lists IntroductionThe post C# Introduction lists all of the series of posts we have at this site. What are […] April 4, 2016 in C# tagged list / introduction / object / lists / generics / collection / initialization / syntax / C# Lists by Mike
C# FilestreamReading and writing files is an essential part of many programs. There is also creating and deleting files, […] April 4, 2016 in C# tagged file / files / read / write / stream / filestream / C# Files Directories by Mike
C# LINQ IntroductionThe following example uses LINQ (Language INtegrated Query) to create a query to find some data in a […] April 4, 2016 in C# tagged C# LINQ by Mike
C# Polymorphism IntroductionThe post C# Introduction lists all of the C# series of posts we have at this site. Polymorphism […] April 4, 2016 in C# tagged introduction / polymorphism / inheritance / pillar / third / C# Polymorphism by Mike