vote up 1 vote down star
1

This is clearly subjective, but also interesting I think.

I find that some WCF features (like hosting and transport independence) make it useful even for non-conventional scenarios (where by "conventional" I mean service oriented environment and architectures).

For example, more than once, when was developing application servers, I've used WCF as mean of communication for the administration consoles I released to administer the applications. And there is at least another non conventional use I've implemented in the context of an application server.

Did someone agree? Which are, if any, the non conventional implementation you've done with WCF?

flag
This is a discussion not a question. – cletus Oct 6 at 16:35
This discussion probably has some value, but it's clearly not a question. Make it a community wiki at a minimum. – Anderson Imes Oct 6 at 19:23

closed as not a real question by cletus, Ken White, Samuel Carrijo, marc_s, sth Oct 7 at 23:58

2 Answers

vote up 0 vote down

One app that I worked on was a distributed testing app which tested load and functionality of another application. Instances of the testing app were hosted on multiple servers and WCF was used to synchronize them and initiate or stop the testing sequence.

I also think the some of the P2P chat examples using WCF are interesting and show the flexibility of the framework...

link|flag
vote up 0 vote down

I've used WCF to file stream audio and video, but now that I've checked Google it looks like other people had the same idea :)

link|flag

Not the answer you're looking for? Browse other questions tagged or ask your own question.