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. Game Development 2020.02.01

    • Updates
    • Game Development

    This post will only details a few things done, but a whole lot of work was done at a solution level for the Client, Game Client Refactor.

    For bugs we were able to fix an issue with the rotation movement logic, so it will correctly orientation the agents to there target direction.

  2. 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.

  3. 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.