Use isinstance to Check Data TypeAre you a data professional working with a pandas dataset and have you found that one or more […] April 7, 2024 in Python tagged type / object / isinstance / custom / data / function by Mike
Python ClassesEverything in the Python language is an object. This includes numbers, strings, data structures, functions, classes, modules and […] May 22, 2023 in Python tagged object / class / classes / oop by Mike
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 recurse / file / objects / foreach / sort / process / object / property / path / PowerShell by Mike
Object Oriented Programming (OOP)There is a good video on this subject on YouTube. Mosh Hamedani explains OOP and compares it to […] September 18, 2019 in Programming tagged oop / oriented / programming / object by Mike
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# Class Object InitializersWith object constructors we can initialize an object and put it into an early state. There is also […] May 15, 2018 in C# tagged initializer / object / class / C# Classes by Mike
Programming ParadigmsWikipedia has an article on programming paradigms. Wikipedia says: “Programming paradigms are a way to classify programming languages […] November 26, 2016 in Programming tagged static / oop / functional / imperative / declarative / paradigm / programming / dynamic / object 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
C# WPF Create a Simple Binding Object in Code BehindThis example comes from the book Illustrated WPF starting on page 198, which is in chapter 8. Creating […] April 16, 2016 in WPF tagged code / object / binding / behind / C# WPF by Mike
C# WPF Dynamic Binding to External ObjectsYou are writing C# code in Visual Studio and you are designing an Options window for your application […] April 14, 2016 in WPF tagged object / binding / external / dynamic / C# WPF 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 syntax / key / value / object / generics / dictionary / initialization / pair 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 syntax / list / introduction / object / lists / generics / collection / initialization / C# Lists by Mike