Tag Archives: Visual COBOL

Re-using COBOL rather than converting it to C#

While reading a article on-line about using “NACA transcoder” to translate COBOL into Java it got me thinking about modernizing COBOL. While I agree 100% about the actual code generated by the NACA transcoder is not maintainable, I disagree that … Continue reading

Posted in CLR, COBOL | Tagged , , , , , , , | Comments Off on Re-using COBOL rather than converting it to C#

AzureKit and COBOL

AzureKit is a nice piece of source code released on CodePlex by Mark Rendle. The AzureKit makes life much easier for creating, searching, deleting elements in your Azure’s Table Storage. My idea was that if the AzureKit was easy enough … Continue reading

Posted in COBOL, Tips, VisualCOBOL2010, Windows Azure, Windows Azure | Tagged , , , , | Comments Off on AzureKit and COBOL

Method Chaining

Creating objects with a complex constructor can be a bit of a pain in any language. One technique I have used is method chaining. It is not applicable to every type of class but it can be useful. Method chain … Continue reading

Posted in CLR, COBOL | Tagged , , , , , , | Comments Off on Method Chaining

Visual COBOL @ Microsoft Teched

The last couple of weeks have been very busy and it has unfortunately affected the amount of blog entries I have done but the good news I have plenty of new material.. So, what’s my excuse.. Well we have been … Continue reading

Posted in COBOL, TechEd | Tagged , , , , , , , , | Comments Off on Visual COBOL @ Microsoft Teched