Parameter passing in C#

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.

Is Linux really superior?

In observation of a couple posts to this comp.database.pick thread I once again find it humorous that the promise of Linux falls short.

New Ajax Notes

I’ve created a new category for Ajax and am posting some material I’ve already written. I hope this serves as a valuable resource for anyone who wants to learn about it.

Master Pages and w3HtmlInsertSection

Whenever I read about ASP.NET Master Pages I’m immediately reminded of how they are just like FlashCONNECT w3HtmlInsertSection. See the code for the Template: Multiple Sections demo, then see this for a short intro to master pages: CodeGuru: An In-Depth Coverage of ASP.NET 2.0’s Master Pages: Part 1 of 3