5

I searched on the Internet, but I could not find the 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 is the difference performance between all of these?

I have to rewrite some of my code to go through the net core

Şafak
  • 87
  • 2
  • 2
  • 6
  • 1
    There is no ASP.NET CORE MVC 6 . Do you mean asp.net mvc 6 on full framework vs asp.net core on .net core ? – Rohith Apr 06 '17 at 05:51

2 Answers2

14

There is no ASP.NET CORE MVC 6. Do you mean asp.net mvc 6 on full framework vs asp.NET Core on .NET Core ? From the latest benchmarks for asp.NET Core

ASP.NET Core and asp.net mvc benchmarks Request per second

If you would like to check out the general run-time performance for .NET Core vs full .net framework

If you would like to migrate to ASP.NET Core , You may want to refer not only performance

Wis
  • 484
  • 7
  • 22
Rohith
  • 5,527
  • 3
  • 27
  • 31
0

This question is quite bit old now, and as of today, there is not doubt that asp.net 5 (and 6) is far ahead of older versions. Also when you want to compare web frameworks, then the best source of truth is here : https://www.techempower.com/benchmarks

Armand
  • 251
  • 4
  • 6