PowerShell ObjectsWhat are PowerShell objects? Before discussing what they are, we’ll go back in time to the world of […] March 5, 2021 in Windows tagged path / recurse / file / objects / foreach / sort / process / object / property / PowerShell by Mike
C# foreach LoopThe foreach loop in C# executes a statement or a block of statements for each element in an […] June 3, 2018 in C# tagged loop / each / foreach / for by Mike
C# Lists of Class ObjectsIn a previous post we defined a C# Lists Introduction. In this post we want to define a […] May 27, 2018 in C# tagged list / objects / foreach / var / lists / C# Lists by Mike