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.
See http://msdn.microsoft.com/en-us/library/26thfadc.aspx. I would go for option 1. In most cases it will be less work and produce better performance, assuming that you use Fortran for number crunching.