0

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?

whatever
  • 2,492
  • 6
  • 30
  • 42
  • 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 Answers1

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