Download Datasheet
Drastically reduce costs and boost performance. Tap new programming talent. Code using Microsoft® Visual Studio. Get free COBOL runtimes. Free your legacy code from the mainframe with NetCOBOL for .NET.
Visual Studio Project Manager
Visual Studio Editor
Windows® Forms Designer
Web Forms Designer
Building Applications
Debugging applications
Web Services
Runtime Environment Setup Utility
NetCOBOL for .NET is fully integrated into the premier integrated development environment (IDE), Microsoft® Visual Studio. Developers of multi-language applications can work within one IDE, instead of having to learn multiple IDE's. The Microsoft® Visual Studio Project Manager:
The following screen capture shows a NetCOBOL for .NET application in the development process.
The editor utilized in NetCOBOL is the Microsoft® Visual Studio editor. Specific support has been added to the editor to enable it to recognize the COBOL language and syntax. The Microsoft® Visual Studio editor:
The following snapshots show a number of these features:
Coloring reserved words; giving lists of available items (you just hit enter to have the selected text inserted in your program)
Listing available methods:
Displaying method syntax:
"Quick info" on items (cursor is hovering over item Cnt so the type of Cnt is displayed):
With NetCOBOL for .NET comes support for Visual Studio's Windows® Forms Designer. This component lets you design Windows® forms (dialogs) using the same sort of tools developed for Visual Basic, but with NetCOBOL's support all your supporting code can be written in COBOL.
Each form is defined and supported by a NetCOBOL program. The Design View lets you see the form with its controls, displayed in a WYSIWYG fashion. The Code View shows you the code behind the form. Double-clicking on a control generates skeleton code for the default event (such as the Click event for a Button control), if it does not already exist, and takes you to that code:
NetCOBOL for .NET also contains support for Visual Studio's Web Forms Designer. This designer is very similar to the Windows® Forms Designer except that the form being designed is a Web page. The controls and style of coding are very similar to that used in Windows® forms, making it easy to transition or switch between the two.
As with Windows® forms the Web form is defined and supported by a NetCOBOL program in which event-supporting code is created:
NetCOBOL utilizes the build facilities of Microsoft® Visual Studio. The first step in building applications is to utilize the Solution Explorer to define your application. The Solution Explorer:
After you have created your application the next step would be to Build the application. The Build Step
In NetCOBOL for .NET you debug your code using the Microsoft® Visual Studio Debugger. The Debugger:
Web Services provide the opportunity to expose your programming interfaces to the web for use by your clients in any manner they see fit. Web Services:
With .NET, packaging your interfaces in XML is done for you, simply by specifying a system-defined custom attribute:
The Runtime Environment Setup Utility provides an easy way of creating and editing any runtime settings required by the application. Settings are stored in the XML app.config or web.config files and copied to an appropriately located and named .config file at build time.
