Creating WCF Services using Dynamic Languages and DLR

Posted by Perpetualcoder on Stack Overflow See other posts from Stack Overflow or by Perpetualcoder
Published on 2010-04-26T16:12:33Z Indexed on 2010/04/26 16:13 UTC
Read the original article Hit count: 885

Filed under:
|
|
|

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 define service contracts? Would we need to rely on static languages for such kind of tasks? I am a big fan of Python in particular and would like to know if this can be done at this point.

© Stack Overflow or respective owner

Related posts about wcf

Related posts about dlr