Category: Windows Communication Foundation (WCF)

  • How to warm-up SharePoint or other web applications and WCF (SOAP) services with PowerShell

    There are many reasons you might want to warm-up a web application occasionally. It can be after a fresh deployment or on a regular basis after recycling application pools. Some times you might also need to warm-up SOAP services without going through front-end. It might seems to be any easy task specially if you have…

  • MEX vs WSDL

    Since I have answered this question a few times now I decided to write a post about it. maybe it helps some others who have the same question: “What is the difference between MEX and WSDL as a meta-data description for WCF service” and probably the next question: “When we should prefer one to the other?”…