Tag Archives: C#

On Inequality in JavaScript

It’s easy to code through life without giving much thought to operator precedence. Of course we wax parenthetical from time to time, remembering my dear aunt sally. But for the most part, we can typically rely on the compiler to … Continue reading

Tagged , , , | Leave a comment

On a Simple IronPython Dependency Injection Framework

Continuing with my “IronPython will end world hunger series,” I’m again shamelessly self/cross-promoting a Code Voyeur article that I think it’s worth a read. A Simple IronPython Dependency Injection Framework It’s not Spring.NET and it’s not Windsor, but I really … Continue reading

Tagged , , , | 2 Comments

On a Simple IronPython Validation Framework

I do try to keep the content between Code Voyeur and dll Hell distinct. OK, there’s not much content on either… But I think my latest (up to 4!, that’s 4 not 4 factorial) article on Code Voyeur is a … Continue reading

Tagged , , , | 2 Comments

On My Language Beating up Your Language

Three semesters ago, when I began working as an adjunct, I was faced with a choice. I could start teaching my intro to programming course using the language and tools with which I was most comfortable (C#, VS.NET) or I … Continue reading

Tagged , , | 2 Comments

On an Alternative to the var Keyword in C#

I recently attending a meeting of the Fairfield / Westchester .NET User Group, in which Richard Hale Shaw presented on LINQ and C# 3.5 features. During the presentation there was a brief but spirited debate over the use of the … Continue reading

Tagged , | 2 Comments

On C# Language Enhancements

I’ve finally begun my long overdue introduction to LINQ. It’s too early for me to comment in any meaningful way on LINQ as an enhancement to C#. But I will discuss what I think is an interesting trend in C#’s … Continue reading

Tagged , , | Leave a comment