Joined March 2013
·
Posted to
Pagination: You're (Probably) Doing It Wrong.
over 1 year
ago
For comments / tweets / etc. I'll prefer the most pragmatic solution every time over a more convoluted solution; if that means showing a comment (maybe) twice: so be it. The sinceid-method mentioned by thrashr888 works good for this kind of data also. For many other types of paginated data (customers / orders / etc. ) I even suggest not using pagination at all. I blogged about that not too long ago: http://robthree.blogspot.com/2012/12/about-pagination-of-data.html
Achievements
39 Karma
0 Total ProTip Views
Forked
Have a project valued enough to be forked by someone else
Lab 3
Have at least three original repos where C# is the dominant language
Lab
Have at least one original repo where C# is the dominant language
Charity
Fork and commit to someone's open source project in need
Set the datetime kind!
new System.DateTime(1970, 1, 1, 0, 0, 0, 0, DateTimeKind.Utc);