1.

When do you choose classic ASP.NET over ASP.NET Core?

Answer»

Though it’s a better CHOICE in almost all the aspects, you don’t have to switch to ASP.NET Core if you are maintaining a legacy ASP.NET application that you are happy with and that is no longer actively developed.
ASP.NET MVC is a better choice if you:

  • Don’t need cross-platform support for your Web app.
  • Need a stable environment to work in.
  • Have NEARER release schedules.
  • Are ALREADY working on an EXISTING app and EXTENDING its functionality.
  • Already have an existing team with ASP.NET expertise.


Discussion

No Comment Found