Hmm, what are your thoughts on implementing it as an extension method as seen here?
http://solidcoding.blogspot.com/2007/11/paging-with-linq.html My personal opinion is that the extension method reads more cleanly, are there any major functional differences between the two implementations that I'm missing? Perhaps a performance difference?
http://solidcoding.blogspot.com/2007/11/paging-with-linq.html
My personal opinion is that the extension method reads more cleanly, are there any major functional differences between the two implementations that I'm missing? Perhaps a performance difference?