I was reading about how .NET core 2.0 is very much focused on performance and scalability. I was considering migrating an asp.net web api to asp.net core but before investing time on this I was looking for proved evidence that this porting is worth investing time. Someone able to share any evidence on this topic?
Asked
Active
Viewed 485 times
0
-
Possible duplicate of [What's the difference between .NET Core, .NET Framework, and Xamarin?](https://stackoverflow.com/questions/38063837/whats-the-difference-between-net-core-net-framework-and-xamarin) – Nouman Jul 12 '19 at 13:36
-
.net core is the future of net, 4.8 is the last version of .net framework, and the next release will be net 5, based on net core - see https://devblogs.microsoft.com/dotnet/net-core-is-the-future-of-net/ – ironstone13 Jul 12 '19 at 17:40
1 Answers
3
microsoft migrated bing to .net core and has some interesting statistics about it. you can view it here https://devblogs.microsoft.com/dotnet/bing-com-runs-on-net-core-2-1/

ARandomCoder
- 196
- 5
-
This is very interesting information @HentaiLord, thank you for sharing – whatever Jul 12 '19 at 14:56
-
1https://www.codeproject.com/Articles/23306/10-ASP-NET-Performance-and-Scalability-Secrets – Kiquenet Apr 10 '21 at 19:44