上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 19 下一页

2008年4月23日

Assembly Essence-- 程序集深入探讨:程序集结构及部署

摘要: 深入介绍了Assembly的内部机构,Assembly的两种部署方式等 阅读全文

posted @ 2008-04-23 17:21 飞天舞者 阅读(592) 评论(0) 推荐(0) 编辑

how to sign an assembly with a strong name & how to create a pair key怎样通过强名给程序集签名以及如何创建钥匙对?

摘要: 什么是Strong name?怎样通过Strong name给Assembly进行digital signature? 阅读全文

posted @ 2008-04-23 16:40 飞天舞者 阅读(1716) 评论(0) 推荐(0) 编辑

the Differences between abstract class & interface in C#接口和抽象类的区别

摘要: abstract class and interface in C# look like much, but sometimes they get the similiar use. However, there are still much differences between them. here we go. 抽象类和接口初看上去很象,但是还是有很多区别的。 a) I... 阅读全文

posted @ 2008-04-23 10:14 飞天舞者 阅读(462) 评论(0) 推荐(0) 编辑

2008年4月22日

Data Contract of WCFWCF之数据协议

摘要: what is contract什么是数据协议 In the abstract, all the WCF provides for is the ability to host and expose native CLR types as servies, and the ability to consume services as native CLR interfaces and cl... 阅读全文

posted @ 2008-04-22 11:01 飞天舞者 阅读(566) 评论(1) 推荐(0) 编辑

2008年4月18日

C#2.0中的泛型基础介绍

摘要: 泛型简介 泛型是C#2.0最为强大的特点之一。泛型使得我们定义类型安全(type-safe)的数据结构。因为我们可以重用数据处理的算法而无需关注数据的特定类型,从而提高开发效率和代码质量。从观念上讲,泛型类似欲C++中的模板,但是他们的实现和功能却有着很大的不同。 泛型问题描述 假设一种常用的数据结构,例如stack,他提供的经典method比如push和pop。 当我们想要开发... 阅读全文

posted @ 2008-04-18 14:40 飞天舞者 阅读(309) 评论(0) 推荐(0) 编辑

How to get MetaData on client side in WCF?如何在客户端获取WCF service的元数据

摘要: 1.Why do we need to get the metadata on client side? Sometimes the client need to programmatically verify whether a particular endpoint (identified by its address) supports a particular contract/o... 阅读全文

posted @ 2008-04-18 10:15 飞天舞者 阅读(405) 评论(0) 推荐(0) 编辑

2008年4月17日

Operation Overloading in WCF

摘要: 1. Is operation overloading valid in WCF? overloading means that two methods with the same name but with different parameters. e.g., the following is a valid C# interface definiton: interface ... 阅读全文

posted @ 2008-04-17 16:52 飞天舞者 阅读(252) 评论(0) 推荐(0) 编辑

Endpoint

摘要: What is Endpoint Every service is associated with an address that defines where the service is. a binding that defines how to communicate with the service, and a contract that defines what the ser... 阅读全文

posted @ 2008-04-17 10:07 飞天舞者 阅读(378) 评论(0) 推荐(0) 编辑

2008年4月16日

Endpoint-Contracts

摘要: In WCF, all services expose constracts. The contract is a platform-neutral(平台无关的) and standard way of describing what the service does. WCF defines four types of contracts. Service contracts Desc... 阅读全文

posted @ 2008-04-16 11:27 飞天舞者 阅读(282) 评论(0) 推荐(0) 编辑

Endpoint--Binding

摘要: 1.What is Bindings? There are multiple aspects of communication with any given service. There are many possible communication patterns:synchronousely/asynchronousely, bidirectional(双向),durabl... 阅读全文

posted @ 2008-04-16 10:57 飞天舞者 阅读(411) 评论(0) 推荐(0) 编辑

上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 19 下一页

导航

For more information about me, feel free email to me winston.he@hotmail.com