Posts by Giovane Coelho • 31 points
1 post
-
3
votes2
answers319
viewsQ: How to scroll through an enumerable list and check if the property repeats in the list during foreach turns
I have a list (IEnumerable) called People that contains the properties Id, Datanasc, etc... I need to bring this data to a listview in the html using the Razor (or it can be outside the cshtml page,…