C# in Simple Terms C# Tutorials Dates and Times - C# in Simple Terms Learn all about DateTime, TimeSpan, and TimeZoneInfo! by Matthew Jones
C# in Simple Terms C# Tutorials Strings, String Manipulation, and Cultures - C# In Simple Terms Let's see how to manipulate, format, split, compare, and concatenate strings. Plus, we'll learn what Cultures are and how to use them! by Matthew Jones
The Catch Block Non-Technical The Catch Block #36 - Happy Thanksgiving! A little reminder that, in this dark time, there are still a few things we can be thankful for. by Matthew Jones
C# in Simple Terms C# Tutorials Expressions, Lambdas, and Delegates - C# In Simple Terms Let's discuss some abstract concepts in C#. Plus: interpolated strings! by Matthew Jones
C# in Simple Terms C# Tutorials Attributes and Reflection - C# in Simple Terms Let's learn how to store and retrieve metadata using attributes and reflection. by Matthew Jones
The Catch Block ASP.NET Core .NET 5.0 The Catch Block #35 - .NET 5.0 Extravaganza! Let's talk about the big releases of .NET 5.0, ASP.NET Core 5.0, C# 9.0, Entity Framework Core 5.0, and F# 5. by Matthew Jones
C# in Simple Terms C# Tutorials Tuples and Anonymous Types - C# in Simple Terms Two different ways to group values without needing an entire class. by Matthew Jones
C# in Simple Terms C# Tutorials Generics - C# in Simple Terms Let's make types that use other types! by Matthew Jones