8
I took a look at this reply, but did not answer my question. As far as I know, there is .NET Framework, . NET Core, ASP.NET, . NET Standart and Mono but I don’t know the difference between them and I don’t know which one to use for proper projects.
I built an artificial intelligence in. NET Framework thinking about running on other platforms, but I was recommended to restart the project entirely on . NET Core. But, why?
I also built a project in . NET Standart thinking of running only on Windows, but I was also recommended to restart the project in . NET Framework, also did not understand this difference.
For cross-platform projects, what to use? What if it’s just for Windows? What if you want to run on an Android? I don’t know, make an iOS game? A professional website/online app? Or maybe a more complex game for Xbox... Can I use . NET in all this? If so, which one should I use?
Related: What is the . Net Core?
– gato