malaikuangren

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

2012年7月10日

Things that will impact concurrency & capacity behavior of WCF service (with simoultaneous client requests/connections)

摘要: http://blogs.msdn.com/b/stcheng/archive/2009/01/06/wcf-things-that-will-impact-concurrency-capacity-behavior-of-wcf-service-with-simoultaneous-client-requests-connections.aspx 阅读全文

posted @ 2012-07-10 14:56 malaikuangren 阅读(147) 评论(0) 推荐(0) 编辑

2012年7月9日

Understanding WCF Session

摘要: Member nameDescriptionAllowedSpecifies that the contract supports sessions if the incoming binding supports them.RequiredSpecifies that the contract requires a sessionful binding. An exception is thrown if the binding is not configured to support session.NotAllowedSpecifies that the contract never s 阅读全文

posted @ 2012-07-09 23:24 malaikuangren 阅读(271) 评论(0) 推荐(0) 编辑
3 ways to do WCF Concurrency Management(Single, Multiple, and Reentrant and How to do with Throttling)

摘要: Introduction and goalIn this article, we will concentrate on WCF concurrency and throttling. We will first try to understand what is WCF concurrency and the three important types of WCF concurrency. We will then see a small sample of WCF concurrency with Single and Multiple. We will then go through 阅读全文

posted @ 2012-07-09 02:15 malaikuangren 阅读(364) 评论(0) 推荐(0) 编辑
How many things do you really about .net framwork?

摘要: Chapter 1: Basic .NET Framework(B)What is an IL?(B)What is a CLR?(B)What is CTS?(B)What is a CLS (Common Language Specification)?(B)What is a Managed Code?(B)What is a Assembly?(A) What are the different types of Assembly?(B) What is NameSpace?(B) What is Difference between NameSpace and Assembly?(A 阅读全文

posted @ 2012-07-09 01:22 malaikuangren 阅读(200) 评论(0) 推荐(0) 编辑

2012年7月8日

Duplex Mode Message Exchange Model

摘要: Duplex pattern is one of the ways WCF Exchanges Message between Client and Server. by the way. the other two is one-way and request-reply. in somehow, Duplex pattern maybe base on the others . like msdn says:duplex pattern is characterized by the ability of both the service and the client to send me 阅读全文

posted @ 2012-07-08 15:25 malaikuangren 阅读(536) 评论(0) 推荐(0) 编辑

2012年7月7日

Using FaultContract

摘要: The Fault Contract sample demonstrates how to communicate error information from a service to a client. The sample is based on theGetting Started Sample, with some additional code added to the service to convert an internal exception to a fault. The client attempts to perform division by zero to for 阅读全文

posted @ 2012-07-07 22:21 malaikuangren 阅读(198) 评论(0) 推荐(0) 编辑
3 ways to create WCF Client(ChannelFactory)

摘要: There are 3 basic ways to create a WCF client:Let Visual Studio generate your proxy. This auto generates code that connects to the service by reading the WSDL. If the service changes for any reason you have to regenerate it. The big advantage of this is that it is easy to set up - VS has a wizard an 阅读全文

posted @ 2012-07-07 18:36 malaikuangren 阅读(970) 评论(0) 推荐(0) 编辑
3 ways to do WCF Message Exchange Model

摘要: One-Way Calls, Callbacks, And Eventshttp://msdn.microsoft.com/en-us/magazine/cc163537.aspxhttp://www.eggheadcafe.com/tutorials/wcf/b5ada8df-58c5-492f-b368-457b3a4f137c/notify-client-applications-using-wcf-callbacks.aspxhttp://www.dotnetcurry.com/ShowArticle.aspx?ID=721http://sonyarouje.com/2011/09/2 阅读全文

posted @ 2012-07-07 17:08 malaikuangren 阅读(153) 评论(0) 推荐(0) 编辑
3 ways to do WCF instance management (Per call, Per session and Single)

摘要: WCF service object instancing basicsIn a normal WCF request and response communication following sequence of actions takes place:-• WCF client makes a request to WCF service object.• WCF service object is instantiated.• WCF service instance serves the request and sends the response to the WCF client 阅读全文

posted @ 2012-07-07 17:05 malaikuangren 阅读(455) 评论(0) 推荐(0) 编辑
Do not apply "using" for the client---WCF Client

摘要: http://www.codeproject.com/Tips/197531/Do-not-use-using-for-WCF-Clients 阅读全文

posted @ 2012-07-07 15:34 malaikuangren 阅读(135) 评论(0) 推荐(0) 编辑
上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 27 下一页