Posts by Renan Gonzales • 11 points
2 posts
-
0
votes2
answers452
viewsA: LINQ (LAMBDA) How do I add another list of objects to my Where? c#
I managed to solve the problem. The way a list can be iterated over another, is by using the "Any()" function of the second list, within the condition of the first. Fiddle with the problem solved:…
-
1
votes2
answers452
viewsQ: LINQ (LAMBDA) How do I add another list of objects to my Where? c#
Good afternoon, I’m running a C# Net Core application, using lambda for database context handling. I have one question, and that is: I have a list of objects with these two attributes: Name and…