Entity Framework Tutorial--Overview

Source: Internet
Author: User

Entity Framework Foundation

This textbook will teach you how to use the Entity Framework, and we will use Entity Framework 6.0 and Visual Studio 2012.

The following table is a major version of the Entity Framework

Version Function
EF 3.5 Provides database first functionality
EF 4.0 POCO (Plain old CLR Object/poco) support, lazy loading, testability improvements, customizable code generation, and Model first workflows.
EF 4.1 In the first release on NuGet, this release includes the simplified DbContext API and the Code primary workflow. EF 4.1.1 Fixes some of the vulnerabilities in EF 4.1
EF 4.3 The EF 4.3 release includes the new Code first migration feature, which allows the database created by code first to be incrementally changed with the evolution of the code first model. EF 4.3.1 Fixes some of the vulnerabilities in EF 4.3
EF 5.0 EF is officially open source. This release introduces some new features, including enumeration support, table-valued functions, spatial data types, and various performance improvements. The Entity Framework designer in Visual Studio 2012 also supports using multiple diagrams for each model, coloring shapes on the design surface, and bulk importing stored procedures.
EF 6.0 The latest version of EF includes the latest features such as code first, asynchronous queries and insertions, and more.

For more information on the EF version, see MSDN

Entity Framework Tutorial--Overview

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.