Skip to main content

All Questions

Tagged with
3 votes
2 answers
659 views

Creating WCF Services using Dynamic Languages and DLR

I was curious how anyone would go about creating WCF based services using a dynamic language like IronPython or IronRuby. These languages do not have the concept of interfaces. How would someone ...
Perpetualcoder's user avatar
2 votes
1 answer
966 views

Best way to unit-test WCF REST/SOAP service while dynamically generating stubs

I have a webservice written with WCF 4.0 that exposes REST and SOAP functions, and I want to set up my unit tests so that as I work on my web services I can quickly test by having the test framework ...
James Black's user avatar
  • 41.8k