zoukankan      html  css  js  c++  java
  • Entity Framework Tutorial Basics(1):Introduction

    以下系列文章为Entity Framework Turial Basics系列

    http://www.entityframeworktutorial.net/EntityFramework5/entity-framework5-introduction.aspx

    ----------------------------------------------------------------------------------------------------------------------------

    现在介绍第一篇

    Basics of Entity Framework

    You will the learn basics of Entity Framework using step by step tutorials in this section. We will use Entity Framework 6.0 and Visual Studio 2012 for all the basic tutorials covered in this section.

    The following table lists all the important versions of Entity Framework.

    EF VersionIntroduced Features
    EF 3.5 Basic O/RM support with Database First approach.
    EF 4.0 POCO Support, Lazy loading, testability improvements, customizable code generation and the Model First approach.
    EF 4.1 First to available in the NuGet, Simplified DBContext API over ObjectContext, Code First approach. EF 4.1.1 patch released with bug fixing of 4.1.
    EF 4.3 Code First Migrations feature that allows a database created by Code First to be incrementally changed as your Code First model evolves. EF 4.3.1 patch released with bug fixing of EF 4.3.
    EF 5.0 Announced EF as Open Source. Introduced Enum support, table-valued functions, spatial data types, multiple-diagrams per model, coloring of shapes on the design surface and batch import of stored procedures, EF Power Tools and various performance improvements.
    EF 6.0 - Current release EF 6.0/6.1 is the latest release of Entity Framework. It includes many new features related to Code First & EF designer like asynchronous query & save, connection Resiliency, dependency resolution etc.

    Visit MSDN for detailed information on EntityFramework Version History.

    Visit Code-First Tutorial to learn about EF code-first model from scratch.

    Prerequisites: Basic knowledge of .Net Framework, C#, Visual Studio and MS SQL Server is required.

    Audience: Basic tutorials are helpful for anyone who doesn't know anything about Entity Framework and would like to learn it from scratch.

  • 相关阅读:
    [HNOI2007]最小矩形覆盖
    Java实现第十届蓝桥杯质数
    Redo current损坏
    [学习笔记]计算几何
    delete noprompt archivelog 报错ORA-00245,RMAN-08132
    [学习笔记]CDQ分治
    Java实现第九届蓝桥杯耐摔指数
    RAC RMAN 备份 RMAN-03009 ORA-19504 ORA-27040 RMAN-06012 channel c3 not allocated 错误分析
    [学习笔记]树套树
    RMAN-03002、RMAN-06059
  • 原文地址:https://www.cnblogs.com/purplefox2008/p/5648725.html
Copyright © 2011-2022 走看看