473,378 Members | 1,434 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,378 software developers and data experts.

Which book?

Another book recommendation request. I've looked through the old archives but
can't find any consensus at all. I'm currently a C++ developer, and I know that
on the C++ newsgroups there is a general consensus among the top handful of best
books, depending on your experience level and needs. Maybe because C#/.NET is
younger, I haven't noticed it yet for this technology. What do you recommend
for a professional C++/OO developer who will be switching to C#/.NET development
for the first time in a new job on a partially implemented product? (I do not
know which parts of .NET are used most heavily on the project.)
Nov 16 '05 #1
7 1383
I don't think there is any one book that will tell you everything. I have
found the following useful:

* Inside C#, 2nd Ed. by Tom Archer
* Applied Microsoft .NET Framework Programming by Jeffrey Richter
* Advanced .NET Remoting (C# edition) by Ingo Rammer
* Mastering Regular Expressions by Jeffrey E.F. Friedl (there is a section
that deals exclusively with .NET Regexes)
* Essential ASP.NET with examples in C# by Fritz Onion
* Windows Forms Programming in C# by Chris Sells

That's a short list. I'm sure other developers have their own list of books
that helped them to get started. If you're feeling particularly ambitious,
you might even try to tackle the C# Language Spec:

http://msdn.microsoft.com/library/de...pSpecStart.asp

HTH,

Jon

P.s. -- I, too, was a C++ dev before moving to C#/.NET. It's a pretty
painless process.

"jeffc" <no****@nowhere.com> wrote in message
news:Ou**************@TK2MSFTNGP14.phx.gbl...
Another book recommendation request. I've looked through the old archives
but
can't find any consensus at all. I'm currently a C++ developer, and I
know that
on the C++ newsgroups there is a general consensus among the top handful
of best
books, depending on your experience level and needs. Maybe because
C#/.NET is
younger, I haven't noticed it yet for this technology. What do you
recommend
for a professional C++/OO developer who will be switching to C#/.NET
development
for the first time in a new job on a partially implemented product? (I do
not
know which parts of .NET are used most heavily on the project.)

Nov 16 '05 #2

"Jon Sagara" <jo*******@yahoo.com> wrote in message
news:O%****************@TK2MSFTNGP15.phx.gbl...
I don't think there is any one book that will tell you everything.


I knew that was a mistake as soon as I sent it :-) I'd take 2 or 3...... I
guess part of the problem is my local bookstore doesn't carry most of these
books, so it's hard to determine the differences between coverage of C# language
per se, vs. .NET framework, vs. Visual Studio mechanics, vs. ASP etc etc I'd
take 2 books with some combination of good coverage of the language, .NET
framework, and Visual Studio usage. I've seen Richter's book mentioned more
than once.
Nov 16 '05 #3
I buy most of mine through Amazon. They generally have a TOC for the books
that you can browse through before buying it. Also, check the publisher's
Web site.

- Jon
"jeffc" <no****@nowhere.com> wrote in message
news:OZ**************@TK2MSFTNGP14.phx.gbl...

"Jon Sagara" <jo*******@yahoo.com> wrote in message
news:O%****************@TK2MSFTNGP15.phx.gbl...
I don't think there is any one book that will tell you everything.


I knew that was a mistake as soon as I sent it :-) I'd take 2 or 3......
I
guess part of the problem is my local bookstore doesn't carry most of
these
books, so it's hard to determine the differences between coverage of C#
language
per se, vs. .NET framework, vs. Visual Studio mechanics, vs. ASP etc etc
I'd
take 2 books with some combination of good coverage of the language, .NET
framework, and Visual Studio usage. I've seen Richter's book mentioned
more
than once.

Nov 16 '05 #4

"Jon Sagara" <jo*******@yahoo.com> wrote in message
news:Or**************@TK2MSFTNGP12.phx.gbl...
I buy most of mine through Amazon.


Amazon also has used books to buy/sell. BTW, for the lowest prices on new tech
books, try bookpool.com. Consistently lower prices.
Nov 16 '05 #5
Hi Jeff.

You can get a lot of the information on C# from the sample chapters
available. A lot of these (68 chapters) are available in my C# ebook page,
(in signature).

Hope this helps

Publicjoe

C# Tutorial at http://www.publicjoe.f9.co.uk/csharp/tut.html
C# Snippets at http://www.publicjoe.f9.co.uk/csharp/snip/snippets.html
C# Ebook at http://www.publicjoe.f9.co.uk/csharp/samples/ebook.html
VB Tutorial at http://www.publicjoe.f9.co.uk/vbnet/vbnet.html
VB Ebook at http://www.publicjoe.f9.co.uk/vbnet/samples/ebook.html

