3

I have developed my application in Mvc 5.2.3 using .net Framework. now i need to convert my application to Asp.net Mvc Core 2.0.

Can i convert it without code change or minimal code change or i have to migrate while code ?

2
  • 3
    Start from reading Migration to ASP.NET Core section to understand what is the general/minimal steps needed to do a migration to ASP.NET Core Commented May 14, 2018 at 10:02
  • it is useful thank you. Commented May 14, 2018 at 10:45

1 Answer 1

2

Yes, it is possible to convert from Asp.Net from .NetFramework to Asp.Net Core You can find the details at : https://learn.microsoft.com/en-us/aspnet/core/migration/proper-to-2x/?view=aspnetcore-2.1

To answer as to how big a change would be required will depend on your project's complexity. There are certain libraries/classes which are not supported or certain behavioral changes in Asp.Net Core. You might have to figure out the right replacements for them in Asp.Net Core.

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

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.