Archive for February, 2006

It’s not just a web page anymore

Tuesday, February 7th, 2006

I’m increasingly asked to build more sophisticated web interfaces which begin to approach the interactive capabilities of a thick client. Satisfying these requests is getting much more difficult.

(more…)

Parameter passing in C#

Saturday, February 4th, 2006

I just read this article by MVP Jon Skeet on Parameter passing in C#. Definitely good reading. It helps to understand exactly how reference and value types work when passing them through methods.

(more…)