C# Object Initializer SyntaxWhat is an Object Initializer in C#? Object initializers are the easiest way to assign values of an […] August 7, 2019 in C# tagged syntax / object / initializer / initialization / initializor / instantiate by Mike
C# XAML SyntaxThe book WPF 4.5 Unleaashed says: XAML is a relatively simple and general-purpose declarative programming language suitable for […] April 25, 2016 in WPF tagged syntax / WPF / introduction / C# XAML 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# ArraysThere are two types of arrays, single dimension arrays and multidimension arrays. Arrays are similar to variables, but […] April 3, 2016 in C# tagged syntax / array / arrays / initialization / C# Complex Types by Mike
PHP IntroductionJust a few beginner notes on the PHP language. Unlike CGI scripts, which require you to write code […] October 11, 2015 in PHP tagged php / syntax by Mike