Activities of "alper"

Answer

hi, we send you an email containing the related files

Why do you use string primary key? Using string as the type of primary column is not a good approach because If our values can not be generated sequentially and with an Incremental pattern, this may cause database fragmentation and decrease the database performance.

The reason we put there is, sometimes you might need to migrate from a legacy database and you may want to first populate your new database table from a legacy string ID field table. In this case, you need to either change it to Guid, auto increasing numeric fields or you need to write a logic to create a unique value for each record after the Suite code generation.

Just send me your project details

  • UI type: Angular / MVC / Blazor
  • DB provider: EF Core / MongoDB
  • Tiered (MVC) or Identity Server Separated (Angular): yes / no

@FrancoisLabelle this is being tested and I'll write you the results

I reopened this issue. We are still on it.

@muhammedaltug is it fixed in 5.3.3?

closing the issue... you can always reopen.

Microservices demo has moved to eShop

yes

we created eShopOnContainers to demonstrate how to deploy your services to cloud. as deployment process is custom to every customer, it's hard to cover all the could platforms with different deployment configurations. because each time we check, we see that the issues are more related to the 3rd party environments rather than the framework code itself. consultancy will work for you because they'll understand your requirements in deep.

ok I'll retest it after publishing

You cannot generate code on Volo.Identity.Pro project because that's not based on ABP's new module template. Those modules are custom modules. So you better make hands-on code on the Identity module.

Showing 291 to 300 of 1850 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 20, 2024, 08:30