A have a lot of code written in FORTRAN 77. I want start developing with c# using that code. What should I do?
- Import FORTRAN DLLs into managed code
- Convert the code
For each of the options, could you please tell me how to do it. Is there any performance problem with first one?
Thank you.