473,761 Members | 10,498 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Books - C# for beginning programmers ?

What books would you recommend for students who want to learn programming in
C# and have not previously mastered a related language (Java, C++, Pascal,
etc.)?

--

Michael A. Covington - Artificial Intelligence Ctr - University of Georgia

"In the core C# language it is simply not possible to have an uninitialized
variable, a 'dangling' pointer, or an expression that indexes an array
beyond its bounds. Whole categories of bugs that routinely plague C and C++
programs are thus eliminated." - A. Hejlsberg, The C# Programming Language
Nov 16 '05 #1
9 2504
Michael A. Covington wrote:
What books would you recommend for students who want to learn programming in
C# and have not previously mastered a related language (Java, C++, Pascal,
etc.)?


Hi Michael,

Beginning C# from Jesse Liberty is a good start:
http://www.amazon.com/exec/obidos/ASIN/0596003765/

Cheers

Arne Janning
Nov 16 '05 #2
http://www.softsteel.co.uk/tutorials/cSharp/patch.html

Cheaper than cheap...
"Michael A. Covington" <lo**@www.covin gtoninnovations .com.for.addres s> wrote
in message news:ek******** ******@TK2MSFTN GP09.phx.gbl...
What books would you recommend for students who want to learn programming in C# and have not previously mastered a related language (Java, C++, Pascal,
etc.)?

--

Michael A. Covington - Artificial Intelligence Ctr - University of Georgia

"In the core C# language it is simply not possible to have an uninitialized variable, a 'dangling' pointer, or an expression that indexes an array
beyond its bounds. Whole categories of bugs that routinely plague C and C++ programs are thus eliminated." - A. Hejlsberg, The C# Programming Language

Nov 16 '05 #3
Thanks to all who have responded so far, and thanks in advance to those who
are going to!

Nov 16 '05 #4
Learning OOP languages can be very challenging. I suggest you start
with Deitel & Deitel textbooks [1] to learn about OOP and then apply
language constructs to Web Forms (ASP.NET) or Windows Forms
(Windows applications) derived from the .NET Framework also from
Deitel & Deitel. These are university level textbooks that can be
assessed at Barnes & Noble.

I also recommend you go right to the MCAD certification training
guides as they cover each element of the .NET Framework used
to develop web or windows development. Our Milwaukee Visual
Studio Developers Group did an assessment of such books and
without question determined the QUE training guides to be
outstanding [2].

Finally, there are several authors who are top notch one of them
being Jesse Liberty but as a rule I have found these experts rarely
cover the scope of OOP and the language constructs that neophytes
need to know about. The one exception IMO is the book by Andrew
Troelsen "C# and the .NET Platform" [3] which for some reason seems
to meld the level of expertise with what I feel is outstanding
readability.

I doubt anyone will argue that the best reference guides are from
someone other than WROX and O'Reilly. I favor WROX [4] as
I've found layout and page presentation more readable than O'Reilly
titles [5] with occassional variance the exception to the rule as both
publishers are technically superior. For example, WROX "C# Class
Design" is as near to a must have as any.

I have no recommendation on ADO.NET as of yet as I've yet to
finalize a determination myself. While there is some good stuff out
there I have yet to find any ADO title as outstanding as those I
have cited.

--
<%= Clinton Gallagher
A/E/C Consulting, Web Design, e-Commerce Software Development
Wauwatosa, Milwaukee County, Wisconsin USA
NET csgallagher@ REMOVETHISTEXT metromilwaukee. com
URL http://www.metromilwaukee.com/clintongallagher/

[1] http://www.deitel.com/
[2] http://www.quepublishing.com/
[3] http://www.apress.com/author/authorDisplay.html?aID=53
[4] http://www.wrox.com/
[5] http://www.oreilly.com/
"Michael A. Covington" <lo**@www.covin gtoninnovations .com.for.addres s>
wrote in message news:ek******** ******@TK2MSFTN GP09.phx.gbl...
What books would you recommend for students who want to learn programming in C# and have not previously mastered a related language (Java, C++, Pascal, etc.)?

--

Michael A. Covington - Artificial Intelligence Ctr - University of Georgia
"In the core C# language it is simply not possible to have an uninitialized variable, a 'dangling' pointer, or an expression that indexes an array
beyond its bounds. Whole categories of bugs that routinely plague C and C++ programs are thus eliminated." - A. Hejlsberg, The C# Programming Language

Nov 16 '05 #5
Thanks. I should add that I am not the beginner. It's for some of my
students. I know C# and many other programming languages.

