ASP.NET output caching

http://stevenharman.net/blog/archive/2006/05/13/Custom_Output_Caching_in_ASP.NET.aspx

Tip/Trick: Implement "Donut Caching" with the ASP.NET 2.0 Output Cache Substitution Feature

"For anyone interested in seeing the above in some real code, subText uses this very technique to cache several of the user controls needed to render the UI..." - http://subtextproject.com/


LINQ to SQL datapaterns and FAQ

How-To: Common Data Patterns with LINQ to SQL
http://blog.jemm.net/articles/databases/how-to-common-data-patterns-with-linq-to-sql/

Frequently Asked Questions (LINQ to SQL)
http://msdn2.microsoft.com/en-us/library/bb386929.aspx

Agile database techniques

Track and record database schema versions
http://www.ibm.com/developerworks/library/wa-dbversion/index.html

LINQ helper tools

LINQPad lets you interactively query SQL databases in a modern query language: LINQ.  Kiss goodbye to SQL Management Studio!
http://www.linqpad.net/

Visual LINQ Query Builder
http://code.msdn.microsoft.com/vlinq/

Storing Binary Data to Database

http://www.beansoftware.com/ASP.NET-Tutorials/Binary-Files-To-Database.aspx