Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

C# and .NET: Best way to learn both? [closed]

Tags:

c#

.net

I have a C++ background and having to develop a larger application written in C# and using the .NET framework. So far I've been reading a lot of tutorials online but looking for books preferably unless there are some really good longer tutorials out there. The project I am working on involves threading, sockets, and GUI design. What are the best books these days? I'm using .NET 3.5 for my application.

like image 206
Andrew Avatar asked May 20 '11 17:05

Andrew


2 Answers

As already mentioned, Jon's book is very good. Also very good is Mark's book "Essential C# 4.0".

I was the technical editor of both books.

The books are well named. If what you are looking for is an in-depth guide to the C# language, Jon's book is marginally better. If what you are looking for is thorough coverage of the essential features of the language and frameworks, Mark's book has the edge. But I would recommend either unreservedly.

like image 92
Eric Lippert Avatar answered Oct 01 '22 05:10

Eric Lippert


Follow Jon Skeet's answers here on StackOverflow

like image 44
manojlds Avatar answered Oct 01 '22 04:10

manojlds