I got few tables storing some information. Users are allow to click on the title of the information and then view the details.
I want to retrieve and display a list of “Most Popular” (links with the most hits) links in the homepage, but I never come across things like this so I wonder how can I do that.
Note: I am using ASP.NET MVC 3 with database ADO.NET + Entity Model
If possible, I prefer solution using jquery or maybe LINQ. Hope can get some advices here… Thanks!
Seems like there is no one providing a “proper” way to do this.
I will use an additional to store the count and increment it everytime the View is displayed. Thanks!