Activities of "alper"

MVC / Angular?

Answer
  1. Is ABP.IO easier to upgrade than Aspnetzero? This has been a major problem with aspnetzero.
    1. ABP is easy upgradable, we worked hard to make it so. Even the theme is replaceble / upgradable. But if you customize the source-code of a module, then you need to merge it manually There are many extension points that you can easily customize the existing features. See https://support.abp.io/QA/Questions/160/How-to-customize-an-ABP-project .
  2. If we use Razor pages, are they easy to convert across to Blazor?
    1. Blazor is on the roadmap, but not high priority. Because, there are some more important features to be included in the application templates and the framework. So for now, it's luxury! But you can start to migrate to Blazor. If you stuck at any step, we'll help.
  3. Are there any issues/constraints with ABP.io with PostgreGIS db?
    1. I don't have experience with PostgreGIS. This is completely related with EF Core PostgreSQL provider. Because the framework doesn't touch the EF Core internals. Even you face any issue, we'll try to help, if it's related with the framework.
  4. Is it possible (and how hard) to migrate a project from Abp.io to ABP Commercial?
    1. It's not a big issue. But requires copy-paste your custom development. The team License costs $1999 (cost of a junior's 10 days work). So if a juinor spends 2 weeks to migrate, then it'll cost you 2X. I'd start with the commercial, If I was planning to migrate in the future.

@edirkzwager,

@sean.alford solved a similar issue, try those steps.

hi,

we'll try to not make radical change. (the community didn't like the color transitions of the previous theme, that's why all the styles are completely revised and changed by our designer). If you need fine tuning , you can add a global CSS and overwrite the existing ones with !important keyword.

for the entity change history and for the Angular permission tab, I've created an issue to the team, they'll check it.

DbMigrator, creates the database, applies migrations and seeds data. Good to hear it works.

it's good to keep with the new theme but if you want to retain the old theme styles, copy your existing lepton.css and paste to your web project. and replace LeptonStyle contributor with your own css. But I'd suggest you to migrate to the new theme. changing your images and custom styles will be easier.

@sean.alford if you can send us the Suite entity json files, I'll try to reproduce and fix them.

Hi Roop,

v2.8 is release can you try with the latest version. If the issue has not been resolved, write your project creation details. tier architecture? mvc / angular? send your suite project create screenshot.

We have added a new module: Volo.TextTemplateManagement. This is a replacement of Volo.EmailManagement. Please use https://commercial.abp.io/modules/Volo.TextTemplateManagement

if you have issues with TextTemplateManagement create a new question.

AppUser.ExtraProperties is a new property. And it's not mapped in your application. So you can basically ignore this property mapping. You did a mapping as below:

CreateMap<AppUser, AppUserDto>();

change it

CreateMap<AppUser, AppUserDto>().Ignore(x => x.ExtraProperties);
Showing 1891 to 1900 of 2060 entries
Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.1.0-preview. Updated on November 07, 2025, 08:20