Skip to content

Always Learning and Growing

  • Home

    Tag: C#

    Issues With Migrating Entity Framework 6 library to .NET 5

    I am migrating a legacy .NET framework application to .NET core and on to .NET 5 and ran into an interesting issue. We have a shared library that multiple projects use for database access and business logic. One of the main problems is that one of the projects that uses this library is an .NET…

    Read More

    April 5, 2021aksattlerUncategorized.NET 4.8, .NET 5, C#

    How to use the Twitter API

    I decided to play around with using the Twitter API and have put together a working example. This example also works with emoji’s which is a whole other beast that I did not have any previous experience with. First thing that you have to do is go to Twitter’s website and sign up to get…

    Read More

    February 15, 2021aksattlerUncategorizedC#, Emojis, Twitter

    How to Create an AI for a 4X Game

    I have been playing around with making a 4x game for some time, and recently stalled out when I had to figure out how to program the AI. 4X games are called 4X because the goals of the game break down into the the following categories eXplore, eXpand, eXploit, and eXterminate. With all of the…

    Read More

    January 10, 2021aksattlerGame Development, Software DevelopmentArtificial Intelligence, C#, Game Design, Game Development

    How to Use the “Rules Design Pattern” With An Example

    If the rules design pattern is new to you, let me give you a quick run down of what it is and how it works. The rules design pattern is useful for situations where there are many different options and the “best” option needs to be selected. It is also useful if you find yourself…

    Read More

    January 5, 2021aksattlerSoftware DevelopmentC#, Design Patterns
    Developed by Think Up Themes Ltd. Powered by WordPress.