What is included with NetCOBOL for .NET?
A complete COBOL development environment targeted to Microsoft’s .NET Framework. This includes a COBOL compiler with .NET extensions that generates Microsoft Intermediate Language (MSIL) and does not generate native x86 instructions. Main features: • Windows Forms and Web Forms Designers • Create COBOL XML Web services using Microsoft’s ASP.NET engine • Write code to run within the SQL CLR (common language runtime) in SQL Server (stored procedures, user-defined functions and triggers) • Use COBOL to script in ASP.NET pages (language = “COBOL”) • Simplified mixed language development: call and be called from languages like VB .NET or C# • Support for calling native NetCOBOL for Windows applications from .NET. The called native COBOL programs can be native .DLL’s or COM objects. If you want to create mixed NetCOBOL for Windows and .NET applications, you will need to use the multi-threaded runtime for most applications (Windows Forms, Web Forms, ASP.NET and Web Services). • Includes Visua