Different between .net core and mono?
Loading
Different between .net core and mono?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Uday DodiyaPosted Sep 28, 2022, 4:41 AM
Vishal YelvePosted Sep 28, 2022, 5:24 AM
Both are implementations of the .NET Standard but they have different implementation details. Mono is historically grown by the need of a cross-platform .NET implementation that runs everywhere. Later Mono became the foundation for Xamarin.
.NET Core is designed for performance, cross-platform, scalable cloud scenarios and the main workload is ASP.NET Core that runs on it. It's true that both are similar in the API surface and cross-platform capabilities, but they were created with other requirements in mind.
Both framework implementations are well supported. Depending on what you need to do, you pick one of them:
.NET Core
Mono
Rajanikant HawaldarPosted Sep 28, 2022, 5:16 AM
https://www.c-sharpcorner.com/interview-question/what-is-the-difference-between-net-core-and-mono