Niraj RanasingheWhat’s New in .NET 9 : Cryptography AdvancementsKeeping your applications secure is crucial, and .NET 9 brings some awesome new features to help you do just that. In this post, I’ll take…Mar 16
Scott SourileNull References in Unity: Best Practices and PitfallsIn Unity development, the proper handling of null references is both an art and a science. Null references, while at times a useful tool…Nov 21, 2023
Jay BarnesBring your game to AAA status through Post Processing!The use of post processing we can add different effects to our game, enhancing the visuals even further. To get started we want to install…Nov 10, 2023Nov 10, 2023
R M Shahidul Islam ShahedShorthand If-Else Condition Using C# Ternary OperatorThe ternary operator in C# is a shorthand way of writing an if-else statement in a single line. It allows you to assign a value to a…Aug 5, 2023Aug 5, 2023
Joseph HibbsInstantiating and Destroying!So, my Challenge for the day is to Instantiate and Destroy an object. First thing first you will need to know what a Prefab is. A Prefab…May 22, 2023May 22, 2023
Niraj RanasingheWhat’s New in .NET 9 : Cryptography AdvancementsKeeping your applications secure is crucial, and .NET 9 brings some awesome new features to help you do just that. In this post, I’ll take…Mar 16
Scott SourileNull References in Unity: Best Practices and PitfallsIn Unity development, the proper handling of null references is both an art and a science. Null references, while at times a useful tool…Nov 21, 2023
Jay BarnesBring your game to AAA status through Post Processing!The use of post processing we can add different effects to our game, enhancing the visuals even further. To get started we want to install…Nov 10, 2023
R M Shahidul Islam ShahedShorthand If-Else Condition Using C# Ternary OperatorThe ternary operator in C# is a shorthand way of writing an if-else statement in a single line. It allows you to assign a value to a…Aug 5, 2023
Joseph HibbsInstantiating and Destroying!So, my Challenge for the day is to Instantiate and Destroy an object. First thing first you will need to know what a Prefab is. A Prefab…May 22, 2023
Johni Douglas MarangonHow to Dockerize a .NET ApplicationIn this post, we’re going to focus on dockerize a .NET Web API step-by-step. We are also going to see an important concept in Docker…Feb 9, 2023
Enrico BuonannoWhy C# 10 is pretty irrelevant (but .NET 6 isn't) and why that's a good thingI hope the title got you intrigued. Usually there's a lot of excitement when a new language version comes out, as people are waiting to…Oct 31, 20211