473,830 Members | 2,160 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

question about a C# book

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?
Nov 17 '05 #1
13 1776
Hi all,

Can somebody tell me which is the best book for .Net and C# for a
beginner/Intermediate level.
I would like to take MCAD also.

Thanks,
Sujith
Nov 17 '05 #2
In article <N_************ *@news.oracle.c om>, ss******@oracle .com
says...

On a tactical level, My copy of "Programmin g C#" (Liberty) seems to be
more dog-eared than the other 12 books on the shelf.

-src
Hi all,

Can somebody tell me which is the best book for .Net and C# for a
beginner/Intermediate level.
I would like to take MCAD also.

Thanks,
Sujith

Nov 17 '05 #3
See_Rock_City wrote:
In article <N_************ *@news.oracle.c om>, ss******@oracle .com
says...

On a tactical level, My copy of "Programmin g C#" (Liberty) seems to be
more dog-eared than the other 12 books on the shelf.


But is that more of a reference for experienced programmers, or is it a
decent intro (assuming you already know the very basics, like data
types, loops, etc.)?
Nov 17 '05 #4
In article <R7************ ********@rcn.ne t>, jo******@NOSPAM gmail.com
says...
See_Rock_City wrote:
In article <N_************ *@news.oracle.c om>, ss******@oracle .com
says...

On a tactical level, My copy of "Programmin g C#" (Liberty) seems to be
more dog-eared than the other 12 books on the shelf.


But is that more of a reference for experienced programmers, or is it a
decent intro (assuming you already know the very basics, like data
types, loops, etc.)?

No. It is a good beginner's guide. It took me from javascript/perl/asp
to C#.

-SRC
Nov 17 '05 #5
I'm reading Petzold now, and think that's one of the best books I've read.

Author also gives you his E-mail, so you can write comments or question bout
the book @ any time.

In fact is not properly for early beginners, cause you have to know things
such as loops,inheritan ce,polymorphism etc..
Andrea
Nov 17 '05 #6
Andrea J wrote:
I'm reading Petzold now, and think that's one of the best books I've read.

Author also gives you his E-mail, so you can write comments or question bout
the book @ any time.

In fact is not properly for early beginners, cause you have to know things
such as loops,inheritan ce,polymorphism etc..
Andrea


Right now I'm reading his other book, Programming in the Key of C#. I
figure Programming Windows will be a good introduction to Windows Forms
once I know the basics, but I'm just wondering if maybe too much will
have changed when C#/.NET 2.0 is released.
Nov 17 '05 #7
See_Rock_City wrote:
In article <R7************ ********@rcn.ne t>, jo******@NOSPAM gmail.com
says...
See_Rock_Ci ty wrote:
In article <N_************ *@news.oracle.c om>, ss******@oracle .com
says...

On a tactical level, My copy of "Programmin g C#" (Liberty) seems to be
more dog-eared than the other 12 books on the shelf.


But is that more of a reference for experienced programmers, or is it a
decent intro (assuming you already know the very basics, like data
types, loops, etc.)?


No. It is a good beginner's guide. It took me from javascript/perl/asp
to C#.

-SRC


But I'm sure your knowledge of those other languages helped a lot in
understanding the book. I'm just looking for books that won't be too
advanced for someone who has no prior experience in other languages.
Nov 17 '05 #8
John Salerno wrote:
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?


The author's web site has the following web page for "Programmin g
Windows With C#":

http://www.charlespetzold.com/pwcs/index.html

Even without the change from .NET 1.1 to .NET 2.0, one could argue
that "Programmin g Windows With C#" is obsolete due to the need to
correct the errors. A 2nd edition is forthcoming if the past is any
indication as Charles Petzold has "Programmin g Windows" up to the
5th edition. When? I do not know.

I side-stepped your question because your question can be broken
down into parts. 1) What are the C# language changes from .NET 1.x
to .NET 2.0? 2) What are the changes in the classes from .NET 1.x
to .NET 2.0?

Since I am in the process of learning C# with the experience from
other software programming languages, I can only give a gut feel
answer to these questions ...

For item 1 above, if you have been monitoring the newsgroup, the
CSharpFinalWork ingDraftApril20 05.pdf document was identified for
download in the following article for your analysis:

http://groups-beta.google.com/group/...e=source&hl=en

There is also web pages such as the following:

http://msdn.microsoft.com/vcsharp/20...rp_preview.asp

My gut feel is that the C# language changes from .NET 1.x to .NET
2.0 has little or no impact on "Programmin g Windows With C#". One
change may be to use Anonymous Methods wherever possible to help
make the code examples read easier, but I do not see such a change
as needed. However, some of the new C# language aspects should be
included in "Programmin g In the Key Of C#", for example, Generics.

For item 2 above, I have not seen a concise list of the changes in-
volving the classes, and I would like to see one. Maybe someone
knows of such a list.

When I was programming in Java, the word "deprecated " was the term
to mean that some class or method was becoming obsoleted. One ap-
proach was for the Java compiler to issue a warning when a depre-
cated class or method was used in a compile. After wandering around
microsoft.com using google searches, I did google searches using
the following phrases and got a few hits:

