|
|
|
Welcome to COBOL.NET programming section of C# Corner. In this section, you will find various Cobol.NET related source code samples, articles, tutorials, and tips.
|
|
|
|
|
|
|
|
|
Creating Forms with COBOL
by
Rick Malek
on
Nov 05, 2009
We've done numerous articles on how to interface COBOL with other .NET languages. Here is something a little different, creating a form using only COBOL. This is part 1 or the article and it will cover creating the form, adding controls and enabling them and calling .NET classes. Part 2 will show you how to make things disappear!
|
Working with COBOL Data Groups
by
Rick Malek
on
Oct 19, 2009
COBOL programmers have used data groups to package data together for a long time. How though does a non-COBOL user access the data being used by the COBOL programs?
|
COBOL Calling C#
by
Rick Malek
on
Sep 21, 2009
Last month we had an article describing how C# could a COBOL class. Well this month we present a user provided example of COBOL calling C#!
|
COBOL: It's Everywhere
by
Rick Malek
on
Sep 03, 2009
"COBOL is Dead!"..."COBOL is dying"... "COBOL won't last another 5 years"...how many times have we heard these lines or similar in the past 20 years? Guess what... Ain't true!
|
Converting C# to COBOL
by
Rick Malek
on
Aug 22, 2009
Converting C# to COBOL? Why would anyone want to do that? Is it possible? What are the reason? Actually there are some very good reasons explained in the article.
|
Calling COBOL from C#
by
Rick Malek
on
Aug 13, 2009
There is a lot of COBOL code in production around the world. Rewriting that code into another langugage just to change the language makes little sense and introduces a high level of risk. Instead of changing the COBOL code that has been working and doing it's job for quite a while, why not interact with it using C#?
This article shows how to utilize C# to call both procedural and object oriented COBOL.
|
ADO.NET, COBOL and Stored Procedure
by
Rick Malek
on
Dec 24, 2008
A stored procedure is basically a series of SQL statements that reside on the database. The procedure could create a new table, retrieve data from one or more tables, update one or more tables or perform many other tasks.
|
Welcome to COBOL.NET, corner of the C# Corner
by
Rick Malek
on
Jan 30, 2006
This column will hopefully help those of you looking to use Fujitsu NetCOBOL for .NET. We are going to present some "How To" articles beginning with the basic information about the environment, the interaction with Visual Studio.NET, the Designers and the COBOL language.
|
Working with COBOL Data Groups in C#
by
Rick Malek
on
Jan 30, 2006
In this article we will begin with a C# console application calling a COBOL DLL file. The C# application will pass it a number of occurrences to create in the table (much like a user requesting a specific number of months to report on).
|
COBOL and .NET Data Types
by
Rick Malek
on
Jan 30, 2006
.NET has created a new, level playing field for a multitude of programming languages to interact on a scale never before seen.
|
Data Access with ADO.NET
by
Rick Malek
on
Jan 30, 2006
This first article will provide a brief history of data access as well as provide the basic flow for using ADO to access data.
|
ODBC usage in .NET
by
Rick Malek
on
Jan 29, 2006
This article will provide a template of how to represent a smallint, integer, decimal, varchar and other ODBC data types that are used in the SQL Server environment in COBOL.
|
Localization in COBOL .NET
by
Rick Malek
on
Jan 29, 2006
This article will show you how to use the power of LOCALIZATION within Visual Studio .NET to create one screen and have it display different languages.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Description
|
|
The mission of this book is to provide you with a solid foundation of the C# language and the key aspects of the .NET platform.
|
|
Browse more books here»
|
|
|
|
|