Browse by Tags
All Tags »
Entity Framework Samples (RSS)
Sorry, but there are no more tags available to filter with.
This new sample builds on top of System.Data.OracleClient and showcases some techniques a provider writer targeting databases different from SQL Server can use. The code is not meant for production, just a sample directed to provider writers. It has also
Read More...
Just to get the news out: The updated version of the Entity Framework Sample Provider that is compatible with .NET 3.5 SP1 Beta is now available in our Code Gallery page . From the description: The Sample Provider wraps System.Data.SqlClient and demonstrates
Read More...
Samir, a developer in the Data Programmability Team started blogging today . He also published a sample application with a unique feature: It can switch between Entity Framework and LINQ to SQL for persistence. He actually uses a Strategy Pattern (my
Read More...