About
This blog is mostly about my work, but expect an occasional home project, productivity tip and tooling review.Search
Categories
- Conference (21)
- Development (208)
- Security (17)
- Test (32)
- Tooling (166)
- Uncategorized (168)
Most used tags
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
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
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
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
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 architecture, azure, Cloud, service oriented architecture, servicecontract, serviceimplementation, WCF, zero to hero
Leave a comment