Posts by Jonathan Oliveira • 46 points
4 posts
-
0
votes1
answer44
viewsA: Filtering items in a products table
Itenstoras must contain the property Alceid, so you can check if the Tora is in the list TensToras, so will be your foreach foreach(var tora in listaToras) { if(listaItensToras.Any(x => x.AlceId…
-
0
votes1
answer25
viewsA: C# Entityframework - How to clear FK field?
Even if you allow null in the Fk property in the table, you have to inform the Ef core. public Guid? AgenteSalarioId {get: set:} This way Ef core will understand that it is possible to receive null…
-
0
votes1
answer45
viewsA: Access an array’s Indice value
In the method .each( it is possible to pick up the position of the array index and value it contains value. .each( function (index,value) In the first interaction index equal 0 and value equal…
-
0
votes1
answer44
viewsA: Relationship ASP.NET
Following its line of reasoning, an internal Ncsoaint may be related in one Ncunit as a person Terna and the other Ncunit as a manager. So that means that the internal Ncpeopleclass can have more…