08 2014 档案

摘要:一、Modeling a Many-to-Many Relationship with No Payload1. 创建数据库表CREATE TABLE [Album]([AlbumId] [int] NOT NULL IDENTITY(1, 1),[AlbumName] [varchar] (50)... 阅读全文
posted @ 2014-08-17 22:52 海阔天空XM 阅读(495) 评论(0) 推荐(0) 编辑
摘要:Creating a Model from an Existing Database一、创建数据库 Chapter2USE masterGOCREATE DATABASE Chapter2GOUSE Chapter2GOCREATE TABLE [Meter]([MeterId] [int] NOT... 阅读全文
posted @ 2014-08-09 23:15 海阔天空XM 阅读(1047) 评论(0) 推荐(0) 编辑
摘要:一、准备工作1.开发工具 Visual Studio 20132.安装 Entity Framework 6 Tools for Visual Studio 2012 & 2013 来实现 Code First with Database工具下载:http://www.microsoft.com/e... 阅读全文
posted @ 2014-08-06 20:30 海阔天空XM 阅读(1516) 评论(1) 推荐(3) 编辑
摘要:1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Threading.Tasks; 6 7 namespace AsyncDem... 阅读全文
posted @ 2014-08-06 11:49 海阔天空XM 阅读(274) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示