|
-
November 22nd, 2011, 05:08 AM
#1
best books for C#?
What are the best books to read to learn C#?
I have programming experience and have actually done some stuff in C# before but want a structured book.
I found the following but the seem about 5 years old:
http://www.amazon.co.uk/gp/product/0...lance&n=283155
http://www.amazon.co.uk/gp/product/0...books&v=glance
http://www.amazon.co.uk/gp/product/1...lance&n=283155
I would mainly want to use it for web development even though I usually prefer PHP for that.
I also need to know how to do reporting, some Business Intelligence, etc.
-
November 22nd, 2011, 10:50 AM
#2
Re: best books for C#?
Microsoft Press books are the best, IMHO
-
November 22nd, 2011, 01:40 PM
#3
Re: best books for C#?
 Originally Posted by HanneSThEGreaT
Microsoft Press books are the best, IMHO
But that will primarily be aimed at Visual Studio .NET, which I don't have. I have SharpDevelop.
Last edited by JACKWEBS; November 22nd, 2011 at 02:15 PM.
-
November 22nd, 2011, 03:04 PM
#4
Re: best books for C#?
Sorry to say but SharpDevelop as good as people say it is, is not as good as the real C# which is part of visual studio.net
-
November 22nd, 2011, 04:31 PM
#5
Re: best books for C#?
 Originally Posted by HanneSThEGreaT
Sorry to say but SharpDevelop as good as people say it is, is not as good as the real C# which is part of visual studio.net
and that costs money but sharpdevelop is free.
Is Sharpdevelop a good simulation for VS?
-
November 22nd, 2011, 04:53 PM
#6
Re: best books for C#?
Microsoft Visual C# 2010 Step by Step Book?
What would I get after that or is that enough?
-
November 23rd, 2011, 02:06 AM
#7
Re: best books for C#?
 Originally Posted by JACKWEBS
and that costs money but sharpdevelop is free.
Is Sharpdevelop a good simulation for VS?
I've used both VS 2003/2005/2008 and SharpDevelop. VS is very nice. However, my preferred IDE is SharpDevelop 4.0. I'd rather be able to install a single IDE on literally every machine I work on and always have a consistent development environment, even if it means forgoing a few features (actually, I'm not even sure that there are any I particularly miss). With VS, I'd be limited to installing it on just one machine and end up using SharpDevelop on the rest anyway.
Best Regards,
BioPhysEngr
http://blog.biophysengr.net
--
All advice is offered in good faith only. You are ultimately responsible for effects of your programs and the integrity of the machines they run on.
-
November 23rd, 2011, 02:10 AM
#8
Re: best books for C#?
I guess I should also respond to your primary query: I don't think using a different IDE than the books will be that harmful to your learning. The IDE is supposed to be kind of transparent; it's just tool. The harder part is learning to use the vast (read: wonderful!) .NET libraries, which you will learn independent of your choice of IDE.
As I always recommend, however, that you don't need a book. Choose a fun project and Google around to figure out how to do specific things (i.e. "<whatever> tutorial C#"). It's cheaper, faster and more targeted towards your specific learning objectives
Best Regards,
BioPhysEngr
http://blog.biophysengr.net
--
All advice is offered in good faith only. You are ultimately responsible for effects of your programs and the integrity of the machines they run on.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|