Category Archives: Tips

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

Reflection and COBOL

For the last couple of months I have working on Visual Studio 2010 and this include Microsoft CLR v4 and I was recently asked how to write a test that determines at runtime which CLR is being used and what … Continue reading

Posted in CLR, COBOL, Tips | Tagged , , , , | Comments Off on Reflection and COBOL

Manual for British Gas RC Plus Thermostat

I recently tried to find our manual for our “British Gas RC Plus Termostat” on the internet as we have lost our original manual. Anyway, after some research, I found they British Gas just re-badged them from Drayton Digistat and … Continue reading

Posted in GAS, Tips | Tagged , | Comments Off on Manual for British Gas RC Plus Thermostat

Microsoft Application Architecture Guide, 2nd Edition

Microsoft have just updated the “Application Architecture”.  I can’t say I have read it from cover to cover but it is being downloaded to my ebook reader… Microsoft Application Architecture Guide, 2nd Edition The guide helps you to: Understand the … Continue reading

Posted in CLR, ebook, pdf, Tips | Tagged , , , , , | Comments Off on Microsoft Application Architecture Guide, 2nd Edition

Scripting Languages and COBOL

The use of scripting languages with other languages has increased over the last couple of years, from a simple case of interoperability, reuse of scripting code to allowing your code to customised via the user of external scripts. All of … Continue reading

Posted in COBOL, Java, JVM, Scripting, Tips | Tagged , , , , , , , , , | 2 Comments

MacBook keyboard pains and VirtualBox/VMWare

As a MacBook user who has used Virtualisation on the mac for sometime now but only usually with Linux based OS, I was forced to use it with Windows recently and I quickly found out how badly it handles UK … Continue reading

Posted in MacBook, Tips | Tagged , , , , , , , | 4 Comments

Converting .chm’s for reading on the iriver story

One of the first things I wanted to read on my iriver story was the montly msdn subscription magazine which is available as a .chm. Which unfortunately the iriver story does not support, so I needed to convert it into … Continue reading

Posted in chm, iriver, iriver story, pdf, Tips | Tagged , , , , | 3 Comments

12 Tips for using Micro Focus COBOL

12 Tips for using Micro Focus COBOL As it is close to Christmas and I wanted to do something with 12 in the title, I’ve thrown together some useful if not un-ordered list of 12 things tips using Micro Focus … Continue reading

Posted in COBOL, Tips | Tagged , | Comments Off on 12 Tips for using Micro Focus COBOL

A Comparison Of .Net COBOL, Visual Basic and C#

Today my collegues Robert and Alex have finally 🙂 decided to publish a document that compares Visual Basic, C# and COBOL for .Net under The Creative Commons Attribution-ShareAlike 2.5 License. Rather than doing a cut-paste job, here is a quote … Continue reading

Posted in COBOL, CSharp, Tips, VB.Net | Tagged , , , | Comments Off on A Comparison Of .Net COBOL, Visual Basic and C#

Java process id via java.lang.management

While working on a project recently I need to find out the current process of the active running Java process (for tracing/auditing), however I never found a 100% perfect solution but did come across an acceptable solution to use the … Continue reading

Posted in Java, JVM, Tips | Tagged , , | Comments Off on Java process id via java.lang.management