This video will introduce you to LINQ to SQL, a feature built into Visual Studio that allows you to generate classes out of a SQL Server database. This way, instead of querying the database with brittle SQL statements, you query strongly typed objects with LINQ.