Category Archives: CLR

NUnit and COBOL.Net

A while back, I spent a afternoon converting some C# NUnit documentation into COBOL .Net, so I thought I would share the document with the world, with the hope that it will help any one interested in using NUnit and … Continue reading

Posted in COBOL, NUnit, Tips | Tagged , | 2 Comments

C# and reserved words

Have you ever wanted to create some real nasty code in C#… Well C# has a mechanism that allows a token to be used as a literal, thus avoiding the reserved word clash issues… For example; int @int = 1; … Continue reading

Posted in CLR, CSharp | Comments Off on C# and reserved words