Posts by Maycon Amorim • 33 points
2 posts
-
2
votes1
answer79
viewsQ: List most frequent items in the database using LINQ
I would like to list on the screen, like a ranking, the most frequent items in the database table through its name, for example: John appears 6 times; Joseph appears 4 times; Mary appears 1 time.…
-
0
votes1
answer203
viewsQ: Differentiate list of items shown in the View using "Individual User Account" Asp.Net MVC 5
I don’t have much practice in programming and am creating a system of registering items like movies, books, games, etc. for a college job. The problem is that I need to use a user manager system so…