Quote Originally Posted by Zaccheus View Post
Have a look here for MS's recommended c# naming conventions:
http://msdn.microsoft.com/en-us/libr...=VS.71%29.aspx


I think traditionally a function returns a value and a method does not.
No, that was a stupid thing that came about in VB. The terms are interchangeable, C# typically uses the term 'method'.