After hundreds apply, how do you get through that first round? What brings people to click that “reject” button in 30 seconds or less? Every job is different and when it comes down to a few applicants it’s a tough call, but the first hundred get cut through with a machete.
SQLCommand
Using a stored procedure is the best way to interact with a database. I’ll use an example from the Dilithium Networks TCAN system (case.aspx).
Executing Asynchronous Functions from ASP.NET
Don’t make your users wait unnecessarily. For example, a page where you generate a PDF and send it to someone else. Hand the job off to an asynchronous process and move on.