您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. Professional ADO.NET 3.5 with LINQ and the Entity Framework

  2. This book concentrates on hands-on development of practical Windows and Web applications that demonstrate C# and VB programming techniques to bring you up to speed on LINQ technologies. The first half of the book covers LINQ Standard Query Operators
  3. 所属分类:C#

    • 发布日期:2009-11-04
    • 文件大小:12mb
    • 提供者:chy_chan
  1. Pro Entity Framework 4.0

  2. Chapter 1: Introducing the ADO.NET 4.0 Entity Framework..................................1 Chapter 2: The Entity Data Model ........................................................13 Chapter 3: The Entity Data Model Inside and Out...............35 C
  3. 所属分类:C#

    • 发布日期:2010-03-26
    • 文件大小:18mb
    • 提供者:godghdai
  1. ASP.NET.3.5.Website.Programming_Problem-Design-Solution

  2. Sharpen your ASP.NET 3.5 skills as you develop a real-world website The ASP.NET 2.0 version of this book was the first to introduce experienced ASP.NET 2.0 programmers to building a web application with a layered approach. Now updated for ASP.NET 3.
  3. 所属分类:C#

    • 发布日期:2010-04-28
    • 文件大小:7mb
    • 提供者:foxy18
  1. Professional ADO.NET 3.5 with LINQ and the Entity Framework

  2. Book Descr iption Professional ADO.NET 3.5 with LINQ and the Entity Framework LINQ and the Entity Framework are revolutionizing .NET database programming. With this book as your guide, you’ll discover how to leverage these cutting-edge query and obj
  3. 所属分类:C#

    • 发布日期:2010-11-09
    • 文件大小:8mb
    • 提供者:ForrestSun
  1. Programming Entity Framework Code First

  2. Microsoft’s principal data access technology, ADO.NET Entity Framework, has had two major releases as part of the .NET Framework. NET 3.5 brought us the first version of Entity Framework, which is covered in the first edition of Programming Entity F
  3. 所属分类:Web开发

    • 发布日期:2013-08-23
    • 文件大小:4mb
    • 提供者:barelee
  1. SharpDevelop v4.4.0 Build 9722

  2. 该版本已经支持Frameworks 4.5.1啦, 是2013.12.23刚刚发布的版本。 安装界面虽然是英文的, 不过只要点几个Next就可以装完。装完之后点击菜单Tools->Options 就可以看到中文的选项了。 SharpDevelop 是一个用于制作C#或者VB.NET的项目而设计的一个编辑器,同时,这个编辑器本身就是使用C#开发的,而且公开了全部源代码,因此这个工具本身也是学习C#以及软件开发规范的一个很好材料。 SharpDevelop 这个轻型的开发工具支持多种程序语言
  3. 所属分类:C#

    • 发布日期:2013-12-28
    • 文件大小:13mb
    • 提供者:ouyongke
  1. Getting Started with Entity Framework 6 Code First using MVC 5

  2. Getting Started with Entity Framework 6 Code First using MVC 5
  3. 所属分类:Web开发

    • 发布日期:2014-04-27
    • 文件大小:4mb
    • 提供者:md990
  1. Entity Framework入门教程

  2. 非常适合入门EF的童鞋学习的EF教程。 EF框架step by step(1)—Database-First EF框架step by step(2)—Model-First EF框架step by step(3)—Code-First EF框架step by step(4)—DBcontext应用于已存在数据库 EF框架step by step(5)—处理实体简单属性 EF框架step by step(6)—处理实体complex属性 EF框架step by step(7)—Code Firs
  3. 所属分类:C#

    • 发布日期:2014-05-19
    • 文件大小:602kb
    • 提供者:dersak
  1. Getting Started with Entity Framework 6 Code First using MVC 5

  2. Getting Started with Entity Framework 6 Code First using MVC 5
  3. 所属分类:C#

    • 发布日期:2015-01-20
    • 文件大小:4mb
    • 提供者:magic108
  1. Getting Started with Entity Framework 6 Code First using MVC 5 SourceCode

  2. Getting Started with Entity Framework 6 Code First using MVC 5 SorceCode
  3. 所属分类:C#

    • 发布日期:2015-01-20
    • 文件大小:538kb
    • 提供者:magic108
  1. Entity Framework Code First Succinctly(Syncfusion,2014)

  2. Object/Relational mappers (ORMs) exist to bridge a gap between object-oriented programming (OOP) and relational databases. At the expense of being less specific, ORMs abstract away database-specific technicalities and hide from you, the OOP develope
  3. 所属分类:C#

    • 发布日期:2015-03-20
    • 文件大小:2mb
    • 提供者:vanridin
  1. Code-First.Development.with.Entity.Framework.1784396273

  2. Take your data access skills to the next level with Entity Framework About This Book Learn how to create, retrieve, update, and delete the data in a relational database using .NET Choose from an array of examples in C# and VB.NET that showcase the k
  3. 所属分类:C#

    • 发布日期:2015-05-28
    • 文件大小:2mb
    • 提供者:ramissue
  1. Getting Started with Entity Framework 6 Code First using MVC 5

  2. By a complete project to present how to develop code using entity framework 6 and mvc 5.0
  3. 所属分类:C#

    • 发布日期:2015-08-20
    • 文件大小:4mb
    • 提供者:robertyuzj
  1. Getting Started with Entity Framework 6 Code First using MVC 5 源代码

  2. Getting Started with Entity Framework 6 Code First using MVC 5 源代码。
  3. 所属分类:C#

    • 发布日期:2015-09-01
    • 文件大小:537kb
    • 提供者:robertyuzj
  1. Entity Framework源代码

  2. Entity Framework 7 (EF7) provides a familiar developer experience to previous versions of EF, including LINQ, POCO, and Code First support. EF7 also enables access to data across relational and non-relational stores. EF7 is much more lightweight tha
  3. 所属分类:C#

    • 发布日期:2015-09-17
    • 文件大小:2mb
    • 提供者:imzhchl
  1. Code-First Development with Entity Framework

  2. Chapter 1: Introducing Entity Framework Chapter 2: Your First Entity Framework Application Chapter 3: Defining the Database Structure Chapter 4: Querying, Inserting, Updating, and Deleting Data Chapter 5: Advanced Modeling and Querying Techniques Ch
  3. 所属分类:SQLServer

    • 发布日期:2015-12-27
    • 文件大小:7mb
    • 提供者:xiaogang0809
  1. C#-Programming Entity Framework Code First.pdf

  2. Microsoft’s principal data access technology, ADO.NET Entity Framework, has had two major releases as part of the .NET Framework. NET 3.5 brought us the first version of Entity Framework, which is covered in the first edition of Programming Entity F
  3. 所属分类:C#

    • 发布日期:2016-04-12
    • 文件大小:5mb
    • 提供者:liqiang198272
  1. [英文]Getting Started with Entity Framework 6 Code First using MVC 5

  2. Getting Started with Entity Framework 6 Code First using MVC 5
  3. 所属分类:C#

    • 发布日期:2017-01-03
    • 文件大小:4mb
    • 提供者:jasonwuhc
  1. Programming Entity Framework Code First By Julia Lerman

  2. 有史以来,关于Entity framework讲解的最透彻,清晰的书籍,本书重点在于讲解EF的关系,表,CRUD的实现,无操作环境的买哦书.作者是Julia Lerman,你在网络上搜索entity framework后,看到的很多非常棒的讲解内容,很大可能作者就是Julia Lerman,本书值得推荐,想学EF的同学,速来. 下面为该书的目录: CHAPTER 1 Welcome to Code First CHAPTER 2 Your First Look at Code First CH
  3. 所属分类:C#

    • 发布日期:2017-12-25
    • 文件大小:4mb
    • 提供者:rooer
  1. Entity-Framework-5.0-Code-First

  2. 所属分类:C#

    • 发布日期:2016-06-20
    • 文件大小:146kb
    • 提供者:qq_27785023
« 12 3 »