In this chapter, you'll learn:
How to define the data model, how to write code for CRUD operations, and how to validate data.
In this comprehensive 10-part tutorial you'll learn how to use the Entity Framework with ASP.NET MVC, including filtering, paging, working with related data, and concurrency.
This Pluralsight video shows how to work with the Entity Framework.
This Pluralsight video shows you how to validate and map data.
This tutorial illustrates how to use attributes from the System.ComponentModel.DataAnnotations namespace to specify validation for individual fields in the data model.
This tutorial illustrates how to implement remote validation in ASP.NET MVC
Collection of information about the Microsoft ADO.NET Entity Framework, which is an Object/Relational Mapping (ORM) framework that enables developers to work with relational data as domain-specific objects, eliminating the need for most of the data access plumbing code that developers usually need to write.
See "Working with data and the Entity Framework" and "Validation" in the ASP.NET MVC Content Map.
This topic provides links to documentation resources about how to access data in ASP.NET web applications, primarily by using the Entity Framework and SQL Server.