Posts Tagged ‘EFSampleProvider’
Sample Provider for Entity Framework 4.0 is available
Posted by Jarek Kowalski in Entity Framework on May 24th, 2010
Today Entity Framework team released an update to Sample Provider for Entity Framework 4.0. The provider is intended to be an example for ADO.NET provider writers but can also be used and hacked upon by everyone interested in the inner workings of an EF provider.
The sample can be downloaded from MSDN Code Gallery. It is licensed under Microsoft Public License (Ms-PL). EFQuerySamples includes additional examples of configuring and using the sample provider.
Using EF Oracle Sample Provider with EDM Designer
Posted by Jarek Kowalski in Entity Framework on October 24th, 2008
Many people are asking if it is possible to use EFOracleProvider with EDM Designer in Visual Studio 2008 SP1. […]
Sample Entity Framework Provider for Oracle
Posted by Jarek Kowalski in Entity Framework on June 23rd, 2008
I wanted to let you know that we have just released Sample Entity Framework Provider for Oracle on MSDN Code Gallery.
http://code.msdn.com/EFOracleProvider
The provider is implemented using essentially the same technique as EFSampleProvider, but targets System.Data.OracleClient […]