Tag Archives: WCF

Notebook FanControl custom use

A user called Grantig on computerbase.de created the tool Notebook FanControl. It is written in C# and uses WCF for communication with a backend service. Using JustDecompile and the information from the config I managed to build my own front-end. … Continue reading

Posted in Development | Tagged , , | Leave a comment

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

Week 41 roundup

Last week recap and links: Changed the bindings to net.tcp in a WCF project using this post on codeproject. Installed Sandboxie this week. Runs programs in a sandbox. Used it for testing my own creations. Behind the app the story … Continue reading

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

WCF on demand protocol switching POC

WCF offers the ABC (address, binding, contract) to development and operations but what about the client? I’ve created a POC to let the client change the Address and Binding used for hosting a service. Source at the end of this … Continue reading

Posted in Development | Tagged , | Leave a comment

Migrate WCF to be hosted in Azure

One of the reasons I started this blog was to share my (work) experience and give back to the internet. On my last project I migrated WCF services to be hosted in Windows Azure. With the right structure in place this was shockingly easy. Continue reading

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