Click here to Skip to main content
15,920,630 members
Articles / Web Development / HTML

Generic ListHelper Class - .NET 4.5

Rate me:
Please Sign up or sign in to vote.
5.00/5 (1 vote)
15 Jul 2015CPOL3 min read 8.7K   53   5  
This tip will show how to sort a list of a particular class type from a SqlDataReader object by dynamically creating a lambda expression to carry out the process of sorting the list.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior)
United States United States
I am a Sr. Software Developer with over 20 years experience. I started programming in C++, moved to VB4 (while it was in Beta), and have eventually found myself programming in C#. I have experience creating and designing both Windows and Web applications, as well as Web Services and databases.

Comments and Discussions