Show Nav
Patrick Bacon

Software Consultant and Developer. Loves making software, learning new technologies, and being an Atom.

 
Featured

Pattern Matching in C# with Switch Statements

C# 7.0 introduced pattern matching support in its switch statements. Here are some examples of how you can now switch on object types, etc. in C#.
All Posts