--
----------------------------------------------------------------------------
---------
Michael A. Covington, Associate Director
Artificial Intelligence Center, The University of Georgia
http://www.ai.uga.edu/~mc

"clintonG" <csgallagher@RE ************@me tromilwaukee.co m> wrote in message
news:%2******** *******@TK2MSFT NGP10.phx.gbl.. .
Learning OOP languages can be very challenging. I suggest you start
with Deitel & Deitel textbooks [1] to learn about OOP and then apply
language constructs to Web Forms (ASP.NET) or Windows Forms
(Windows applications) derived from the .NET Framework also from
Deitel & Deitel. These are university level textbooks that can be
assessed at Barnes & Noble.

I also recommend you go right to the MCAD certification training
guides as they cover each element of the .NET Framework used
to develop web or windows development. Our Milwaukee Visual
Studio Developers Group did an assessment of such books and
without question determined the QUE training guides to be
outstanding [2].

Finally, there are several authors who are top notch one of them
being Jesse Liberty but as a rule I have found these experts rarely
cover the scope of OOP and the language constructs that neophytes
need to know about. The one exception IMO is the book by Andrew
Troelsen "C# and the .NET Platform" [3] which for some reason seems
to meld the level of expertise with what I feel is outstanding
readability.

I doubt anyone will argue that the best reference guides are from
someone other than WROX and O'Reilly. I favor WROX [4] as
I've found layout and page presentation more readable than O'Reilly
titles [5] with occassional variance the exception to the rule as both
publishers are technically superior. For example, WROX "C# Class
Design" is as near to a must have as any.

I have no recommendation on ADO.NET as of yet as I've yet to
finalize a determination myself. While there is some good stuff out
there I have yet to find any ADO title as outstanding as those I
have cited.

--
<%= Clinton Gallagher
A/E/C Consulting, Web Design, e-Commerce Software Development
Wauwatosa, Milwaukee County, Wisconsin USA
NET csgallagher@ REMOVETHISTEXT metromilwaukee. com
URL http://www.metromilwaukee.com/clintongallagher/

[1] http://www.deitel.com/
[2] http://www.quepublishing.com/
[3] http://www.apress.com/author/authorDisplay.html?aID=53
[4] http://www.wrox.com/
[5] http://www.oreilly.com/
"Michael A. Covington" <lo**@www.covin gtoninnovations .com.for.addres s>
wrote in message news:ek******** ******@TK2MSFTN GP09.phx.gbl...
What books would you recommend for students who want to learn

programming in
C# and have not previously mastered a related language (Java, C++,

Pascal,
etc.)?

--

Michael A. Covington - Artificial Intelligence Ctr - University of

Georgia

"In the core C# language it is simply not possible to have an

uninitialized
variable, a 'dangling' pointer, or an expression that indexes an array
beyond its bounds. Whole categories of bugs that routinely plague C

and C++
programs are thus eliminated." - A. Hejlsberg, The C# Programming

Language


Nov 16 '05 #6
I believe your students will be best served by using the Deitel and
Deitel
textbooks and think you will be remiss if you fail to at least evaluate
the works this father and son team are producing.

In fact, as of late and despite my awarness of the opportunity, I have
been lazy about not meandering through the bookstores of any of the
local univerisities that tout their CS programs.

So what has your problem been in this regard? Not want to be seen
crossing town to Georgia Tech to do a little window shopping? ;-)

--
<%= Clinton Gallagher
A/E/C Consulting, Web Design, e-Commerce Software Development
Wauwatosa, Milwaukee County, Wisconsin USA
NET csgallagher@ REMOVETHISTEXT metromilwaukee. com
URL http://www.metromilwaukee.com/clintongallagher/

"Michael A. Covington" <lo**@www.covin gtoninnovations .com.for.addres s>
wrote in message news:uS******** ******@tk2msftn gp13.phx.gbl...
Thanks. I should add that I am not the beginner. It's for some of my
students. I know C# and many other programming languages.

--
---------------------------------------------------------------------- ------ ---------
Michael A. Covington, Associate Director
Artificial Intelligence Center, The University of Georgia
http://www.ai.uga.edu/~mc

"clintonG" <csgallagher@RE ************@me tromilwaukee.co m> wrote in message news:%2******** *******@TK2MSFT NGP10.phx.gbl.. .
Learning OOP languages can be very challenging. I suggest you start
with Deitel & Deitel textbooks [1] to learn about OOP and then apply
language constructs to Web Forms (ASP.NET) or Windows Forms
(Windows applications) derived from the .NET Framework also from
Deitel & Deitel. These are university level textbooks that can be
assessed at Barnes & Noble.

