Entity Framework Quick Start Overview

Advantage .NET Data Provider

  Previous topic Next topic  

This quick start will illustrate how to create a basic application using the ADO.NET Entity Framework and the Advantage Database Server.  It will retrieve data using LINQ after creating an Entity Data Model of an example database.

 

Quickstart Tasks

 

1.Create the sample database
2.Create the Entity Data Model
3.Display Records using LINQ

 

Additional Resources and Tutorials

Microsoft MSDN Entity Framework Getting Started Guide

Microsoft Entity Framework Quickstart