Tag Archives: WCF

WCF over net.tcp with server certificate: Identity check failing

We support using net.tcp and require our users to supply the certificate to use. The service works as long as the address and the DNS name of the certificate match. When using an other name (localhost, ip address) an MessageSecurityException … Continue reading

Posted in Development | Tagged | 2 Comments

Microsoft TechDays 2015

With all the new stuff Microsoft has presented at Build, pushed to Azure and is going to release, I just had to go to TechDays. After an amazing keynote about zombies in the AppStore, the future of monetization (micro payments) … Continue reading

Posted in Conference | Tagged , , , , , , , , , , , , , , , , , | 3 Comments

Week roundup

Last week recap and links: Visual Studio Code presented on Build, visual studio experience on all platforms thanks to Electron. WCF publish subscribe implementation on codeproject. A bit outdated, but a good use of the callback mechanism in WCF. Windows … Continue reading

Posted in Uncategorized | Tagged , , , , , , , | Leave a comment

Week roundup

Last week recap and links: Integrate Structuremap with WCF although from 2008, very usefull post Managing Azure WebSites from powershell. Script fails in the video and Scott helps get the demo back on track. Switching from Google Authenticator or Authy … Continue reading

Posted in Uncategorized | Tagged , , , , , , | Leave a comment

Reduce wait time with tasks

In our project we group multiple machines and request information from each one. Sometimes this takes very long. All machines are contacted in sequence. When one machine is offline the request will timeout in 10 seconds (default WCF behavior) This … Continue reading

Posted in Development | Tagged , , , | Leave a comment