Category Archives: CLR

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#

Getting started with Windows Azure

As someone has been working with Windows Azure since its early days I understand how much effort it takes to get started with the platform. Luckily over the last couple of Windows Azure SDK releases the documentation is started to … Continue reading

Posted in CLR, COBOL, Windows Azure | Tagged , , | Comments Off on Getting started with Windows Azure

A good new years gift…

My day job keeps me housed in Visual Studio 2010/Windows, so for my out of hours development I feel I need a change, so for many years I have been a home mac and/or linux user; anyway I have used … Continue reading

Posted in CLR, CSharp, Mono, MonoDroid | Tagged , , , , , | Comments Off on A good new years gift…

Michael’s very own “Getting Started with Visual COBOL”

Michael Burgun over at his own blog space has started blogging about using Visual COBOL… Its worth a look as having meet Michael last year I can honestly say he is a very knowledgeable and experienced chap, so I am … Continue reading

Posted in CLR, COBOL, Microsoft Visual Studio, Tips, VisualCOBOL2010 | Tagged , , , , | Comments Off on Michael’s very own “Getting Started with Visual COBOL”

Attachmate acquires Novell for $2.2 billion

Over the last decade I have gained quite a lot of respect for Novell mainly due to their SUSE Linux platform and Mono. Strangely one of the companies involved in the acquisition is “Golden Gate” from San Fran, looks like … Continue reading

Posted in CLR, Mono | Tagged , , , | Comments Off on Attachmate acquires Novell for $2.2 billion

Java… does it have a future? Well not for me..

As someone who has used Java for my own development needs for years, I find it sad the Java platform appears to be falling apart or at the very least getting some bad press. Lets consider the recent events, we … Continue reading

Posted in CLR, Mono | Comments Off on Java… does it have a future? Well not for me..

SQLCLR – Drop Assembly + Dependancies

Recently I have had the pleasure of working on SQL Server 2008 R2 using the SQLCLR support. Which I must admit it is quite nice to use, though a couple of things have anoyed me while using… one of which … Continue reading

Posted in CLR, SQL | Tagged , , | Comments Off on SQLCLR – Drop Assembly + Dependancies

Last week I replied to a post about exceptions, it made me think those programming .Net daily take for granted the etiquette of using Exceptions. So I thought I would share some of my thoughts… well it is a sort … Continue reading

Posted in CLR, Tips | Tagged , , | Comments Off on

Extending Visual COBOL 2010

One of the many great reasons for choosing Microsoft Visual Studio 2010 as our development platform for Visual COBOL 2010 is it ability to be extended… which we have done but you equally use third party extensions too. One of … Continue reading

Posted in CLR, COBOL, Tips, VisualCOBOL2010 | Tagged , , , , | Comments Off on Extending Visual COBOL 2010

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