Looking to reacquaint myself with C#

Started by
4 comments, last by blewisjr 12 years, 10 months ago
I will keep this short and to the point. I am currently looking to reacquaint with C#. It has been a while since I have last used the language and from the looks of it a lot has changed. I am a very proficient programmer already so what I am looking for is a quick overview of the language to get me up to speed again. Overall I am looking for a book similar to the Quick Python Book. If anyone has any suggestions I would much appreciate it as I was not able to find anything similar.
Advertisement
C# 4.0 Pocket Referance (Amazon Page) is a great little referance book that begins by going thru all the new features and continues to provide quick examples and definitions of code. Should do the trick for you if your already familiar with C#.
One thing to be wary of is that since .net has evolved quite a bit since version 1.0, there are ALOT of articles/code samples on the web that are really outdated. So check the date on the article and judge for yourself.
[size="2"]Currently working on an open world survival RPG - For info check out my Development blog:[size="2"] ByteWrangler
I like the Oreilly books ( pocket reference and in a nutshell ), but when it comes to C#, I have consistently found the Microsoft Press books to be the best.

http://www.informit.com/store/product.aspx?isbn=0321741765 <-- is written by the author of the C# language.


If you can read online, I highly suggest trying out Safari Books Online. A scary stupid number of books online, for about 1/2 the cost of a regular book. Read 6 books a year and its break even.
Here's a good book

http://www.amazon.co.uk/Microsoft-Visual-2010-Step-Package/dp/0735626707/ref=sr_1_1?s=books&ie=UTF8&qid=1307233933&sr=1-1

The book also has a CD with a PDF version which is good for when your on a computer.

That's the UK Amazon though. I don't know where you are.

C# For Dummies is good but gets technical real quick. It's probably a good book though if your an experienced programmer.

Here's the best FAQ I have found on the web so far.

http://forums.create.msdn.com/forums/t/3324.aspx

Also C# corner has a lot of good info. http://www.c-sharpcorner.com/Beginners/.

Here's also a good general familiarisation website with tutorials. http://www.homeandlearn.co.uk/csharp/csharp.html

There's a lot of good info out there on the net, but you have to find the right forum. Sometimes Google doesn't search through all the forums for what your exactly looking for.

I like the Oreilly books ( pocket reference and in a nutshell ), but when it comes to C#, I have consistently found the Microsoft Press books to be the best.

http://www.informit....isbn=0321741765 <-- is written by the author of the C# language.


If you can read online, I highly suggest trying out Safari Books Online. A scary stupid number of books online, for about 1/2 the cost of a regular book. Read 6 books a year and its break even.


Holy crap that book is very comprehensive C# has so much more then I last remember lol.

This topic is closed to new replies.

Advertisement