Author Archives: erictummers

Unknown's avatar

About erictummers

Working in a DevOps team is the best thing that happened to me. I like challenges and sharing the solutions with others. On my blog I’ll mostly post about my work, but expect an occasional home project, productivity tip and tooling review.

Call WCF on NetTcpBinding from anonymous website

Our project uses WCF services hosted on multiple machines. The binding used can be chosen from predefined options. One of the options is NetTcpBinding. A website hosted in IIS with anonymous authentication is used to consume the WCF service. When … Continue reading

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

Goals for 2015

Last year was great for me with speaking at SDC as a high. This year I want to set some goals to get more focus on them next to my work in progress page. More community Things like writing on … Continue reading

Posted in Uncategorized | Tagged | 1 Comment

Week 3 roundup

Last week recap and links: Xamarin Test Cloud Video Series: Uploading Test Scripts and Viewing Mobile Test Results. Gave me a good impression of the Test Cloud. Octopus deploy did a blogpost on the Azure Tentacle VM extension. Started using … Continue reading

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

ApplicationPool creation in Metabase with Csharp

In our project we create IIS application pools from code. For this we connect to the metabase with DirectoryEntry. This is COM and the exceptions are ridiculous somewhat cryptic. Below is code to create an Application Pool. The comments describe … Continue reading

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

My Trello scripts are on GitHub now

Visit my github page here http://github.com/erictummers. Feel free to use the sources. Pull requests are welcome. Let me know what you think. Continue reading

Posted in Tooling | Tagged , | 4 Comments