Code signing your app lets users trust that your app has been created by a source known to Apple and that it hasn’t been tampered with. All apps must ...
分类:
其他好文 时间:
2016-07-06 00:25:17
阅读次数:
292
MyBatis 本是apache的一个开源项目iBatis, 2010年这个项目由apache software foundation 迁移到了google code,并且改名为MyBatis 。 2013年11月迁移到Github,MyBatis的Github地址:https://github.c ...
分类:
其他好文 时间:
2016-07-06 00:08:52
阅读次数:
223
VS Code从零开始开发调试.NET Core 1.0 使用VS Code 从零开始开发调试.NET Core 1.0。 .NET Core 是一个开源的、跨平台的 .NET 实现。 VS Code 全称是 Visual Studio Code,Visual Studio Code是一个轻量级的跨 ...
分类:
Web程序 时间:
2016-07-06 00:03:43
阅读次数:
262
DocumentForEFCodeFirst 什麼是Code-First 實體框架從4.1版本開始引入Code-First方法。Code-First 主要應用在領域驅動設計.用Code-First方法,能夠讓你集中在領域設計并一开始就為你需要的領域對象創建類,而不是先設計你的數據庫然後在根據數據庫設 ...
分类:
其他好文 时间:
2016-07-06 00:00:11
阅读次数:
498
最近微软正式发布了.net code 和asp.net code。尝试了下在linux下.net code和asp.net code使用。 具体怎么使用.net code 和asp.net code 请大家阅读大内老A写的“通过几个Hello World感受.NET Core全新的开发体验". 这里 ...
分类:
其他好文 时间:
2016-07-05 23:58:15
阅读次数:
708
In the previous blog post you saw that there are three different approaches to representing an inheritance hierarchy and I explained Table per Hierarc ...
分类:
其他好文 时间:
2016-07-05 22:23:27
阅读次数:
269
以下三篇文章是Entity Framework Code-First系列中第七回:Entity Framework Code-First(7):Inheritance Strategy 提到的三篇。这三篇文章写的时间有点久远,还是在2010年,提到EF应该在4.1版本之前,使用的还是ObjectCo ...
分类:
其他好文 时间:
2016-07-05 22:21:42
阅读次数:
236
Inheritance with EF Code First: Part 3 – Table per Concrete Type (TPC) Part 1 – Table per Hierarchy (TPH) Part 2 – Table per Type (TPT) TPC and Entity ...
分类:
其他好文 时间:
2016-07-05 22:15:12
阅读次数:
259
参考链接:http://www.cnblogs.com/xd502djj/archive/2012/06/25/2561414.html Google Guice范例解说之使用入门 http://code.google.com/p/google-guice/ Google公司的Bob lee开发的轻 ...
分类:
其他好文 时间:
2016-07-05 20:32:41
阅读次数:
227
代码审查清单 常规项 代码能够工作么?它有没有实现预期的功能,逻辑是否正确等。 所有的代码是否简单易懂? 代码符合你所遵循的编程规范么?这通常包括大括号的位置,变量名和函数名,行的长度,缩进,格式和注释。 是否存在多余的或是重复的代码? 代码是否尽可能的模块化了? 是否有可以被替换的全局变量? 是否 ...
分类:
其他好文 时间:
2016-07-05 20:24:46
阅读次数:
219