How to port a C#.net .dll to siverlight for more platform independence?
- by Gulshan
I have coded a dll library using the basic utilities of C#. But for platform independence, I want to port it to silverlight. Is it possible? If possible, then how to do it?
Or do you guys have any other suggestion?