實體框架發布揭秘 (Entity Framework Releases Demystified)


問題描述

實體框架發布揭秘 (Entity Framework Releases Demystified)

I am starting up working with the Entity Framework and I am seeing several versions. 

In looking at blog posts I am finding reference to:

  • Entity Framework Feature CTP 4
  • Entity Framework Feature CTP 5 (few references to this, so it may not really exist)
  • Entity Framework 4.0
  • Entity Framework 4.1

Can someone tell me what order these go in and which ones are contained in others (for example are the features for Entity Framework Feature CTP 4 in Entity Framework 4.1?).

‑‑‑‑‑

參考解法

方法 1:

Entity Framework 4.0 was released with .NET 4.0

in late February, Entity Framework 4.1 went RTM. It isn't a new version of EF4 but just an add‑on

CTP4 and CTP5 are just public betas of EF4.1 released before the RTM went live.

As far as I know, EF4.1 is CTP5.

Here you can read the changes from CTP4 to CTP5: http://blogs.msdn.com/b/adonet/archive/2010/12/10/code‑first‑mapping‑changes‑in‑ctp5.aspx

方法 2:

http://thedatafarm.com/blog/data‑access/ef4‑books‑and‑ef‑4‑1/

http://blogs.msdn.com/b/adonet/archive/2011/04/11/ef‑4‑1‑released.aspx

(by VaccanoKralizekMajor Productions)

參考文件

  1. Entity Framework Releases Demystified (CC BY‑SA 3.0/4.0)

#Version #entity-framework-4.1 #entity-framework #entity-framework-4






相關問題

XCode4 Organizer - 由於 CFBundleVersion 錯誤,應用程序驗證失敗 (XCode4 Organizer - App fails validation due to CFBundleVersion error)

如何避免編譯iOS 4.0提供的常量,並內置到iOS 3.1的設備中 (How to avoid compiling the constant which is provided in iOS 4.0, and build into the device with iOS 3.1)

如何從 CLI 中查找 php 中內置模塊的版本號 (how to find the version numbers of built in modules in php from the CLI)

Tài liệu trực tuyến Ruby / GSL cho phiên bản sai? (Ruby/GSL online documentation for wrong version?)

如何配置我的 SBT 以使用帶有指定插件的插件? (How to configure my SBT to use a plugin with a specified plugin?)

安裝舊版本的 Python 以在 Mac OS X 上進行測試 (Install older versions of Python for testing on Mac OS X)

檢測/指紋手機品牌和型號的替代方法? (Alternative way to detect/fingerprint phone make and model?)

實體框架發布揭秘 (Entity Framework Releases Demystified)

android SDK 版本之間的差異 (Difference between android SDK versions)

如何檢索顯示上游狀態的 git 版本信息 (How do I retrieve git version info showing upstream state)

嘗試使用 get-PnPFile 從 OneDrive 獲取文件的所有版本時找不到文件 (File not found trying to get all versions of a file from OneDrive using get-PnPFile)

獲取.Net Core 3.1 單文件可執行版本號 (Get .Net Core 3.1 single-file executable version number)







留言討論