Articles

Checkout out these articles! I mainly focus on Tech related topics with a heavy focus on .NET and anything relating to Game Development. But you will find some hidden gems about infrastructure like Kibana to Kubernetes!


  1. C# Extension Methods

    • blog
    • dotnet
    • .NET
    • C#
    • Null

    Use Extension methods to add functionality to already compiled/existing objects, doing so allows for simplified abstractions to be created for complex objects. This also allows for the ability to extend primitive types or framework provided objects.

  2. C# DateTimeOffset Formatting Quick Reference

    • .NET
    • C#
    • DateTime

    This post is a quick reference for the DateTime/DateTimeOffset formatting. Using the .ToString you can pass in a string, using the below "Format" text, you can get example text below. You can mix and match the formats and create your own custom formatted dates.

    Using Try .Net take the below Code For Reference to see and play with your self the text.