// archives

API

This tag is associated with 1 posts

Here’s a clue that your API stinks

I was doing some development recently using Rocky Lhotka’s excellent CSLA framework.  This framework lets you easily connect multiple tiers of an application with HTTP Web Services, WCF, Remoting, or Enterprise Services (you can even change transports just by changing your config files – cool!).  In my case, I was using WFC, and I had occasion to change a value in the config file.

The next thing you know, i was looking at this error box.