Top Posts of 2008

by Ira 31. December 2008 17:27
In a look back at what I have put up this year, here are the posts that have been most frequently visited: LINQ Distinct, a DataTable and the IEqualityComparer<T> Using Database Projects for Visual Studio Custom Entity Classes Using LINQ to SQL (Series) Implementing Interfaces: ICloneable and IComparable ASP.NET Ajax, JQuery & JSON Date Serialization There you have it! I hope that these articles have helped. I have had a lot of fun this year, my first year blogging. It is ve... [More]

Tags: ,

Other

SQL Server Side Paging With A Validated Dynamic Order By

by Ira 12. December 2008 17:48
So this is what it has come to anymore. Everyone is all about server side paging via SQL Server. As well they should be! It is so much faster and more efficient than having ADO or ADO.NET bring back a ton of records and then chop it to page it. However, there has always been some problems when trying to accomplish this task, especially using a SQL database that is pre 2005. This task is easier to accomplish in SQL 2005 and 2008 using the ROW_NUMBER() function. The part that gets flaky is having a dynamic o... [More]

Tags: ,

Database | SQL

Powered by BlogEngine.NET 1.5.0.7
Theme by Mads Kristensen

About Me

IraIra
I'm just another developer from Florida.

 

Sponsors

Disclaimer

The opinions expressed herein are my own personal opinions and do not represent my employer's view in anyway.

All code samples on this website are free for download, use, and modification with no warranty nor any implied warranty. Liscensed by:

Creative Commons License
This work is licensed under a Creative Commons Attribution 3.0 United States License.