Welcome to Catalyst Blogs Sign in | Join | Help

August 2007 - Posts

Catalyst Method
At Catalyst, we typically engage in 'solutions' projects. That is, a customer has a need, we fill that need by doing the entire project: in depth requirements gathering, specs, architecture, PM, and dev. This whole process creates a lot of documentation Read More...
WCF performance vs Java stacks
Steve Maine has a great summary post over here about how WCF stacks up against WebSphere/EJB. Summary of the summary: WCF is a lot faster than the competition. Reason: the guys who lead the performance effort on WCF were great teachers. They helped all Read More...
Networking Virtual PC 2007 with Windows Server 2008
I'm sharing this in case someone else runs into the same issue. I setup Windows Server 2008 June CTP in a Virtual PC 2007 VM this evening. I couldn't get it to see my network. Finally, I found this combination worked: 1. Tell Virtual PC which network Read More...
Accessing a WCF Service from SilverLight
I’ve been playing around a lot with the SilverLight 1.1 Alpha bits. I’m finally acquiring some knowledge of XAML and how it works—don’t expect anything amazing from me on this front for a long time. I have been trying to acquire some knowledge of how Read More...
How do MessageEncoderBindingElements fit into a Binding?
There is this misconception amongst WCF users that MessageEncoderBindingElements actually create a channel in a WCF channel stack. This is just wrong. I’ve seen the idea that MessageEncoders are channels published in books, discussed the issue with users, Read More...
Vista WCF Development on HTTP
As a Vista user and supposed 'good influence' on my fellow developers, I've been strongly resisting the urge to turn off the User Account Control when doing development. So far, so good. One area that almost had me was developing WCF services that listen Read More...
Use cases for WSDualHttpBinding (and duplex contracts in general)
Arun Gupta recently asked what the use cases are for WSDualHttpBinding over here . To save you some time, his article notes (correctly) that the binding exposes some WSDL that is WCF specific, using Microsoft namespaces. I've got no issues here. He then Read More...