Comment by theshrike79

1 day ago

C# is also the lingua Franca of mobile games because of Unity.

And when the front end is C# so is the back end.

Imo, Unity C# is almost 'not real' C#, as in it uses a completely different programming model, with different object lifetimes, programming and object models. I know the execution bits are the same, but programming for Unity feels very different in every way than writing ASP.NET code (and more different than moving from ASP.NET to Spring Boot)