Web design, SQL, and .NET for the young, up-and-coming developer - Dot Net Yuppie �� » .NET
Web design, SQL, and .NET for the young, up-and-coming developer Dot Net Yuppie

Simple .NET Benchmarking

March 21st, 2010

While code optimization is a controversial topic, curiosity often gets the best of me and I want to know which method of doing something in VB.NET is more efficient.

Read the rest of this entry »

There’s nothing more amateur than displaying a big, yellow unhandled exception page for a .NET application. Professionally done ASP.NET websites need adequate error handling and recording. It’s not enough to catch exceptions and display a friendly error page — you need to record any unhandled errors so that they can be fixed.

Read the rest of this entry »