Comparing MVC 6.NET Core vs. .NET Framework 4.6 performance
I searched the web but could not find a performance comparison of these technologies.
- ASP.NET CORE MVC 6 on .NET Framework 4.6 (full .Net framework)
- ASP.NET CORE MVC 6 on .NET Core (.NetCoreApp 1.1)
What's the difference between all of these?
I need to rewrite some of my code to go through the net core
+3
Şafak
source
to share
1 answer
No ASP.NET CORE MVC 6. Do you mean asp.net mvc 6 on full platform vs asp.NET Core on .NET Core? From the latest tests for asp.NET Core
- benchmarks
- ASP.NET core exceeds 1.15 million RPS
If you want to check overall runtime performance for .NET Core vs full.net framework
- runtime performance
If you want to switch to ASP.NET Core, you may want to refer to more than just performance
- .NET Core choice
- porting to .NET Core
- Reporting differences between frameworks
+8
Rohith rajan
source
to share