-
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.net
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
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
Free compiler for non-commercial use.
If you are interested in trying out some of my examples with a modern COBOL compiler.. let me give you a quote from a friend. From: Twitter “
Posted in COBOL
Tagged COBOL, cobol.net, free, non-commercial, visualstudio
Comments Off on Free compiler for non-commercial use.
Factory Method Pattern in COBOL
Continuing my series on design patterns for the COBOL, the next one on my list is the “Factory method” pattern. The pattern is useful, as it helps you hide the real implementation/creation mechanism of your classes. I you are fond … Continue reading
Posted in CLR, COBOL
Tagged COBOL, cobol.net, factorypattern
Comments Off on Factory Method Pattern in COBOL