Learning C#

Posted in Coding, IT by Will on September 22, 2006.

(Last post for the night, honest)

As I mentioned before, I want to learn C#.

So, to that end I went and got myself O’Reilly’s Learning C# 2.0, 2nd Edition, and I’m making my way through it slowly.
I’m only a chapter or four in so far — I’m now certain that

public void Test() { }

is identical to

Public Sub Test()
End Sub

.

The whole case-sensitivity issue will be a problem for me though. Ohwell.