Sunday, January 18, 2009

Parameter passing: Basic, but important aspect of C#

A colleague of mine (Torleif) directed me to a page that explains the difference between passing parameters by value and passing them by reference. This is important to understand when you are programming. Recommended reading. Here’s the link:

http://www.yoda.arachsys.com/csharp/parameters.html

The author also has many other articles about C# that, based on the article I’ve mentioned above, also should be worth reading:

http://www.yoda.arachsys.com/csharp/

The article also references another article with the same purpose, that tries to explain things with images. It’s also worth reading, especially if you are more of a visual type:

http://rapidapplicationdevelopment.blogspot.com/2007/01/parameter-passing-in-c.html

No comments:

Post a Comment