Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

need some help with DynamicProxyFactory, i am creating a small app with WCF [C#], need to dynamically generate the proxy classes at run time.

I am not able to find any good page on how to use it!

Thanks, Aadi

share|improve this question

1 Answer

up vote 1 down vote accepted

Have you read this?

http://blogs.msdn.com/b/vipulmodi/archive/2006/11/16/dynamic-programming-with-wcf.aspx

share|improve this answer
Thanks! I had seen it earlier too, but just now managed to get it working! – Aadi Droid May 31 '11 at 7:40

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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