Category: C#
-

C# Testing set up
Notes on setting up C# testing, written while prepping to walk a study group through the basics.
-

Classes in C#
Building the same simple Person class in Ruby and C#, and what that comparison shows about each language’s syntax.
-

Dynamic vs Static
Ruby is dynamic and interpreted, C# is static and compiled. What that difference means for catching errors and picking the right tool.
-

Method/Function in Ruby and C#
Comparing how Ruby and C# handle the same two methods, addition and odd-number checking, and what each language’s syntax trades off.
-

C# and Ruby
Notes on the similarities between C# and Ruby, written while onboarding into a new study group.