I have two visual studio projects, one written in C#, another written in fortran unmanaged code ( Intel Fortran compiler). Both of them are attached to one solution.
The C# is the frontend winform, whereas the fortran project is the backend.
Is there any tutorials that teach on how to step into code direct from C#?