Base solution for your next web application
Open Closed

Migration from Abp boilerplate to abp.io .net core #8559


User avatar
0
adventphang created

Hi,

We would like to get some advice on:

  1. How to migrate from Abp boilerplate base (v 1.5.1) .net framework (v 4.7.2) to modular abp.io .net core?

  2. Is it possible to retain AngularJS and not moving it to Angular as for this phase of development?

Thanks :)


3 Answer(s)
  • User Avatar
    0
    maliming created
    Support Team

    hi

    see ASP.NET Boilerplate v5+ to ABP Framework Migration(https://docs.abp.io/en/abp/latest/AspNet-Boilerplate-Migration-Guide)

  • User Avatar
    0
    adventphang created

    Thanks for your fast reply,

    currently we are developing under boilerplate base (v 1.5.1) .net framework, how do we migrate to v5+ .net core fist and yet retain the AngularJS?

  • User Avatar
    0
    maliming created
    Support Team

    abp vnext uses angular 8+ instead of angular js. There is not much difference between abp 1.5.1 and v 5.x.

    You can download the zero demo project to see the related code.