Browse by Tags

All Tags » WCF (RSS)
WCF, as you probably know, can be a hugely flexible, but equally complicated beast. The domain knowledge stretches from the .NET stack to identity management, encryption and transport. “Out of the box”, it’s pretty straight forward,...
Posted by Nathan Pledger | 3 comment(s)
Filed under: ,
Working with web sites, web pages, web services and web clients has until recently been very much a synchronous operation, which is despite the very asynchronous nature of the web. Synchronous programming techniques are linear in operation in that process...
Posted by Nathan Pledger | with no comments
Filed under: ,
I'm working on improving the performance of my current web application project at various points. As I had already planned for a WCF interface for third-party use, I thought I'd utilise that, exposing objects as JSON-serialized strings usable...
Posted by Nathan Pledger | 8 comment(s)
Filed under: , ,
I'm beginning to see why people dislike WCF. I'm working on using WCF to feed an AJAX TreeView, and demos of it are FAST. However, in my debugging on my dev server I bumped into the exception: "There can be at most one address per scheme...
Posted by Nathan Pledger | 6 comment(s)
Filed under:
Hello again, long time no write. I must apologise for my absence, I have been involved in a fairly large personal project which occupied the very little remaining intellectual capability I have left after my day job - not to mention time. What I learned...