C# books

  • Thread starter Thread starter Mark
  • Start date Start date
M

Mark

I'm a C++/MFC programmer. I'm looking for a good book ,with samples, on c#.
Can someone recommend on such?

Thanks
 
I can't recommend any books (don't have any), but I can recommend an
excellent (and free) resource, complete with all the documentation,
examples, samples, starter kits, articles, and lots more. It's the Microsoft
..Net Framework SDK. You can find it at:

http://msdn.microsoft.com/netframework/downloads/updates/default.aspx

--
HTH,

Kevin Spencer
Microsoft MVP
Professional Numbskull

This is, by definition, not that.
 
I am ( or was ) the same, C++ MFC. I used the Microsoft Press book C#2.0
Step By Step (Sharpe)

I found it vey good. The first few chapters teach you how to suck eggs, but
I followed them all anyway. I then went contracting doing C# for 12 weeks !
No worries.

If you have done VB as well it helps as C# is just an amalgamation of VB and
C# ......in my opinion......

JB
 
Dietel and Dietel have a fairly decent offerring with C# for experienced
programmers. I am not sure if it has been moved to 2.0 yet.

the MS press books are always pretty good as well.

Cheers,

Greg Young
MVP - C#
 
Try
"Programming C#" by Jesse Liberty (O'REILLY)

Regards,

Robert
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top