2013年9月20日
摘要: Download source code - 39.1 KBTable of contentsIntroductionWCF service object instancing basicsPer call instance modeHow to implement WCF per call instancingPer session instance modeHow to implement per session instancingSingle instance modeHow to implement single instance modeWhen should you use pe 阅读全文
posted @ 2013-09-20 16:49 武胜-阿伟 阅读(274) 评论(0) 推荐(0) 编辑
摘要: Method overloading is the process of implementing Polymorphism in Object-Oriented Programming. A method can be overloaded on the basis of type of parameters, number of parameters, and an order of parameters.As we know, WCF code is always coded on OOP's based programming language so that it does 阅读全文
posted @ 2013-09-20 16:48 武胜-阿伟 阅读(517) 评论(0) 推荐(0) 编辑