随笔分类 - 设计
设计
摘要:前言 如果你创建一个SQL表关系图,你就会得到许多好处。 据说最重要的好处是保护你的数据的完整性, 除了数据库,还有另一个巨大的好处:SQL表关系图使用 许多 对象/关系映射器 创建一个结构化的对象模型,例如Linq2Sql & ADO.NET实体框架都是新建的 对象/关系映射器,而这其中的关系就是你的对象模型,相当于一个数据库。因此你可以在SQL Management Studio 以及 Vis...
阅读全文
摘要:不难看出,经常见到Scott Guthrie所用的的Visual Studio主题就是Oren Ellenbogen's Dark Scheme主题。Oren Ellenbogen's Dark SchemeA lot of the darker schemes like Oren's don't use a True Black, but an "off black." His theme is very low contrast and uses muted, relaxing colors.Mike "Blowmage&quo
阅读全文