Base solution for your next web application
Open Closed

Migrating Asp.Net MVC project to asp.net CORE MVC #2973


User avatar
0
AndrewT created

We have an aspnetzero MVC project.

We want to update that project to asp.net CORE MVC (of course still using aspnetzero).

Does anyone have any experience or suggestions on how to do this, approach, or things to avoid, or to do?

There are various references such as the following but not sure how they might apply to the aspnetzero framework;

<a class="postlink" href="https://docs.microsoft.com/en-us/aspnet/core/migration/mvc">https://docs.microsoft.com/en-us/aspnet ... ration/mvc</a>

<a class="postlink" href="http://developer.telerik.com/topics/net/migration-asp-net-core-considerations-strategies/">http://developer.telerik.com/topics/net ... trategies/</a>


1 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi,

    This document <a class="postlink" href="https://docs.microsoft.com/en-us/aspnet/core/migration/mvc">https://docs.microsoft.com/en-us/aspnet ... ration/mvc</a> seems applicable. You can also create the same application using ASP.NET Core with AspNet Zero and compare with your version.

    You can always ask if you face any problems.

    Thanks.