C# tutorial

in

For a project I am working on, I need to have a basic understanding of C#. I've heard C# for very long time and been surrounded by .net developers, but my knowledge of it stays at a very rudimentary level. I only know it's very similar to Java, like single inheritance, interface, etc, and don't really understand why many programmers told me that they feel good about using C#.
Finally I decide to take a look. This is the first tutorial I found.
http://www.csharp-station.com/Tutorial.aspx

I spent two hours quickly going through all the lessons. It's a very good tutorial. My impression about C# was also good. I like it better than Java!


Back to top