473,729 Members | 2,344 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Good C# book

Sam
Hi All

I don't know anything about C# and I'm planning to learn the language. Does
anyone know any good book out there that explains things well?

Any suggestion is greatly appreciated

Regards,

Sam
Nov 17 '05 #1
11 2365
Sam wrote:
Hi All

I don't know anything about C# and I'm planning to learn the language. Does
anyone know any good book out there that explains things well?

Any suggestion is greatly appreciated

Regards,

Sam


If you're new to programming, I think you should read Programming in the
Key of C# by Charles Petzold first.
Nov 17 '05 #2
Sam wrote:
I don't know anything about C# and I'm planning to learn the
language. Does anyone know any good book out there that explains
things well?


I liked this one:

http://www.wrox.com/WileyCDA/WroxTit...764543989.html

I had other (than .NET) programming background, however, I believe the book
would be suitable for someone without such as well.

One difficulty with recommending books right now is that we are within weeks
from the release of .NET 2.0 and VS 2005. Many books have not yet been
updated for 2.0; while those that have and are already on the shelves, are
based on early betas and pre-release documentation. This is not a major
issue for learning the essentials as not that much has changed and most
changes are additions; however, no matter what you do now, if you want to
have a good, accurate reference on the current version in a few months, you
will be buying another book then.
--
Chris Priede
Nov 17 '05 #3
Have you seen these videos by Bob Tabor? I liked them.

http://www.learnvisualstudio.net/

http://www.learnvisualstudio.net/vid...ss_Edition.htm

could be helpful.

Personal choice of course, and it is as much about learning the interface as
the language.

Charlie
"Chris Priede" <pr****@panix.c om> wrote in message
news:eS******** *****@TK2MSFTNG P10.phx.gbl...
Sam wrote:
I don't know anything about C# and I'm planning to learn the
language. Does anyone know any good book out there that explains
things well?


I liked this one:

http://www.wrox.com/WileyCDA/WroxTit...764543989.html

I had other (than .NET) programming background, however, I believe the
book would be suitable for someone without such as well.

One difficulty with recommending books right now is that we are within
weeks from the release of .NET 2.0 and VS 2005. Many books have not yet
been updated for 2.0; while those that have and are already on the
shelves, are based on early betas and pre-release documentation. This is
not a major issue for learning the essentials as not that much has changed
and most changes are additions; however, no matter what you do now, if you
want to have a good, accurate reference on the current version in a few
months, you will be buying another book then.
--
Chris Priede

Nov 17 '05 #4
Hello Sam,

I read Professional C# from Wrox. It is a book from the programmer to programmer
series. Do you have any experience in other programming languages?

Regards,

Mark Monster
Hi All

I don't know anything about C# and I'm planning to learn the language.
Does anyone know any good book out there that explains things well?

Any suggestion is greatly appreciated

Regards,

Sam

Nov 17 '05 #5
This one is free, and more comprehensive than any book you can buy!

http://www.microsoft.com/downloads/d...displaylang=en

I read it every day, and it's my ONLY book for .Net development!

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
Ambiguity has a certain quality to it.

"Sam" <qd*@datawave.c a> wrote in message
news:uD******** ******@TK2MSFTN GP14.phx.gbl...
Hi All

I don't know anything about C# and I'm planning to learn the language.
Does anyone know any good book out there that explains things well?

Any suggestion is greatly appreciated

Regards,

Sam

Nov 17 '05 #6
On Tue, 18 Oct 2005 20:37:40 -0700, "Sam" <qd*@datawave.c a> wrote:

I don't know anything about C# and I'm planning to learn the language. Does
anyone know any good book out there that explains things well?


C# 2005
Try the free videos by Bob Tabor at
http://lab.msdn.microsoft.com/express/beginner/ This really is a good
starting point. It has 16 lessons (about 10 hours) and touches a lot
of topics (from a simple do/while, to retrieving data from a sql srv
2005 express and building an rss-reader).

Both Wrox and Apress will release a book on Visual C#.NET 2005
(Express) by the end of this month

http://www.wrox.com/WileyCDA/WroxTit...764578472.html

http://www.apress.com/book/bookDisplay.html?bID=10018
C# 2003
try "beginning C#" from Karli Watson (Wrox)
Try "C# complete" from Sybex for 25$
try "C# objects - from concepts to code" from apress
try "beginning C# databases" from apress

Find a good bookstore (or check amazon, or download free sample
chapters) and dig into a few of the above mentioned books and get the
one _you_ really like.

Happy coding, Chris
Nov 17 '05 #7
You said you know nothing about C#. So far everybody's suggestion has been
about learning the .NET Framework using the C# language.

First you have to learn C# the language which was the right question to ask.
I recommend a real textbook such as those published by Deitel & Deitel [1].
The text I chose is "C# A Programmer's Introduction." Do all of the
excercises and you will have an excellent introduction and grasp of the C#
language.

If you want to learn something about the framework at the same time I would
suggest starting with 1.1 -- AND -- 2.0 because 2.0 is about to be released
in a couple of weeks but not much if not most of 2.0 is encapsulated and
hidden away. Microsoft wants to make developing RAD experience. I call it
push button monkey code like FrontPage and the monkey is not always a good
boy.

