April 21, 2019 teaching Teaching Strategy: C# Interfaces 👋 Hi Jordan! Just like in Teaching Strategy: C# Classes, I start students off with a lightning exercise which eventually ends with proble read more Teaching Strategy: C# Interfaces
April 20, 2019 teaching Teaching Strategy: C# Classes 👋 Hi Jordan! In the first couple years, I taught concepts to students and then coached them as they struggled to understand them. Since t read more Teaching Strategy: C# Classes
September 01, 2018 software development C# Generics and Delegates: A Simple but Real Example The topic of Generics came up in a discussion this week with my students, so I wanted show them why they are used with a straightforward example. read more C# Generics and Delegates: A Simple but Real Example