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

Activities of "niengineering"

Hi,

in our case it is happening creating a user from scratch and assign basic functions.We cannot reproduct it in test environment and it's happening only to this user.

I'm facing a problem with ASPNETZERO (Angular + .NET CORE). We have 100% CPU when a particular user login inside the sytem. We tried to recreate the user and after some days we faced the same problem. This user is used from different programs to collect information through API. We have hundreds of users in different tenants but only this has problems.

Question

Hi,

do you have a standard solution for the removal of referenced key? An example:

public class UM : FullAuditedEntity, IMustHaveTenant { ... } public class Article : FullAuditedEntity, IMustHaveTenant { ... [Required] [ForeignKey("UM_Stock_Id")] public virtual UM UM_Stock { get; set; } public virtual int? UM_Stock_Id { get; set; } ... }

Now:

  • I add UM #1
  • I add Article X adding a reference to UM #1
  • If I try to remove UM #1 I need to raise an error, actually UM #1 is marked as deleted and the Article X contains the reference to the deleted record on UM.

Thank you

Showing 21 to 23 of 23 entries