Studio JB Asp.Net Articles

Studio JB Asp.Net Articles are the digital frustrations of John Belthoff's web development journeys.

A Plethora of Cockamamie Asp.Net Clap Trap
I am creating this article because whenever I start a new project from scratch, I always forget about the small things that we all do to get started.
Published Oct 21, 2009 - 0 Replies
Improving Website Performance With The List<T>
In this article we will take a look at a few of the performance benefits of using the Generic List, (List<T>), as opposed to the Ado.Net objects like the DataSet, DataTable, etc.
Published Oct 19, 2009 - 0 Replies
List<T> Grabbing Data for Speed
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.
Published Oct 17, 2009 - 0 Replies
The Wonderful World of List<T>
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!
Published Oct 16, 2009 - 0 Replies
Optimizing Your Asp.Net Pages For Faster Loading And Better Performance
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.
Published Oct 16, 2009 - 0 Replies
Upgrading to ASP.Net 2? Why Your Website Might Stop Working When You Do
What to do when: The application attempted to perform an operation not allowed by the security policy. To grant this application the required permission please contact your system administrator or change the application's trust level in the configuration file.
Published Mar 18, 2006 - 0 Replies