Base solution for your next web application
Starts in:
01 DAYS
01 HRS
01 MIN
01 SEC

Activities of "niengineering"

Dear Support,

I have a ASP.NET Core + Angular application and 2 questions:

  1. is Angular version development expected to be supported and updated or there is some phase out planned?
  2. I see the usage of netstandard in Application.Shared. Is it needed in some point or can it be upgraded to a .NET 8.0?

Thank you

I see the issue is open but with a comment that says it is not possible to proceed on main points and without any planned activity. So have I to consider that it will not take in consideration anymore?

thx for you reply

Question

Dear Support,

we would like to try to improve performance of our solution based on AspNetZero and trying to search the most compatible with future updates of the platform. As first part of this attempt we would like to know:

  1. if we can safely remove some dependancies from primeng libraries that are now included in main.js file so they will be included in admin modules
  2. how we can implement a "translation by module". I mean that actually the GetAll call is downloading the entire translation dictionary so it's taking time we would like to reduce splitting the translations by single modules implemented in our solution
  3. split permissions management. Actually we have a lot of permissions and the management through the standard user permission tree is very slow. Is there a way to split them or do we have to implement our own solution?

Thank you

Here the most important part (I can share more privately)

DEBUG 2024-04-25 22:04:34,428 [1 ] o.Configuration.LanguageManagementConfig - Converted XYZ (Abp.Localization.Dictionaries.DictionaryBasedLocalizationSource) to MultiTenantLocalizationSource DEBUG 2024-04-25 22:04:34,428 [1 ] o.Configuration.LanguageManagementConfig - Converted AbpWeb (Abp.Localization.Dictionaries.DictionaryBasedLocalizationSource) to MultiTenantLocalizationSource DEBUG 2024-04-25 22:04:39,718 [1 ] ameworkCore.AbpEntityFrameworkCoreModule - Registering DbContext: XYZ.EntityFrameworkCore.XYZDbContext, XYZ.EntityFrameworkCore, Version=12.1.0.0, Culture=neutral, PublicKeyToken=null DEBUG 2024-04-25 22:09:03,436 [1 ] Abp.Localization.LocalizationManager - Initializing 4 localization sources. DEBUG 2024-04-25 22:09:03,507 [1 ] Abp.Localization.LocalizationManager - Initialized localization source: Abp

AS you can see the longest time is taken by "Registering DbContext"

Thank you for the answer but it is not solving the issue. In our case the problem is the long startup time needed and caused by the big number of tables we have. This is very annoying during development and wasting a lot of time of developers. Can we solve this issue in some other way?

Hi,

but how and where can I remove the queryfilter from Entity table?

We are trying to compile the DbContext to improve the speed in startup of our application.

We are running the command "Optimize-DbContext" on EntityFrameworkCore project and we are receiving the error "The entity type 'Edition' has a query filter configured. Compiled model can't be generated, because query filters are not supported.".

Is there a standard way to bypass this issue in ASPNETZERO?

Thank you

I confirm that is a browser feature but in some way is driven from the code.

I see that for example that removing the 'autocomplete="new-password"' attribute allows autofill of username (not username and password at the same time)

Question

Dear Support,

we have an issue in the login page. We see that all browser are correctly storing the credentials information but when trying to login a second time the username prefilling is not proposed. Basically the user needs to focus the password field so the browser will propose the username and password to use. Could we do something to solve this issue?

Thank you

Solved, my fault... there was an extra space in the string to be translated

Showing 1 to 10 of 23 entries