ADO.NET Entity Framework Beta3 now available

Download the Entity Framework Beta 3 runtime and the Entity Framework Tools CTP 2. This release works with the RTM releases of Visual Studio 2008 and the .NET Framework 3.5. There are tons of new features – get more information from https://www.microsoft.com/presspass/press/2007/dec07/12-06EntityBeta3PR.mspx

The ADO.NET Entity Framework is designed to enable developers to create data access applications by programming against a conceptual application model instead of programming directly against a relational storage schema. The goal is to decrease the amount of code and maintenance required for data-oriented applications.

We have documentation here and some samples to learn from here