Browse by Tags
All Tags »
WCF (
RSS)
Sorry, but there are no more tags available to filter with.
Download and read a pattern and practice pdf book - guide: Improving Web Services Security: Scenarios and Implementation Guidance for WCF . Thanks to guys from Microsoft Patterns and Practices it is a must have coockbook for WCF.
Every ASP.NET developer used to utilize aspnet-regiis.exe to register ASP.NET on IIS. With .NET 3.0 WCF came alike tool ServiceModelReg.exe which purpose is to register WCF service model on IIS (doing changes to .config files, HTTP modules and handlers...
Damir, in his Self-Hosting of WCF Services , writes about advantages and disadvantages of self-hosting WCF services. His conclusion is that you should not use self-hosting services in Enterprise or Production scenarios. And I agree on that - at least...