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) 编辑

Introducing to UDDI Services

摘要: Microsoft UDDI Services安装步骤:(Windows Server 2008, IIS7,SQL2008, VS2008+SP1,UDDI Services in BizTalk2009)ideally steps are:1. Install UDDI2. In UDDI MMC do the following: a. Configure the publisher's g... 阅读全文

posted @ 2009-08-30 22:22 Utopia Coming 阅读(278) 评论(0) 推荐(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 阅读(1208) 评论(0) 推荐(1) 编辑

导航