In this article I will demonstrate the efficiency of using the Generic List. Keep in mind that this is a precursor to the more elegant features of the List<T> but mandatory in understanding its elegance.
Read More
About 2 years ago I stumbled upon the little gem known as the Generic List. To be specific; System.Collections.Generic.List. It is my hope after your done reading this series of articles that you will come to stop using the bloated ADO.Net objects and start writing efficient code. Stick with me to find out!
Read More
If you read the internet and all of the websites dedicated to Asp.Net you will inevitably read about the wonders of the DataGrid, DataList, and Repeater controls. While each of these has its place, if you are only displaying data there is a much faster and more efficient means to do so.
Read More