Category

C#

34 articles found

SP
Best Practices

Do We Need If Blocks?

I’ve been contemplating this for a while now.  I thought I would finally write on the subject and see what…

SP
Algorithms

The Power of Func<>

I remember why I love C#. After spending the last two years or so writing mainly Java code, getting back…

helper class as depicted by Jaba the hut
Architecture

How to Refactor the Helper Class

In my previous post, I posed the question Should I Leave that Helper Class?  Hopefully I’ve convinced you that you…

SP
ASP.NET

C# vs Java Part 2: Web Platforms

Web platforms are a critical thing to consider any any modern software development environment. Back in the C++ days it…