Base solution for your next web application
Open Closed

Benefit of switching from AspNetZero to AbpCommercial #8397


User avatar
0
ajayak created

Hi,

We are using AspNetZero. What are the benefits over swithching to AbpCommercial? How much to change in code from 10000 foot overview :D

Also, Is AbpCommercial built on metronic?


5 Answer(s)
  • User Avatar
    0
    smry created

    AbpCommercial has a CLI for starters Outside of that, they seemed to be generally the same fundamentally although I have not recieved my license yet and have not seen their code - but it appears to have similar content

  • User Avatar
    0
    musa.demir created

    We are using AspNetZero. What are the benefits over swithching to AbpCommercial?

    You can check that: https://abp.io/features and https://commercial.abp.io/

    How much to change in code from 10000 foot overview :D

    They are completely different framework, so you will need to change some places.

    Also, Is AbpCommercial built on metronic?

    No. it is built on our lepton theme. You can check that: https://commercial.abp.io/themes

  • User Avatar
    0
    ajayak created

    @demirmusa, @smry,

    I compared AspNetZero with abp commercial, and huge number of features are missing from abp commercial and it is in early phase. So best thing for us would be to stick with AspNetZero.

    But is there a migration guide on how we can easily upgrade AbpTables to abp commercial? Or some migration utility?

    Most importantly, what is the future of AspNetZero now, since new abp commercial is out and most of the framework developers would be more interested in the shiny new thing?

  • User Avatar
    3
    ismcagdas created
    Support Team

    Hi @ajayak

    You can think AspNetZero to AbpCommercial as two different products. AspNet Zero is a growing platform and we will be supporting it. We will be adding new features as well. We will update AspNet Zero's roadmap in a week or so.

    Both products are providing similar features (Althoug AbpCommercial is missing some features for now it will add similar features) but AspNet Zero is designed to be a monolith project. Since you also get the source code, it is a bit time consuming to update.

    On the other hand, AbpCommercial both supports monolith and micro-service oriented architecture. Since it is delivered by NuGet and NPM packages by default, it is easy to upgrade. It also uses Bootstrap 4 based UI theme and it is easy to remove that theme and replace with another one.

    So, you must make the choice between those two products since you know your needs better than everyone :).

    Thanks,

  • User Avatar
    0
    ajayak created

    Thanks for clarification @ismcagdas :)