RAD is fine, but those just starting that have no experience with the
fundamentals that are under the covers will be crippled and have to take
everything for granted because you will never understand how things work
'under the hood' so to speak. Thus, you won't be able to code your way out
of a paper bag because you won't know what you don't know. Make sense?

So be prepared to buy books and learn 1.1 as well as 2.0. Which books to
learn the framework are difficult to recommend as many are very good but
note all are incomplete in one way or another. I've preferred WROX for the
most part but I have other titles as well.

I also support Kevin's recommendation even though the sly dog tricked you
into loading that page :-) You can pay him back by downloading the 1.1 SDK
and asking him a bunch of questions for the next year or so. nyaa ha haaaaa.
That's about how long it will likely take you to start becoming competent.
Better that you get going now as you're already behind the curve a bit but
again, I think it best to learn the C# language before you take on learning
the framework.

<%= Clinton Gallagher
METROmilwaukee (sm) "A Regional Information Service"
NET csgallagher AT metromilwaukee. com
URL http://metromilwaukee.com/
URL http://clintongallagher.metromilwaukee.com/

[1] http://deitel.com/

"Sam" <qd*@datawave.c a> wrote in message
news:uD******** ******@TK2MSFTN GP14.phx.gbl...
Hi All

I don't know anything about C# and I'm planning to learn the language.
Does anyone know any good book out there that explains things well?

Any suggestion is greatly appreciated

Regards,

Sam

Nov 17 '05 #8
Sam
Hey guys; thanks for the suggestions. I think I'm gonna get the book that
you suggested Clinton

Sam

"clintonG" <cs*********@RE MOVETHISTEXTmet romilwaukee.com > wrote in message
news:OH******** ******@TK2MSFTN GP09.phx.gbl...
You said you know nothing about C#. So far everybody's suggestion has been
about learning the .NET Framework using the C# language.

First you have to learn C# the language which was the right question to
ask. I recommend a real textbook such as those published by Deitel &
Deitel [1]. The text I chose is "C# A Programmer's Introduction." Do all
of the excercises and you will have an excellent introduction and grasp of
the C# language.

If you want to learn something about the framework at the same time I
would suggest starting with 1.1 -- AND -- 2.0 because 2.0 is about to be
released in a couple of weeks but not much if not most of 2.0 is
encapsulated and hidden away. Microsoft wants to make developing RAD
experience. I call it push button monkey code like FrontPage and the
monkey is not always a good boy.

RAD is fine, but those just starting that have no experience with the
fundamentals that are under the covers will be crippled and have to take
everything for granted because you will never understand how things work
'under the hood' so to speak. Thus, you won't be able to code your way out
of a paper bag because you won't know what you don't know. Make sense?

So be prepared to buy books and learn 1.1 as well as 2.0. Which books to
learn the framework are difficult to recommend as many are very good but
note all are incomplete in one way or another. I've preferred WROX for the
most part but I have other titles as well.

I also support Kevin's recommendation even though the sly dog tricked you
into loading that page :-) You can pay him back by downloading the 1.1 SDK
and asking him a bunch of questions for the next year or so. nyaa ha
haaaaa. That's about how long it will likely take you to start becoming
competent. Better that you get going now as you're already behind the
curve a bit but again, I think it best to learn the C# language before you
take on learning the framework.

<%= Clinton Gallagher
METROmilwaukee (sm) "A Regional Information Service"
NET csgallagher AT metromilwaukee. com
URL http://metromilwaukee.com/
URL http://clintongallagher.metromilwaukee.com/

[1] http://deitel.com/

"Sam" <qd*@datawave.c a> wrote in message
news:uD******** ******@TK2MSFTN GP14.phx.gbl...
Hi All

I don't know anything about C# and I'm planning to learn the language.
Does anyone know any good book out there that explains things well?

Any suggestion is greatly appreciated

Regards,

Sam


Nov 17 '05 #9
Smart choice Sam.

<%= Clinton Gallagher

"Sam" <qd*@datawave.c a> wrote in message
news:eb******** ******@TK2MSFTN GP15.phx.gbl...
Hey guys; thanks for the suggestions. I think I'm gonna get the book that
you suggested Clinton

Sam

"clintonG" <cs*********@RE MOVETHISTEXTmet romilwaukee.com > wrote in message
news:OH******** ******@TK2MSFTN GP09.phx.gbl...
You said you know nothing about C#. So far everybody's suggestion has
been about learning the .NET Framework using the C# language.

First you have to learn C# the language which was the right question to
ask. I recommend a real textbook such as those published by Deitel &
Deitel [1]. The text I chose is "C# A Programmer's Introduction." Do all
of the excercises and you will have an excellent introduction and grasp
of the C# language.

If you want to learn something about the framework at the same time I
would suggest starting with 1.1 -- AND -- 2.0 because 2.0 is about to be
released in a couple of weeks but not much if not most of 2.0 is
encapsulated and hidden away. Microsoft wants to make developing RAD
experience. I call it push button monkey code like FrontPage and the
monkey is not always a good boy.