I also recommend you go right to the MCAD certification training
guides as they cover each element of the .NET Framework used
to develop web or windows development. Our Milwaukee Visual
Studio Developers Group did an assessment of such books and
without question determined the QUE training guides to be
outstanding [2].

Finally, there are several authors who are top notch one of them
being Jesse Liberty but as a rule I have found these experts rarely
cover the scope of OOP and the language constructs that neophytes
need to know about. The one exception IMO is the book by Andrew
Troelsen "C# and the .NET Platform" [3] which for some reason seems
to meld the level of expertise with what I feel is outstanding
readability.

I doubt anyone will argue that the best reference guides are from
someone other than WROX and O'Reilly. I favor WROX [4] as
I've found layout and page presentation more readable than O'Reilly
titles [5] with occassional variance the exception to the rule as both publishers are technically superior. For example, WROX "C# Class
Design" is as near to a must have as any.

I have no recommendation on ADO.NET as of yet as I've yet to
finalize a determination myself. While there is some good stuff out
there I have yet to find any ADO title as outstanding as those I
have cited.

--
<%= Clinton Gallagher
A/E/C Consulting, Web Design, e-Commerce Software Development Wauwatosa, Milwaukee County, Wisconsin USA
NET csgallagher@ REMOVETHISTEXT metromilwaukee. com
URL http://www.metromilwaukee.com/clintongallagher/

[1] http://www.deitel.com/
[2] http://www.quepublishing.com/
[3] http://www.apress.com/author/authorDisplay.html?aID=53
[4] http://www.wrox.com/
[5] http://www.oreilly.com/
"Michael A. Covington" <lo**@www.covin gtoninnovations .com.for.addres s> wrote in message news:ek******** ******@TK2MSFTN GP09.phx.gbl...
What books would you recommend for students who want to learn

programming in
C# and have not previously mastered a related language (Java, C++,

Pascal,
etc.)?

--

Michael A. Covington - Artificial Intelligence Ctr - University of

Georgia

"In the core C# language it is simply not possible to have an

uninitialized
variable, a 'dangling' pointer, or an expression that indexes an array beyond its bounds. Whole categories of bugs that routinely plague
C and C++
programs are thus eliminated." - A. Hejlsberg, The C# Programming

Language



Nov 16 '05 #7
"clintonG" <csgallagher@RE ************@me tromilwaukee.co m> wrote in message
news:ej******** *****@TK2MSFTNG P11.phx.gbl...
I believe your students will be best served by using the Deitel and Deitel
textbooks and think you will be remiss if you fail to at least evaluate
the works this father and son team are producing.
Deitel, "C#: How to Program," struck me as marvelous. It may be a bit heavy
for casual study, but it would work very well in a classroom. I especially
like the way the authors warn you against common errors and misconceptions.

For what I'm actually recommending (for complete beginners doing directed
study), see:
http://www.covingtoninnovations.com/...ex.html#040529
In fact, as of late and despite my awarness of the opportunity, I have
been lazy about not meandering through the bookstores of any of the
local univerisities that tout their CS programs.

So what has your problem been in this regard? Not want to be seen
crossing town to Georgia Tech to do a little window shopping? ;-)


Georgia Tech is 75 miles away from me, though I do look through their
bookstores regularly. Our CS program teaches Java as the intro language,
and I'll bet theirs does too, but I haven't checked.

I was, however, in Gwinnett County today, and I scouted out some books
there. We have a good university bookstore in Athens, but it is being
remodeled over the summer and isn't entirely open.

Thanks to all who responded!

--

Michael A. Covington - Artificial Intelligence Ctr - University of Georgia

"In the core C# language it is simply not possible to have an uninitialized
variable, a 'dangling' pointer, or an expression that indexes an array
beyond its bounds. Whole categories of bugs that routinely plague C and C++
programs are thus eliminated." - A. Hejlsberg, The C# Programming Language
Nov 16 '05 #8
"Michael A. Covington" <lo**@www.covin gtoninnovations .com.for.addres s>
wrote in news:ek******** ******@TK2MSFTN GP09.phx.gbl:
What books would you recommend for students who want to learn
programming in C# and have not previously mastered a related language
(Java, C++, Pascal, etc.)?


I have been looking at the Deital books and would agree that they would be
excellent in a directed environment - even on-line learning. Myself I am
using the Murach's C# book - which I find to be excellent in the way they
document things. It is useful as a learning tool and a reference due to the
style of writing.

The additional books I have now are C# Programmer Cookbook (Microsoft
Press: Jones) and Applied .Net Framework Programming (Microsoft Press:
Richter).

