About
This blog is mostly about my work, but expect an occasional home project, productivity tip and tooling review.Search
Categories
- Conference (20)
- Development (208)
- Security (17)
- Test (32)
- Tooling (166)
- Uncategorized (168)
Most used tags
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
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 .NET, angularjs, asp.net, DEVOPS, event-sourcing, framework, fsharp, intellitrace, IoT, microservices, nservicebus, NuGet, Performance, powershell, service fabric, Techdays, WCF, Xamarin
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 atom, electron, Hyper-V, pubsub, roundup, visual studio code, WCF, Windows 10
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 1password, 2-step-authentication, Azurewebsites, powershell, roundup, structuremap, WCF
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