zoukankan      html  css  js  c++  java
  • Entity Framework 6.0 Tutorials(1):Introduction

    以下系统文章为EF6.0知识的介绍,本章是第一篇

    原文地址:http://www.entityframeworktutorial.net/entityframework6/introduction.aspx

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

    Entity Framework 6.0 Introduction:

    Welcome to Entity Framework 6 Tutorials section. Here, you will learn about the new features introduced in Entity Framework 6.0 with Visual Studio 2012.

    Entity Framework 6.0 has introduced many new exciting features for Database-First (designer) and Code-First approaches.

    Features for Database First (Designer) and Code-First Both:

    • Connection resiliency
    • Asynchronous query and save
    • Code-based configuration
    • Database command logging
    • Database command interception
    • Dependency Resolution
    • DbSet.AddRange/RemoveRange
    • Better Transaction Support
    • Pluggable pluralisation and singularization service
    • Testability improvements
    • Creating context with an open connection
    • Improved performance and warm-up time

    Features for Code-First:

    • Custom conventions
    • Insert, update & delete stored procedures for entity CUD operation
    • Index attribute (EF 6.1)
    • Multiple context per database
    • Nested entity types
    • Custom migration operations
    • Configurable migration history table

    Visit MSDN for detailed information on EF 6.x.

    Click Next to learn some features of Entity Framework 6.x.

  • 相关阅读:
    LabVIEW-水仙花数
    NRF51822自学笔记(一) 流水灯
    机器学习第四次作业
    4.K均值算法--应用
    机器学习第三次
    机器学习第二次专业
    算符优先分析
    自下而上语法分析
    递归下降语法分析
    LL(1)文法的判断,递归下降分析程序
  • 原文地址:https://www.cnblogs.com/purplefox2008/p/5649502.html
Copyright © 2011-2022 走看看