malaikuangren

What is the purpose or drive to build thing like (xxx),How can it achieve the original goal of design?
上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 27 下一页

2012年6月28日

Begin Example with Override Encoded SOAP XML Serialization

摘要: The process for overriding XML serialization of objects as SOAP messages is similar to the process for overriding standard XML serialization. For information about overriding standard XML serialization, seeHow to: Specify an Alternate Element Name for an XML Stream.To override serialization of objec 阅读全文

posted @ 2012-06-28 22:31 malaikuangren 阅读(514) 评论(0) 推荐(0) 编辑
Beginning Guide With Controlling XML Serialization Using Attributes(XmlSerializaiton of Array)

摘要: refered to :http://msdn.microsoft.com/en-us/library/2baksw0z(v=vs.80).aspxAttributes can be used to control the XML serialization of an object or to create an alternate XML stream from the same set of classes. For more details about creating an alternate XML stream, seeHow to: Specify an Alternate E 阅读全文

posted @ 2012-06-28 14:39 malaikuangren 阅读(278) 评论(0) 推荐(0) 编辑
How to: Specify an Alternate Element Name for an XML Stream

摘要: Using theXmlSerializer, you can generate more than one XML stream with the same set of classes. You might want to do this because two different XML Web services require the same basic information, with only slight differences. For example, imagine two XML Web services that process orders for books, 阅读全文

posted @ 2012-06-28 13:02 malaikuangren 阅读(608) 评论(0) 推荐(0) 编辑

2012年6月27日

How to: Begin Sample with Serialization and Deserialization an Object

摘要: To serialize an object, first create the object that is to be serialized second set its public properties and fields. third you must determine the transport format in which the XML stream is to be stored, either as a stream or as a file. For example, if the XML stream must be saved in a permanent fo 阅读全文

posted @ 2012-06-27 21:59 malaikuangren 阅读(248) 评论(0) 推荐(0) 编辑

2012年6月26日

How and Why to use the System.servicemodel.MessageParameterAttribute in WCF

摘要: MessageParameterAttributeMSDN note:Controls the name of the request and response parameter names. Cannot be used withMessageor message contracts.The MessageParameterAttribute, part of System.ServiceModel, is used to control thename of parameter and return values in the service description. This attr 阅读全文

posted @ 2012-06-26 15:57 malaikuangren 阅读(304) 评论(0) 推荐(0) 编辑

2012年6月25日

A Test WCF Service without anything of config.

摘要: Firstly .I am a fresh man of WCF . Maybe something i done looks like easy for you .but if you have any comments for me . i will be appreciated for that . thank u .Recently when i was writing something simple enough WCF server testing program.in my console app. firstly i had to add system.ServiceMode 阅读全文

posted @ 2012-06-25 00:31 malaikuangren 阅读(303) 评论(0) 推荐(0) 编辑

2012年6月24日

How to: Publish Metadata for a WCF Service.(What is the Metadata Exchange Endpoint purpose.)

摘要: MSDN Note:Publishing Service MetadataWindows Communication Foundation (WCF) services publish metadata by publishing one or more metadata endpoints. Publishing service metadata makes the metadata available using standardized protocols, such as WS-MetadataExchange (MEX) and HTTP/GET requests. Metadata 阅读全文

posted @ 2012-06-24 17:17 malaikuangren 阅读(2164) 评论(0) 推荐(0) 编辑

2012年6月21日

State Machine Terminology

摘要: State Machine TerminologyThis section defines the state machine vocabulary used throughout this topic.ActionA description of an activity that is to be executed at a given moment.StateA situation in which a state machine can execute some actions and/or waiting for some events to occur.Entry ActionAn 阅读全文

posted @ 2012-06-21 23:19 malaikuangren 阅读(340) 评论(0) 推荐(0) 编辑
Workflow 4.0 Hosting Extensions

摘要: Dear Readers,To those of you who found this post interesting, but still a little too vague on how exactly you can use extensions for workflow-host communications, how this ties in with bookmarking, or what might be involved in implementing your own custom Send/Receive semantics in a workflow activit 阅读全文

posted @ 2012-06-21 22:36 malaikuangren 阅读(383) 评论(0) 推荐(0) 编辑
What can we do in the CacheMetaData Method of Activity

摘要: from :http://blogs.msdn.com/b/tilovell/archive/2010/02/06/nativeactivity-cachemetadata-for-fun-and-profit.aspxAfter readingBasic Activity Schedulingand starting to write subclasses of NativeActivity, you may start running into a bunch of really weird or downright incomprehensible error messages. Som 阅读全文

posted @ 2012-06-21 18:35 malaikuangren 阅读(2044) 评论(0) 推荐(0) 编辑
上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 27 下一页