摘要:Inheritance Strategy in Code-First: We have seen in the Code First Conventions section that it creates database tables for each concrete domain class. 阅读全文
Entity Framework Code-First(7):Inheritance Strategy
2016-07-05 16:19 by 追忆似水流年, 231 阅读, 0 推荐, 收藏, 编辑Entity Framework Code-First(6):Database Initialization
2016-07-05 16:18 by 追忆似水流年, 236 阅读, 0 推荐, 收藏, 编辑
摘要:Database Initialization: We have seen that Code First creates a database automatically in the Simple Code First Examplesection. Here, we will learn ho 阅读全文
Entity Framework Code-First(5):Code First Conventions
2016-07-05 16:11 by 追忆似水流年, 280 阅读, 0 推荐, 收藏, 编辑
摘要:Code First Conventions: We have seen how EF Code-First creates DB tables from domain classes in the previous section. Here, we will learn about defaul 阅读全文
Entity Framework Code-First(4):Simple Code First Example
2016-07-05 16:05 by 追忆似水流年, 189 阅读, 0 推荐, 收藏, 编辑
摘要:Simple Code First Example: Let's assume that we want to create a simple application for XYZ School. Users of this School application should be able to 阅读全文
Entity Framework Code-First(3):Setup Environment
2016-07-05 16:03 by 追忆似水流年, 159 阅读, 0 推荐, 收藏, 编辑
摘要:Setup Development Environment for EF Code-First: Let's setup the development environment for Code-First before starting on it. Install the following t 阅读全文
Entity Framework Code-First(2):What is Code-First?
2016-07-05 16:02 by 追忆似水流年, 141 阅读, 0 推荐, 收藏, 编辑
摘要:What is Code-First?: Entity Framework introduced Code-First approach from Entity Framework 4.1. Code-First is mainly useful in Domain Driven Design. W 阅读全文
Entity Framework Code-First(1):Introduction
2016-07-05 16:01 by 追忆似水流年, 132 阅读, 0 推荐, 收藏, 编辑
摘要:Entity Framework Code-First: Learn Entity Framework Code-First in simple step-by-step tutorials. These tutorials cover all the features of Entity Fram 阅读全文
Entity Framework:Code-First Tutorial开篇
2016-07-05 15:59 by 追忆似水流年, 187 阅读, 0 推荐, 收藏, 编辑
摘要:这个系列文章是关于Entity Framework Code-First的英文系列文章,内容不错,每篇一个主题知识点介绍,特转载过来 原文地址:http://www.entityframeworktutorial.net/code-first/entity-framework-code-first. 阅读全文
深入理解CSS中的margin负值
2016-04-16 12:55 by 追忆似水流年, 174 阅读, 0 推荐, 收藏, 编辑
摘要:原文出处:http://www.cnblogs.com/xiaohuochai/p/5314289.html 阅读全文
深入理解CSS浮动
2016-04-16 11:38 by 追忆似水流年, 153 阅读, 0 推荐, 收藏, 编辑
摘要:原文地址:http://www.cnblogs.com/xiaohuochai/p/5243735.html 阅读全文