Related resources for Object Oriented COBOL
  • Calling Procedural COBOL from VB.NET9/30/2012 4:45:23 AM. Many clients will have existing COBOL source code that they will want to use within the .NET Framework.
  • Calling Procedural COBOL from C#9/30/2012 4:26:44 AM. In a previous article we discussed how to call procedural based COBOL programs from VB.NET.
  • Utilizing COBOL Property in C#3/12/2010 1:16:12 AM. In another article we discussed the use of creating a COBOL interface class to interact between your existing COBOL applications and the languages in the .NET Framework. This article will review a new option for exposing those assets via the use of Properties.