﻿# Oldie but goodie...threads in ASP.NET

<datetime class="hidden">2004-01-31T00:00</datetime>
<!-- category -- mostlylucidcouk, Imported, ASP.NET, C#, Software Development -->

I have recently been having a look at threading in ASP.NET, found [this excellent article](http://msdn.microsoft.com/msdnmag/issues/03/06/Threading/default.aspx) from June 2003 which is a pretty good introduction to the whole thorny issue. Also found a useful example from the 'always worth a look' [C# Corner](http://www.c-sharpcorner.com)...[here](http://www.c-sharpcorner.com/Code/2002/Mar/MultiThreadPortScannerTLam.asp)