WPF Validating 9-digit SINIn this post we will look at the validation of a 9-digit Social Insurance Number (SIN) from Canada. […] May 14, 2020 in WPF tagged validation / try / catch / validate / parse / tryparse by Mike
WPF Validating 13-digit ISBNIn this post we will look at the validation of a 13-digit ISBN book number. Not all 13-digit […] May 14, 2020 in WPF tagged ISBN / validation / exception / try / catch / tryparse by Mike
WPF RGB Color ViewerThis post is an update to the previous post called C# WPF RGB Color Viewer. Below is the […] March 31, 2020 in WPF tagged binding / tryparse / conversion / picker / hyperlink / WPF / color / RGB / viewer 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 params / reference / objects / parse / methods / tryparse / null / ref / exception / offensive / signature / defensive / out / overloading / overload / C# Classes by Mike
C# Enumerations Part 2Here are some examples of use cases for enumerations. Suppose you have a series of integer values that […] April 3, 2016 in C# tagged list / convert / cast / tryparse / enumeration / enum / cardinal / cardinality / C# Complex Types by Mike