I have been programming in VB.Net for about a year and a half but making a
tranisition to C# right now. The Murach book is a little on the lite side
for experienced programmers but excellent for the beginners who are going
to be teaching themselves.
Nov 16 '05 #9
B P
Would anyone have recommendations for someone looking to migrate from
the C++/VB 6 world? The software I use has switched to the .NET
platform and I'd like to be able to migrate some of the older scripts
and forms I've created to the new software version.

I've taken a few classes in C++, VBA and Java and am also a fan of the
Dietel series.

Bart
Chas Profitt wrote:
"Michael A. Covington" <lo**@www.covin gtoninnovations .com.for.addres s>
wrote in news:ek******** ******@TK2MSFTN GP09.phx.gbl:

What books would you recommend for students who want to learn
programming in C# and have not previously mastered a related language
(Java, C++, Pascal, etc.)?

I have been looking at the Deital books and would agree that they would be
excellent in a directed environment - even on-line learning. Myself I am
using the Murach's C# book - which I find to be excellent in the way they
document things. It is useful as a learning tool and a reference due to the
style of writing.

The additional books I have now are C# Programmer Cookbook (Microsoft
Press: Jones) and Applied .Net Framework Programming (Microsoft Press:
Richter).

I have been programming in VB.Net for about a year and a half but making a
tranisition to C# right now. The Murach book is a little on the lite side
for experienced programmers but excellent for the beginners who are going
to be teaching themselves.

Nov 16 '05 #10

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

Similar topics

5
2259
by: Dan | last post by:
I am looking for two good books: a php4 one and a php4 with db one. I see that "Beginning PHP4" and "Beginning PHP4 Databases" are a series but "Beginning PHP4" got a bad review on amazon regarding outdated code. Looking for suggestions... TIA, Dan
15
1776
by: Dave Benjamin | last post by:
David Mertz Functional Programming in Python Using the Xoltar Toolkit Steve Holden Python Web Services Alex Martelli Metaprogramming in Python
8
1933
by: noid droid | last post by:
Hi. I posted yesterday asking if C# lived up to the hype. Thus far the feedback has been all positive. (Thanks.) Can anyone suggest GOOD books for learning C# and the Visual Studio .NET IDE? If there is a book that covers both, that would be great. Also, is it necessary for me to learn a lot about the .NET framework that wouldn't also be covered in one of the books? If I can find a book that'll get me up and running with the IDE...
3
2488
by: beachboy | last post by:
hi all, would you pls advise any good books for learning C# (web related back-end programming) with java background? thanks for your suggestion. beachboy
18
13927
by: John Salerno | last post by:
Hi all. I was hoping some of you could recommend a book or two that would help me get started with the basics of C#. I have a slight knowledge of programming, but basically I want to start out like I know nothing, so I don't skip anything. I considered Microsoft Visual C# .NET Step by Step 2003 by Sharp/Jagger, but then I read a few reviews and it doesn't sound so good. I have XP Home, and I plan to buy only Visual C#, not Visual Studio,...
3
1208
by: Tom Williams | last post by:
I'm new to asp.net and learning vb.net. I'm considering which book I should purchase. Any opinions on these two and/or others? Beginning ASP.NET 1.1 with VB .NET 2003 by Wrox Murach's ASP.NET Web Programming with VB.NET Thanks Tom
4
1301
by: Magnus Lycka | last post by:
While I work at a company that uses Python a lot (and would have had a hard time finding such a place a few years ago) I don't really have a clear opinion on whether Python's marketshare (or mindshare) is growing significantly. Perl seems to be in decline, but on the other hand, Ruby is attracting a lot of people. One interesting thing I noticed when I visited Amazon.com today, was that several publishers are busy making new editions of...
10
1591
by: V | last post by:
Hi, I'm a C++, Java and C programmer, and I'm searching for a (preferably printed) book that teaches me the "Python idioms", i.e. the "Python way" of doing something. Ideally, I'm searching for a book like "Effective C++" or "Effective Java", that does not lose time teaching what is a class, or a function, or a loop, but that enters into details and describes not only the "how", but also the "why".
0
1005
by: Peter Morris | last post by:
I'd prefer to give the books to someone with a specific interest. If you want all of the books I will consider you, but only what's left after I have given books away individually first. If you can pick them up from Birmingham UK then they are entirely free, if not I will be happy to post them to you at the exact cost. I'd just rather give them to someone who will read them rather than the paper recycling bin :-) Write to mrpmorris at...
0
9521
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9333
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10107
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
9900
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8768
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5214
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5361
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3863
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
2733
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.