This document provides an overview and introduction to building effective web applications with ASP.NET 3.5. It discusses using data bound controls to generate the user interface and bind controls to different data sources. It also introduces LINQ as a general purpose query facility, its architecture and benefits. Examples are provided on using LINQ to query XML, objects, and SQL Server data. The document recommends additional resources for learning more about ASP.NET MVC, LINQ, and doing optional hands-on exercises.