asked on
ASKER
ASKER
C# is an object-oriented programming language created in conjunction with Microsoft’s .NET framework. Compilation is usually done into the Microsoft Intermediate Language (MSIL), which is then JIT-compiled to native code (and cached) during execution in the Common Language Runtime (CLR).
TRUSTED BY
I don't know of any automated tool that can figure out the concepts behind the design of your COBOL system so that those concepts can be translated into objects and you can have a properly designed object-oriented system. The best tool for that is the human brain which needs to analyze the reasons behind the COBOL code, come up with a decent OO design and than convert the COBOL into the newly designed C# or VB.NET system.