8. January 2011
xhinker
WCF
1. Add net.tcp binding Right click Site name-> Edit binding 2. Enable Protocols Click Web Application name-> Advanced Settings
11. October 2010
xhinker
WCF
Simplified Configuration, so many things are altered in WCF4, the most and debatable change is the new configuration. a. With WCF4, by default, we are no longer need to add attribute to contracts.Unless we want to setup RESTful services then we have to add a [WebGet] or [WebInvoker] attribute. b. *....
[More]