Useful Articles at http://www.madsally.co.uk

"jeffc" <no****@nowhere.com> wrote in message
news:Ou**************@TK2MSFTNGP14.phx.gbl...
Another book recommendation request. I've looked through the old archives but can't find any consensus at all. I'm currently a C++ developer, and I know that on the C++ newsgroups there is a general consensus among the top handful of best books, depending on your experience level and needs. Maybe because C#/.NET is younger, I haven't noticed it yet for this technology. What do you recommend for a professional C++/OO developer who will be switching to C#/.NET development for the first time in a new job on a partially implemented product? (I do not know which parts of .NET are used most heavily on the project.)

Nov 16 '05 #6
Hey Mike,
I didn't know that you actually monitored this newsgroup. Nice to have you
here helping others and also with the website.

-- Landi
PS: if publicjoe.f9.co.uk wont show up go to
http://publicjoe.dowhileloop.com/csharp/csharp.html

"Publicjoe" <mi**@publicjoe.co.uk> wrote in message
news:Ox**************@TK2MSFTNGP14.phx.gbl...
Hi Jeff.

You can get a lot of the information on C# from the sample chapters
available. A lot of these (68 chapters) are available in my C# ebook page,
(in signature).

Hope this helps

Publicjoe

C# Tutorial at http://www.publicjoe.f9.co.uk/csharp/tut.html
C# Snippets at http://www.publicjoe.f9.co.uk/csharp/snip/snippets.html
C# Ebook at http://www.publicjoe.f9.co.uk/csharp/samples/ebook.html
VB Tutorial at http://www.publicjoe.f9.co.uk/vbnet/vbnet.html
VB Ebook at http://www.publicjoe.f9.co.uk/vbnet/samples/ebook.html

Useful Articles at http://www.madsally.co.uk

"jeffc" <no****@nowhere.com> wrote in message
news:Ou**************@TK2MSFTNGP14.phx.gbl...
Another book recommendation request. I've looked through the old
archives but
can't find any consensus at all. I'm currently a C++ developer, and I know that
on the C++ newsgroups there is a general consensus among the top handful

of best
books, depending on your experience level and needs. Maybe because

C#/.NET is
younger, I haven't noticed it yet for this technology. What do you

recommend
for a professional C++/OO developer who will be switching to C#/.NET

development
for the first time in a new job on a partially implemented product? (I

do not
know which parts of .NET are used most heavily on the project.)


Nov 16 '05 #7

"Publicjoe" <mi**@publicjoe.co.uk> wrote in message
news:Ox**************@TK2MSFTNGP14.phx.gbl...

You can get a lot of the information on C# from the sample chapters
available.


Yeah, but the problem is I don't know which chapters I want in a book :-)
Thanks
Nov 16 '05 #8

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

38
by: BORT | last post by:
Please forgive me if this is TOO newbie-ish. I am toying with the idea of teaching my ten year old a little about programming. I started my search with something like "best FREE programming...
2
by: javaBeginner | last post by:
I need to create a simple program launcher which runs off of cd and launches a program off of the cd. It must also check the values in an ini file. The launcher program must run on all versions...
16
by: Robert Zurer | last post by:
Can anyone suggest the best book or part of a book on this subject. I'm looking for an in-depth treatment with examples in C# TIA Robert Zurer robert@zurer.com
13
by: John Salerno | last post by:
I'm interested in Programming Windows with C# (Core Reference) by Charles Petzold, but do you think that the new version of C# (along with .NET 2.0) will make this book obsolete in any way?
9
by: arnuld | last post by:
hai folks, well, it's me again and again, i am asking questions. anyway, with your help i have finalised that i will start learning c++ (as you told me that i do not need to know any OO language...
40
by: dydx13 | last post by:
Hello, I'm currently attending a university majoring in Computer Science. I took C and C++ at a community college and got an A in both classes. That was three years ago. I have not programmed or...
13
by: noagbodjivictor | last post by:
Hi, I'm really confused; Visual C++ comes in so many flavors that I don't really know what to choose. First of all, I want to buy a commercial version because the Express editions, however nice...
1
by: jrw133 | last post by:
i got this program the other day and ive just started it and i am getting some errors that i cant figure out. requirements: 1)create a clas called Book. a Book has three data members: m_title,...
6
by: Tony Johansson | last post by:
Hello! I'm reading in a book called Visual C# 2005. In the chapter about Generics there ia a section about Nullable types. Here is the text that isn't complete true I think. It says: "You...
1
by: rote | last post by:
Which linq book to get me started? If there is a book C# 3.0 and linq combined i would be happy Thanks for any advices..
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.