About
This blog is mostly about my work, but expect an occasional home project, productivity tip and tooling review.Search
Categories
- Conference (21)
- Development (217)
- Security (19)
- Test (32)
- Tooling (175)
- Uncategorized (169)
Author Archives: erictummers
Match assemblies and PDB files
Part of our build process is to save the PDB files to a file share. This way we can debug the assemblies when needed. Without the correct PDB this is not possible, even with the sources available. Visual Studio matches … Continue reading
Week roundup
Last week recap and links: Xamarin test cloud included (60 mins) in every subscription Create blog header image with Canva 7 productivity tips. Use the right tool for the job. Image courtesy of kanate / FreeDigitalPhotos.net What are your best … Continue reading
Swapping SSD between Windows 8.1 and Mavericks
The diskspace on my MacBook was running out. I decided that my HP would had the give up his bigger SSD in favor of the MacBook. But now I was swapping disks from different size, different formatting and different OS. … Continue reading
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