Monday, 4 December 2006

Today, as there is no work for me, I was browsing through techie sites. Really some good articles are available. Here are some of them.

An excellent article on parameters passing in C#.

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

Very important sentence on this page: "This difference is absolutely crucial to understanding parameter passing in C#, and is why I believe it is highly confusing to say that objects are passed by reference by default instead of the correct statement that object references are passed by value by default. "

No comments: