Tagged Questions

0
votes
1answer
78 views

mongodb: how to get N last modified documents?

Each document has a date property which is updated with new MongoDate() whenever the document is modified. How one can get N last modified documents? But not since some specific date. Just N ...
0
votes
2answers
154 views

c# inline lambda - get rate with latest date

MVC ViewPage contains Users (intranet.Model.User). Each user may have one or more rates of pay represented in the model as intranet.model.User.UserRates. I need to be able to display the latest rate ...
0
votes
1answer
75 views

Wordpress : Latest Post by Date

How can I achieve something similar to this : http://anidemon.com/latest-episodes/ Latest Posts are organized under header of the Day. I don't care for the "View" count. How can I do this?