You must Sign In to post a response.
  • Category: .NET

    MVC 4 into ASP.net core conversion difficulties

    Hi All,

    As per our client request, I am going to convert our MVC 4 application into ASP.Net core. What are all the common development and deployment difficulties that may occur during conversion process? Please provide your valuable suggestions on this.

    Best Regards,
    Simiyon A
  • #767146

    Hi,

    Asp.net 5 we called as ASP.net Core, the structure / architect is different for both ASP.net Core and ASP.net MVC 4, if you want to Migrate from MVC to Core you have to put efforts while implement code and build the solution.

    usually for Migration, similar type of structure only we are Migrated for example MVC 4 to MVC5, so it won't give much problem at that time, because structure remains same in that aspect but in your case structure is different.

    Usually we look this option while making new project, that is the reason I suggest you to recheck whether this is mandatory to Migrate from MVC 4 to ASP.net Core, if it's necessary then only you can move further, otherwise my suggestion is stop to migrate.

    If this is necessary to migrate then refer below link this might be helpful to you, what type of troubles you may face while migrating etc... they were explained.

    quora.com/How-do-I-upgrade-an-ASP-NET-MVC-4-app-to-use-ASP-NET-Core-1-0

    Hope this will help you...


    --------------------------------------------------------------------------------
    Give respect to your work, Instead of trying to impress your boss.

    N@veen
    Blog : http://naveens-dotnet.blogspot.in/

  • #767157
    Have you aware of asp.net core ?
    ASP.NET Core is a new open-source and cross-platform framework for building modern cloud based internet connected applications, such as web apps, IoT apps and mobile backbends
    first you need to check below links before getting started with Asp.Net Core
    https://docs.asp.net/en/latest/intro.html#what-is-asp-net-core
    http://stackoverflow.com/questions/30671193/migrate-to-net-core-from-an-asp-net-4-5-mvc-web-app

    Thanks
    Koolprasd2003
    Editor, DotNetSpider MVM
    Microsoft MVP 2014 [ASP.NET/IIS]


  • Sign In to post your comments