malaikuangren

What is the purpose or drive to build thing like (xxx),How can it achieve the original goal of design?

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 阅读(381) 评论(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) 编辑