Is there a strategy to back-port C# code?

Posted by ianmayo on Stack Overflow See other posts from Stack Overflow or by ianmayo
Published on 2010-04-07T10:30:19Z Indexed on 2010/04/07 10:33 UTC
Read the original article Hit count: 239

Hi all, I intend using the Argotic framework in support of a .Net Atom server. Unfortunately my target server (over which I have no control) only has .Net 1.1 - any the Argotic library is only in .Net 2 and 3.5.

So, I now need to back-port the code to 1.1.

Can anybody provide any strategic tips for this undertaking?

I'm aware of the merits of using Unit Tests to verify the ported code (here).

  • should I be looking for automated tools?
  • should I just import the code into VS2003 .Net 1.1 project and work through the compiler warnings?

Any tips appreciated.

cheers, Ian

© Stack Overflow or respective owner

Related posts about .NET

Related posts about c#