C# in Simple Terms C# Tutorials Methods, Parameters, and Arguments - C# in Simple Terms Let's make some methods, pass some parameters, and accept some arguments! by Matthew Jones
C# in Simple Terms C# Tutorials Code Blocks, Basic Statements, and Loops - C# in Simple Terms Make decisions, build with code blocks, loop around, and generally control the flow of your C# code with these keywords! by Matthew Jones
C# in Simple Terms C# Tutorials Operators - C# in Simple Terms All the basic operators in C#, including assignment, math, logic, equality, comparison, and conditonals. by Matthew Jones
C# in Simple Terms C# Tutorials Casting, Conversion, and Parsing - C# in Simple Terms Let's change some types! by Matthew Jones
C# Tutorials C# in Simple Terms Primitive Types, Literals, and Nullables - C# in Simple Terms int, string, char, double, decimal, float, long, short, byte, and more! by Matthew Jones
C# in Simple Terms C# Tutorials Types and the Type System - C# In Simple Terms Let's learn about value and reference types, null, and why C# is considered to be "strongly-typed"! by Matthew Jones
Tutorials Guest Writer Program Just Vim It! Learning Vim For Fun and Profit Have you ever pressed Esc or Alt + F4 to close this weird text editor? Have you ever Googled how to exit Vim? Let's see why you should learn Vim and how to start using it! by Cesar Aguirre
C# ASP.NET Core Dapper Using a Dapper Base Repository in C# to Improve Readability Let's implement a base Dapper class in C# to make our Repositories more readable! by Matthew Jones