"This class has been deprecated."
"This method has been deprecated."
"This property has been deprecated."

From what I have seen from those hits and after using portions of
"Programmin g Windows With C#", my gut feel is that the changes in
the classes from .NET 1.x to .NET 2.0 have no impact on "Programm-
ing Windows with C#".

If you have finished with "Programmin g in the Key of C#", then you
are ready for "Programmin g Windows With C#".

Doug
Nov 17 '05 #9
On Thu, 21 Apr 2005 09:45:27 +0530, "Sujith" <ss******@oracl e.com>
wrote:
Hi all,

Can somebody tell me which is the best book for .Net and C# for a
beginner/Intermediate level.
I would like to take MCAD also.

Thanks,
Sujith


There are plenty of good books on C# available - the difficult part is
finding the one that really does it for you...

I usually look at amazon.com, check the readers' comments, try to
find/read a sample chapter, deciding on the "look and feel" of the
book as well!

There's a pretty nice book from sybex "C# complete" (for $25)
http://www.sybex.com/sybexbooks.nsf/ffabbbf6a64357f f8825695a00809d 79/a06b79f99d07bde f88256c1600318f dd!OpenDocument

There's the Deitel series with lots of programming examples (some like
this approach - some don't)
http://www.deitel.com/books/csharpAP...pAPI1_toc.html

My favourite is "Beginning C# objects" as one needs to dig into OOP
http://www.apress.com/book/bookDisplay.html?bID=293

Also take a look at Liberty's book (4th Edition - covers C#2.0 and
VS2005) http://www.oreilly.com/catalog/progcsharp4/

And last but not least, Mayo's book "C# Unleashed"
http://www.amazon.com/exec/obidos/AS...942940-4461667
and website with excellent tutorials at http://www.csharp-station.com/

Happy coding!

Chris


Nov 17 '05 #10

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

Similar topics

2
1635
by: j-marvin | last post by:
hi- i have a book on mysql written for version 4 that has hard to read screen shots. i'd like to get a newer mysql book. do i have to worry about the version number of mysql i am using if i use php 4.3 version or newer? i'd like to get the osbourne mysql book. the only thought that comes to mind is some things may be deprecated since the php 4.2 book i own was published. i ought to be able to use the net and my new mysql book to...
15
8067
by: Wolfram Humann | last post by:
Hi, please don't be too harsh if I made stupid errors creating this simple example from my more complex case. Suppose I have a class like this: class BOOK { const string title;
1
1426
by: Tony Johansson | last post by:
Hello! I'm reading a book about C++ and there is something that I don't understand so I ask you. I have marked the section from the book that is of intertest by tagging it with BOOK START HERE and ending with BOOK ENDING HERE. All that text between is just a copy from the book. My question come after the text section. The book says
11
2365
by: tigervamp | last post by:
I purchased "Pointers on C" online and just received the book. The pages look like they have been poorly photocopied, not the quality I would expect from a $73 book. My question is, to those that have the book, is your copy the same or was I hood-winked? Yes, I know this is off-topic but I thought it would be the best place to ask since I know people here have the book. Thanks,
26
1697
by: myName | last post by:
a && b || c is evaluated as (a && b) || c or it is evaluated as a && (b || c)
3
1617
by: John Salerno | last post by:
Along with events and delegates, polymorphism has been something I sort of struggle with every now and then. First, let me quote the book I'm reading: "Polymorphism is most useful when you have two or more derived classes that use the same base class. It allows you to write generic code that targets the base class rather than having to write specific code for each object type." And here is the example in the book:
11
296
by: Darklight | last post by:
Question the program below is taken from a book which i have been told is bad, but it gives me the basics which is what i need, and yes i know the gets function should not be used, but i would like to see how other people would get the program below to work. I have already got it to work by changing some thing in the typedef struct, but i would like to see how the more experienced programmer would get it to work The program is used to...
9
2031
by: me | last post by:
Hi All, I am new to Classes and learniing the ropes with VB.NET express Here's my question - say I have a want to manage a list of books. Each book has an Author, Title and ISBN Now, I am used to using Arrays so I would normally do something like this: Set an array up during the init routine (called from form_load) say of
2
15337
by: djc | last post by:
I read a network programming book (based on framework 1.1) which indicated that you should 'never' use the RecieveTimeout or the SendTimeout 'socket options' on TCP sockets or you may loose data. I now see the socket.RecieveTimeout 'property' in the visual studio 2005 help documentation (framework 2.0) and it has example of it being used with TCP socket. This propery is also listed as 'new in .net 2.0'. 1) is the socket.RecieveTimeout...
7
2692
by: gk | last post by:
XML ====== <bookstore> − <book category="COOKING"> <title lang="en">Everyday Italian</title> <author>Giada De Laurentiis</author> <year>2005</year> <price>30.00</price>
0
9786
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
10769
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...
0
10479
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
7741
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
6948
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5616
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
5778
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3956
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
3073
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.