This document discusses various data access technologies in .NET including DataSet/DataReader, nHibernate, LINQ to SQL, Entity Framework, ADO.NET Data Services, and their roles in layered architectures. It provides overviews of each technology, how they fit into LINQ, and recommendations for when to use each one based on scenarios like database support needs, object-relational mapping requirements, and access through services.