-
Recent Posts
Recent Comments
Archives
- March 2014
- March 2013
- August 2012
- June 2012
- November 2011
- September 2011
- August 2011
- July 2011
- April 2011
- March 2011
- February 2011
- January 2011
- December 2010
- November 2010
- October 2010
- September 2010
- August 2010
- July 2010
- May 2010
- April 2010
- March 2010
- February 2010
- January 2010
- December 2009
- November 2009
- October 2009
Categories
- Aperture
- chm
- CLR
- COBOL
- cowon
- CSharp
- ebook
- ePub
- firmware
- fun
- GAS
- go
- gpl-2
- Heroku
- IDE
- India
- iriver
- iriver story
- iWeb
- Java
- Java
- JVM
- LightSwitch
- MacBook
- Metro
- Microsoft Visual Studio
- Mono
- MonoDroid
- Nokia
- NUnit
- Olympus
- pogoplug
- rsync
- Scripting
- SIGNTOOL
- SQL
- TechEd
- Tips
- TypeSafety
- Uncategorized
- VB.Net
- vim
- VisualCOBOL2010
- Windows Azure
- Windows Azure
- Windows Batch
- Windows Mobile
- Windows8
Meta
Tag Archives: 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 c#, class, CLR, COBOL, JVM, modernization, object cobol, Visual COBOL
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 CLR, COBOL, Windows Azure
Comments Off on Getting started with Windows Azure
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 COBOL, getting started, green screen development, visual cobol 2010, visual studio 2010
Comments Off on Michael’s very own “Getting Started with Visual COBOL”
Visual COBOL 2010 R3
For the last couple of months I have been working on next release which is cunningly name: Visual COBOL 2010 R3 Which is surprising since the previous was called Visual COBOL 2010 R2. If you are using any of products … Continue reading
Posted in COBOL, Tips, VisualCOBOL2010
Tagged beta, COBOL, visual cobol 2010 r2, visual cobol 2010 r3, Vs2010
Comments Off on Visual COBOL 2010 R3
Microsoft Visual Studio LightSwitch
When I first started working on COBOL I was told that COBOL was a business oriented language that even managers could use 😉 It looks like Microsoft are wanting to do something similar in a modern manor using Visual Studio … Continue reading
Posted in COBOL, LightSwitch, Microsoft Visual Studio
Tagged COBOL, Microsoft Visual Studio LightSwitch
Comments Off on Microsoft Visual Studio LightSwitch
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 COBOL, Extensions, Spell Checker, Visual Studio, VisualCOBOL2010
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 CLR, COBOL, cobol.net, method-chaining, Tips, Visual COBOL, visualcobol
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 COBOL, cobol.net, micro focus cobol, Microsoft india 2010, microsoft teched india, microsoft teched india 2010, microsoft teched las vegas, TechEd, Visual COBOL
Comments Off on Visual COBOL @ Microsoft Teched
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 CLR, COBOL, cobol.net, managed cobol, reflection
Comments Off on Reflection and COBOL
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 COBOL, javascript, javax.script, JSR 223, Micro Focus, Net Express, ScriptEngine, ScriptEngineManager, Scripting, ScriptObject
2 Comments