Start with Unity 2021
In this new post I explain how to start with Unity 2021 and the basic interaction with the Unity Editor,…
All technologies, only pure source code
In this new post I explain how to start with Unity 2021 and the basic interaction with the Unity Editor,…
In this new short post, I'll show you how to create a universal PredicateBuilder for Expression in C# to merge…
I'm facing a problem when I want to cast a base class to a derive class. A derive class is…
My initial problem was to extract from a SQL string generated by MySql, all fields....