Ever done a total rewrite of a large C++ application in C#? [closed]
Have you thought about instead of re writing from scratch you should start to separate out the GUI and back end layer if it is not already, then you can start to write pieces of it in C#. the 250,000 lines were not written overnight they contains hundreds of thousands of man years of effort, … Read more