Dennis van der Stelt

The most votes generally drown out the best votes

Community

News

  • Addicted to Refactor! Pro

Email Notifications

I read...

I Use...

Tags

Recent Posts

Archives

Browse by Tags

All Tags » WCF (RSS)
AppFabric : Configuration binding extension could not be found.
I have recently installed the Windows Azure AppFabric SDK because I’m writing an article for the Dutch .NET Magazine. Problem is I try to do everything in Visual Studio 2010 these days, just because it’s so cool to have something that’s...
"Add service reference" is disabled
In Visual Studio 2008 you can right-click a project and choose for "Add service reference" to create a proxy class for your web service. WCF preferred, of course. But for some reason, the Visual Studio team disabled it when you're in debug...
Hosting a WCF service in a Windows Service
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 console application for our client. In this post I'll explain...
WCF and MSMQ
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 unbelievable how easy this is....
Mobile development
Two weeks ago Mike Schroepfer, a Mozilla developer, announced that they'll launch a version of Firefox that can be run mobile devices. If you own a Windows Mobile device, you're probably craving for a better browsing experience, just like I am...
Class-A Summer Classes become Winter Classes
As I really enjoyed giving the Summer Classes a few weeks ago, the first ever real .NET 3.5 class world wide, I'm really pleased to announce the Winter Classes. Although the date hasn't even been set, we're planning it around the end of January...
WCF serving AJAX troubleshooting
I hope in the RTM you'll get more help solving your WCF Ajax problems then I currently get, because I'm getting mad from time to time. In my quest for getting things to work, I learned some stuff I wanted to share. Read: have a checklist for myself...
Just to late: WF & WCF beta 2 samples
Arrgh, these come out just a day or two too late. But that's life when you're always one step ahead. ;) WF & WCF samples http://www.microsoft.com/downloads/details.aspx?familyid=2611a6ff-fd2d-4f5b-a672-c002f1c09ccd&displaylang=en&tm...
Summer Class .NET 3.5, preparation
As said before , we're currently on location at the "middle of nowhere", creating material for the upcoming .NET 3.5 Summer Class . We're having a blast, creating slides and hands on labs until way past midnight. I'm busy with the...
WCF Test Client
Two things that should've been there since WCF v1. My colleague Alex Thissen already blogged about the WCF Library projects and the service host that comes with it. In beta 2 there's a new test client that'll connect to your service and will...
WCF Simple Example
On my WCF Introduction post I received a trackback to an example that should be really simple to start WCF with. I'm not here to judge the post (although I could ;-), but it got me thinking. Although I created some small posts on how WCF works, together...
WCF Part 7 : Bindings
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 to the service. In other words, how we connect is described by the binding...
WCF Binding decision chart
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 wsHttpBinding if you had to use interop. But you might need to use...
WCF Part 6 : Address
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 of your service, especially when you start combining options. But I'll discuss the...
Display WCF host details; code snippet
Because I'm doing presentations, demos and the WCF article series , I host a lot of WCF services inside a console application. Console applications are great for demonstrating something really quickly. When hosting a WCF service in a console application...
More Posts Next page »