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
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
If you want to check overall runtime performance for .NET Core vs full.net framework
If you want to switch to ASP.NET Core, you may want to refer to more than just performance
+8
source to share