Data Management

TH13 Using Code First (Code Only) Approach with the Entity Framework

12/08/2011

1:30 PM - 2:45 PM

Level: Introductory

Sergey Barskiy

Sergey Barskiy

Architect

Tyler Technologies

Sessions will include high level overview of Entity Framework and how various approaches to use it fit into application development lifecycle.  Then I will build POCO classes that entity framework can use to create database as well as perform CRUD operations against the database.  Various attributes that are included out of the box will be covered.  This will include columns constraints, relationships, etc. I will show you how ASP.ENT MVC 3 can utilize entity framework code first metadata to build automatic validation of user input.

You will learn:
• How to build data access layer with Entity Framework Code First
• About validation approaches using POCO classes
• Fluent API and attribute based configuration option