0
votes
Play Audio from a Stream using C#
I haven't tryed it from a WebRequest, but both the Windows Media Player activex and the MediaElement (from WPF) components are capable of playing and buffering mp3 streams.
I use it to pla …
4
votes
Tag Cloud in C#
Building a tag cloud is, as I see it, a two part process:
First, you need to split and count your tokens. Depending on how the document is structured, as well as the language it is written …
0
votes
WCF service unable to load referenced assemblies from the GAC
One thing you could try is using the fully qualified assembly name of your service. It is my understanding that when dealing to the GAC, that's the only way to go.
Apart from that, you coul …
