How to get Entity Framework 4.2 without Nuget?
问题 We need to get hold of Entity Framework 4.2 to test out the SQL generation in 4.2. Unfortunately, our development environment does not allow us to use Nuget. Is there any way to get EF4.2 binaries so that we can test it out? 回答1: Could you use something like the NuGet Package Explorer (not a part of NuGet)? http://npe.codeplex.com/ Or, you may be able to download it directly: http://packages.nuget.org/v1/package/download/entityframework/4.2.0.0 回答2: If your development environement doesn't