vote up 2 vote down star

Hello folks,

I know C,C++,COBOL.

Now I am trying to learn C# and I want to do some hobby projects with C#.

So can you suggest where do I start from.

I searched on google but I want to start from a book which gives me more practice problems for a new comer to .net

Can anybody suggest a great book online which I should really start from?

flag

71% accept rate

5 Answers

vote up 1 vote down check

I have referred several books and this book is great.

You may download it from Professional C#, Third Edition

This is also a good book. Didn't read the whole book but i had a look few months back

Sams Teach youe self C# in 24 hours

link|flag
+1 for Professional C#, Third Edition, best C# book – Pop Catalin Mar 18 at 10:54
vote up 1 vote down

I recommend you to start with basic video tutorials first you can find more than source for videos like this.

Then after you finish the basic features and main differences you can go in depth by reading more detailed books like CLR via C#

link|flag
vote up 1 vote down

You may want to check this question as well as it has many suggestions for good C# books.

link|flag
vote up 0 vote down

If you're interested in building a few hobby projects then it may be worthwhile just starting by downloading and installing a free Express version of Visual Studio and working through the samples and quickstarts.

Nothing like a bit of coding to get up to speed.

link|flag
vote up 0 vote down

From a C/C++ background a rapid coverage of C#'s syntax should be sufficient (it isn't that much different), especially given C++'s OO.

I would suggest "C# in a Nutshell" (O'Reilly) for a rapid coverage of the language.

Then start coding.

Your real challenge is the scope of the framework, I would suggest starting with simple console applications to get the very basics, and then expand into one of WinForms, Web Service & Client, or ASP.NET. Note web apps (ASP.NET) will require also HTML and CSS (and maybe JavaScript) so maybe worth leaving to a second iteration of learning.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.