Archive | January, 2010

Building a Basic Web Server Using WCF

In my last post, I talked about how WCF actually can handle a lot more than basic web service communication. Today, I’m going to take that a little further, by showing you how you could build a very basic web server on top of WCF.
If you are familiar with ASP.NET, you have probably heard of [...]

Tags: ,

Message: The Most Important WCF Class

Even fairly experienced WCF programmers may never have had to deal with this little gem, however, it is the single most important class in the WCF framework. Why is that? Because the message class provides the fundamental abstraction which represents all data sent or received from any WCF endpoint.
Key Parts
There are four key parts to [...]

Tags: , ,

Back in Action

It’s been over a year since the last time I wrote a blog post. Been living WCF 24/7 since then and people keep telling me to start blogging again. So today, I’m finally going to give in.