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?
- Possible duplicate of What's the difference between .NET Core, .NET Framework, and Xamarin?Nouman– Nouman2019-07-12 13:36:09 +00:00Commented Jul 12, 2019 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 devblogs.microsoft.com/dotnet/net-core-is-the-future-of-netironstone13– ironstone132019-07-12 17:40:08 +00:00Commented Jul 12, 2019 at 17:40
Add a comment |
1 Answer
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/
2 Comments
whatever
This is very interesting information @HentaiLord, thank you for sharing
Kiquenet