RAD is fine, but those just starting that have no experience with the
fundamentals that are under the covers will be crippled and have to take
everything for granted because you will never understand how things work
'under the hood' so to speak. Thus, you won't be able to code your way
out of a paper bag because you won't know what you don't know. Make
sense?

So be prepared to buy books and learn 1.1 as well as 2.0. Which books to
learn the framework are difficult to recommend as many are very good but
note all are incomplete in one way or another. I've preferred WROX for
the most part but I have other titles as well.

I also support Kevin's recommendation even though the sly dog tricked you
into loading that page :-) You can pay him back by downloading the 1.1
SDK and asking him a bunch of questions for the next year or so. nyaa ha
haaaaa. That's about how long it will likely take you to start becoming
competent. Better that you get going now as you're already behind the
curve a bit but again, I think it best to learn the C# language before
you take on learning the framework.

<%= Clinton Gallagher
METROmilwaukee (sm) "A Regional Information Service"
NET csgallagher AT metromilwaukee. com
URL http://metromilwaukee.com/
URL http://clintongallagher.metromilwaukee.com/

[1] http://deitel.com/

"Sam" <qd*@datawave.c a> wrote in message
news:uD******** ******@TK2MSFTN GP14.phx.gbl...
Hi All

I don't know anything about C# and I'm planning to learn the language.
Does anyone know any good book out there that explains things well?

Any suggestion is greatly appreciated

Regards,

Sam



Nov 17 '05 #10

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

Similar topics

12
2241
by: Raque | last post by:
Hello. I'm looking for a good C++ reference book. I learned C++ a year ago. It is very broad and I need something to refer to. Particularly about syntax (using -> versus ".", etc.), using classes, C++ functions, etc. Basically, a good overall C++ language reference. I need a reference book. Not a "begin from scratch" instruction book, unless there is one that is also a good reference. Also, does anyone know of any good standard...
6
6026
by: Danny Lu | last post by:
Hi, can anyone tell me where I can get a good perl book? TIA Dan
13
6554
by: John Salerno | last post by:
Here are a few I'm considering: Design Patterns Explained : A New Perspective on Object-Oriented Design (2nd Edition) (Software Patterns Series) by Alan Shalloway Design Patterns C# by Steven John Metsker Design Patterns by Erich Gamma Head First Design Patterns by Elisabeth Freeman
6
1633
by: Christoph | last post by:
I was browsing both the Amazon and Barnes & Noble websites looking for some good books but there appears to be *so* many and it's hard to tell which are going to be good or not. I'm looking for one or two *good* books on the subjects of ASP.NET and ADO.NET together. E.g., using ASP.NET on the front end to communicate with a back end database via ADO.NET. I'm hoping to find a mid-level type of book. I've been using PHP and MySQL for...
6
2064
by: Jamiil | last post by:
I am not a programmer by any means, but a dedicated aficionado. I have good understanding of Java and C/C++, and now I would like to learn javascript->ajax, but I don't know where to start. My HTML knowledge is basic, however, with a little bit of an effort I can program a small page. Can anyone recommend a good beginner's book on JavaScript? Please, bear in mind that it is my intention to learn to program server and client side, thus the...
5
1646
by: Matthew Wells | last post by:
I'm looking for a good book on ASP.net. I'm looking for a book that builds a project throughout the book - not disjointed examples for every chapter. I have a book on ASP standard called "Web Application Development Using Microsoft Visual InterDev 6.0". This book builds a website for a college. Each chapter is a progressive stage in the building of the web site. This is the kind of book I want for ASP.net. Any recommendations? ...
7
1624
by: TAVOSOFT | last post by:
Hi friends, I am begginer , I wanna to learn VB2005 ,Which are good book for to learn VB2005 of level -begginer-intermediate. Thanks you friends.
13
2107
by: arnuld | last post by:
i see C FAQs are very important part of learning C. whole C FAQs are available as a book (1st edition) in my area at a little cost. is it a good idea to purchase C FAQs book, published in 1996 ? i am asking because my experience says hard-copies are better than online copies but this one was published 10 years ago.
22
3429
by: Jon Skeet [C# MVP] | last post by:
I'm looking to write a C# book fairly soon, and the publisher I've approached wants me to do a bit of market research to find out what people like and don't like in this kind of book. I've read loads of reviews of best-selling books on Amazon, so I've got some ideas from there, but I'd be very interested in hearing what you all think makes a good C# book. I'm interested primarily in stylistic things - how light-hearted, what kind of...
76
4079
by: lorlarz | last post by:
Crockford's JavaScript, The Good Parts (a book review). This shall perhaps be the world's shortest book review (for one of the world's shortests books). I like Douglas Crockford (because I am a crabby old man too; plus he _is_ smart and good).. But, how can he write a book on the good parts of JavaScript and not mention functions that address CSS & DOM? Weird. It's like
0
8917
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
8761
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,...
1
9200
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
9142
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
6722
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 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 a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
4525
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
4795
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
2680
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2163
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.