随笔分类 -  translation

设计模式学习总结2 - 创建型2 - Builder生成器模式
摘要:Builder生成器模式(创建型)作用:Builder生成器模式将生成复杂对象的具体过程和它的构造函数分离开,同样的构造过程可以实例出不同的对象。RoleThe Builder pattern separates the specification of a complex object from its actual construction. The same construction pro... 阅读全文

posted @ 2010-02-28 21:20 Utopia Coming 阅读(1371) 评论(1) 推荐(0)

ORM工具介绍 NHibernate, EntitySpaces, and LLBLGen Pro 功能分析
摘要:The three alternatives that I want to briefly discuss are NHibernate, EntitySpaces, and LLBLGen Pro.I am going to focus on the qualities of a good ORM tool,the criteria are as follows:三种ORM工具是:NHibern... 阅读全文

posted @ 2009-08-31 23:07 Utopia Coming 阅读(995) 评论(0) 推荐(1)

MEF(Managed Extensibility Framework ) 可控扩展框架
摘要:MEF(Managed Extensibility Framework )可控扩展框架MEF provides a standard way for the host application to expose itself and consume external extensions. Extensions, by their nature, can be reused amongst dif... 阅读全文

posted @ 2009-08-31 14:55 Utopia Coming 阅读(563) 评论(0) 推荐(1)

[转贴]What is Anti-Pattern 什么是反模式
摘要:An Anti-Pattern is a pattern that tell you how to go from a bad solution.Contrast to an ameliorative pattern,which is a pattern that tells how to go from a bad solution to a good solution.反模式:告诉你在开发、设... 阅读全文

posted @ 2009-08-31 14:38 Utopia Coming 阅读(2059) 评论(2) 推荐(0)

LINQ to SQL(LTS) vs Entity Framework(EF)
摘要:Chapter 12 inPro LINQ Object Relational Mapping with C# 2008 Vijay P. Mehta APressLINQ to SQL (LTS) vs the Entity Framework(EF)Now that you have seen LTS and EF in action, it is time to look at the st... 阅读全文

posted @ 2009-08-30 22:09 Utopia Coming 阅读(1236) 评论(0) 推荐(1)

导航