CSharp Posts
Published on October 29, 2020
Authored by Casey McQuillan
Casey McQuillan investigates strategies for improving string performance in .NET and ASP.NET Core when using String.Create().
Published on October 15, 2020
Authored by Casey McQuillan
Expression-bodied members are a fantastic feature of the C# language that simplifies and condenses your code.
Published on September 22, 2020
Authored by Casey McQuillan
Quickly prototype your first URL Shortener fast with .NET 5. Learn how to build and generate value incrementally with this tutorial.
Published on September 17, 2020
Authored by Casey McQuillan
Learn a creative way that you can leverage 'out' parameters on your class methods.
Published on August 9, 2020
Authored by Casey McQuillan
The first entry in a series where share strategies for Object Oriented Design in a practical way that considers time, resources, and maintainability.