A checklist for improving execution time between .NET code and SQL Server. Anything from the basic to weird solutions is appreciated.
Code:
Chan
Run Profiler to measure the execution time of your queries. Check application logging for any deadlocks.