2009年9月1日

Linq to SQL 学习路线图

摘要: LINQ to SQL1 Linq基础1.1 Lamada ExpessionAllow the definition of anonymous methods using moreconcise syntax.delegate int del(int i);del myDelegate = x => x * x;int j = myDelegate(5); //j = 25public i... 阅读全文

posted @ 2009-09-01 10:54 Utopia Coming 阅读(502) 评论(1) 推荐(0) 编辑

2009年8月31日

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 阅读(963) 评论(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 阅读(537) 评论(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 阅读(1989) 评论(2) 推荐(0) 编辑

[转贴]技术的乐趣

摘要: 在中国的技术圈子里,流行着这样一种说法:过了三十五岁,就一定得改行。在技术飞速发展的今天,只要稍不留神,就会掉下队来。因此,诸多技术工作者在仔细权衡利弊之后,终于还是决定跳离技术这个是非之地,将工作机会让给那些更青春更朝气的年轻一辈们。 当然,还是有相当一部分的技术从业人员对这种说法很不以为然。一方面,技术工作的人际关系相对简单,这对于不喜欢权术政治的人来说,无疑有很大的吸引力。有位朋友曾经跟我... 阅读全文

posted @ 2009-08-31 14:28 Utopia Coming 阅读(168) 评论(0) 推荐(0) 编辑

Master Data Management(MDM)主数据管理

摘要: 主数据管理应用框架图 MDM主数据管理单一可信数据视图ODS运营数据存储企业智能数据分析EDW企业数据仓库企业智能数据分析主数据管理应用网上介绍了很多主数据的概念,太抽象了。根据这些天的理解我模拟出一个应用主数据管理的场景。我们以银行为例,在银行中有很多系统,比如“信用卡”“个人信贷”“个人储蓄”等等。这些是不同的应用系统,一... 阅读全文

posted @ 2009-08-31 01:01 Utopia Coming 阅读(1216) 评论(2) 推荐(0) 编辑

Unity应用

摘要: 0、Unity应用0、Unity应用11 1、控制倒转IoC(Inversion of Control)21.1 工厂模式22 2、依赖注入DI(Dependency Injection)42.1 BuildUp手动注入43 1、基础使用步骤43.1 1、建立容器43.2 2、将接口与类的映射注册到容器中43.2.1 RegisterType43.2.2 RegisterInstance(默认单例... 阅读全文

posted @ 2009-08-31 00:52 Utopia Coming 阅读(1444) 评论(0) 推荐(1) 编辑

2009年8月30日

Introducing Unity Application Block

摘要: Unity Block学习笔记1 What's Unity?1.1 轻量DI容器1.1.1 traditional1.1.1.1 constructor1.1.1.2 setter1.1.1.3 interface1.1.2 Unity 扩展1.1.2.1 property1.1.2.2 method call1.2 与其他EntLib的差异1.2.1 可独立安装的DI机制1.2.2 解决DI的途... 阅读全文

posted @ 2009-08-30 23:10 Utopia Coming 阅读(640) 评论(0) 推荐(0) 编辑

C#2.0 C#3.0 语言特性

摘要: C#2.0 语言特性范型Generics使类或方法获得类型参数变得功能强大。委托Delegates可以封装一个或多个方法的类,可以理解为方法的接口delegate void SimpleDelegate();delegate int ReturnValueDelegate();delegate void TwoParamsDelegate( string name, int age );//Del... 阅读全文

posted @ 2009-08-30 22:43 Utopia Coming 阅读(450) 评论(0) 推荐(0) 编辑

有特色的出版社图书封面

摘要: 几个出版社的图书封面,让我们一眼就看书是哪个公司的书!Wrox 公司 封面全是 作者照片Wrox的图书之所以有这样的影响,主要源于其一贯坚持的“由程序员为程序员而著(Programmer to Programmer)”的创作理念。在这种理念的指导下,Wrox出版了几百本深受全世界程序员青睐的优秀编程类图书,内容涉及C、C++、PHP、Oracle、SQL Server、Ja... 阅读全文

posted @ 2009-08-30 22:32 Utopia Coming 阅读(579) 评论(0) 推荐(0) 编辑

导航