
4 Ways To Emulate The Friend Keyword Of C++ In C#
Aug 28, 2023
Categories: C#
How to create classes in C# that act as friend classes of another and have access to their private types and methods
Read
3 Ways To Create Dependencies Between Classes: Inheritance, Composition And Parameterization
Aug 21, 2023
Categories: Architecture
The different ways we can create dependencies between types in C#, Pros and Cons
Read
4 Ways To Deal With Bugs In a Program
Aug 7, 2023
Categories: General
Different ways to deal with bugs in our code that are caused from external sources.
Read
How To Make GameObjects Communicate With Runtime Instantiated Prefabs
Jul 31, 2023
Categories: Unity
Different ways for creating dependencies with Prefabs that we instantiate at runtime
Read
8 Summer Books For Game Developers and Programmers
Jul 24, 2023
Categories: General
A few easy to read books for the summer for game developers and programmers
Read
The Template Method Pattern and Usage in Unity
Jul 17, 2023
Categories: C#, Unity
How to use the template method pattern to avoid calling the base class when using inheritance
ReadCategories