Monday, March 2, 2009

ADO.NET Entity Framework

Interested in creating an N Layered application, then you might be interested in using ADO.NET's new Entity Framework. Its free. It basically creates you the Data Access Layer once you connect to your Database. Right now it supports only SQL server, but they have released a sample Framework for Oracle as well. If you want to learn more use the following links below.

Getting started with Entity Framework

Sample Entity Framework Provider for Oracle

Another interesting link i have come across in this title is

Managing Entity Framework ObjectContext lifespan and scope in n-layered ASP.NET applications

Hope you will find this useful.

No comments:

Post a Comment