Category: .NET Framework 3.0
This topic is covered in multiple posts Creating simplest solution with default endpoints (you’re reading it right now) Manually adding and configuring the endpoints More to come… It’s been a long, long time since...
I love ClickOnce, automated builds and a lot more Microsoft stuff. Unfortunately not for everything there is a simple solution. I ran into a new problem today. I was playing around with certificates, signed...
In my last post I explained how you could use WCF and MSMQ to respond to messages asynchronously. We’ve setup a class library with our service, a console application for our host and a...
It’s been a while since I blogged about one of my favorite topics, Windows Communication Foundation. In this article I’ll explain how you can use MSMQ with WCF to really process messages asynchronously. It’s...
I really love [wikipedia:ClickOnce], because it removes the necessity to build a web application. In my years as a developer, I can’t count the projects that were web based, simply because of the deployment...
Update : This post was updated and is much more explaining in this post, WCF Simple Example in Visual Studio 2010 On my WCF Introduction post I received a trackback to an example that...
Recently Anko Duizer started a discussion inside Class-A about Windows Workflow Foundation, specifically about state machine workflow vs. sequential workflow. One point of discussion was why in (almost) every presentation out there, the sequential workflow...
As I’ve been pretty busy, it’s been a while since my last post in the WCF series. But let’s have a look at bindings now. A binding will tell a client what’s necessary to connect...
A while ago I saw this decision chart to help choose a WCF default binding. Unfortunately I cannot remember where it came from. The problem I had with it was that you could only reach...
We’ll return once again to the WCF ABC and in this part we’ll examine what we can do with the address of our service. There are many options on how to specify the address...
Recent Comments