Coding Grounds
Compilation of different programming projects I amuse myself with.
Sunday, 26 May 2013
Creating a WCF ServiceBehavior to enforce HTTPS
›
The following code will enforce your WCF Services to use HTTPS: using System; using System.ServiceModel; using System.ServiceModel.Descri...
Monday, 13 May 2013
Creating an assembly aware DataContractResolver in WCF
›
If you have coded some in WCF, you will sooner or later have experienced the issue where you want to derive a data contract and create a WCF...
3 comments:
Sunday, 12 May 2013
Creating a web enabled service via ServiceHostfactory in WCF
›
This article will explain how a service host factory can create a webenabled service in WCF. Obviously, you should consider extending this S...
1 comment:
‹
›
Home
View web version