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

1
  • 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 ? Commented Apr 6, 2017 at 5:51

2 Answers 2

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

Sign up to request clarification or add additional context in comments.

Comments

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

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.