ADO.NET Entity FrameworkThis how-to video series is focused on the ADO.NET Entity Framework. The Entity Framework is the preferred method of data access for .NET applications, supporting strongly-typed access through LINQ. The Entity Framework also allows developers to program against a conceptual model that reflects application logic rather than a relational model that reflects the database structure. The Entity Framework can also be used from an ASP.NET application through the Entity Data Source. Getting Started/Basics Videos Using ADO.NET Entity Framework with WPF Applications Specific Topics |