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# 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 lists / list / objects / foreach / var / C# Lists by Mike
C# MethodsA C# method is a term used to describe functions exposed by objects. A method is a function […] May 18, 2018 in C# tagged reference / objects / parse / methods / tryparse / null / ref / exception / offensive / signature / defensive / out / overloading / overload / params / C# Classes by Mike
SQL Server ViewsA SQL Server view is a type of table expression. A View is stored in the database (with […] August 9, 2017 in SQL Server tagged objects / search / exists / view / views / sys / encryption / create by Mike
JSON IntroductionHere is what Wikipedia says about JSON, paraphrased: JSON (JavaScript Object Notation) is an open-standard format that uses […] October 21, 2016 in Database tagged objects / JavaScript / JSON by Mike
C# XAML Introduction Part 4 Object Names Part 1Code Behind and Object Names This discussion is based on the book Illustrated WPF by Daniel S on […] May 1, 2016 in WPF tagged WPF / objects / object / names / x:name / C# XAML by Mike