Parsing Columns Like A Ninja
How many times have you written this code? : Or some code like it. It is pretty common to parse…
34 articles found
How many times have you written this code? : Or some code like it. It is pretty common to parse…
I’ve been contemplating this for a while now. I thought I would finally write on the subject and see what…
I had originally started writing this post thinking that I knew that answer to the problem I am about to…
I remember why I love C#. After spending the last two years or so writing mainly Java code, getting back…
Ever since var was announced as a keyword for C# 3.0, I have had issues with it.\n\nI know that it…
In my previous post, I posed the question Should I Leave that Helper Class? Hopefully I’ve convinced you that you…
Anyone who has coded with me, if asked to describe me in three words would say… Function-Pointer, Enumeration, Map When…
This is my final installment of the C# vs Java series, but I think this is one of the most…
In this post we’ll be looking at both the desktop and mobile platforms for C# and Java. The Desktop (Thick…
Web platforms are a critical thing to consider any any modern software development environment. Back in the C++ days it…