Security in SOA

Summer School - Security in SOA[gigya width="425" height="355" src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=summer-school-090702235033-phpapp01&stripped_title=summer-school-security-in-soa" quality="

Source Code of WCF

Reference Source of WCF is available here : http://referencesource.microsoft.com/netframework.aspx

Comparison Of Different Channels In WCF

Few months back, we did some measurement of different WCF channel to get the precise idea about the performance in the different channel stack. Following is the definition of the environment: 1. WCF

Inside Static Constructor (.cctor)

The primary objective of using a static constructor (also known as, type constructor, class constructor or .cctor) is to initialize static members of a type, or performing some operations, which seems to be