Is there a strategy to back-port C# code?
- by ianmayo
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