James Johnson will present on ASP.NET MVC and Entity Framework. The presentation will include an overview of ASP.NET MVC and Entity Framework, demonstrations of how to use them, and things to watch out for when using them. Entity Framework provides an abstraction layer between the database and code and handles mapping objects to the database. It supports features like lazy loading, eager loading, and handling object contexts across application tiers. The presentation will also cover performing common data operations with Entity Framework like selecting, inserting, updating and deleting data.