Exception Not Found

Interfaces and Abstract Classes - C# in Simple Terms

Let's inherit behavior and properties using two related, but different, kinds of C# objects.

Inheritance and Polymorphism - C# in Simple Terms

Two of the fundamental object-oriented programming concepts explained! Plus: virtual methods and properties.

The Catch Block #31 - Dapper Helper Beginnings

Let's build a class that will generate parameterized SQL INSERT statements!

Structs and Enums - C# in Simple Terms

Two useful value types team up! Let's see how structs and enums work.

Classes and Members - C# in Simple Terms

Let's learn about C# class basics, including members, access levels, properties, methods, constructors, and more!

Exception Not Found © 2026