473,402 Members | 2,046 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,402 software developers and data experts.

C Sharp Book... Any good?

Hi,

I have 'some' experience in VB. I would like to learn C-Sharp and would like
to know if the following book is any good or not.

Thank you.

Microsoft Visual C# .NET Step by Step - Version 2003
by John Sharp and Jon Jagger ISBN:0735619093
Nov 15 '05 #1
9 2325
"Dragon" <No***********@hotmail.com> wrote in message
news:Oj****************@TK2MSFTNGP09.phx.gbl...
Hi,

I have 'some' experience in VB. I would like to learn C-Sharp and would like to know if the following book is any good or not.

Thank you.

Microsoft Visual C# .NET Step by Step - Version 2003
by John Sharp and Jon Jagger ISBN:0735619093

I just bought another one:

"The complete reference C#" by Herbert Schildt
It was on sale at MicroCenter(only 5 bucks instead of $49.99), so i got a
good book and a good bargain :)
Nov 15 '05 #2
MuZZy wrote:
I just bought another one:

"The complete reference C#" by Herbert Schildt
It was on sale at MicroCenter(only 5 bucks instead of $49.99), so i got a
good book and a good bargain :)


Wow -- I always remember Herbert Schildt teaching low-level languages
like C. This is quite a shock to hear!
Nov 15 '05 #3
Programming C# by O'Reilly is really good. Even though I'm currently
on page 69...but, you should look at the book's reviews, that is your
best bet.
Posted Via Usenet.com Premium Usenet Newsgroup Services
----------------------------------------------------------
** SPEED ** RETENTION ** COMPLETION ** ANONYMITY **
----------------------------------------------------------
http://www.usenet.com
Nov 15 '05 #4
I bought a couple of his C books as well. Always found him one of the more
readable technical authors.

Check out the C# patch work book on this site, cribbed from sample chapters
of other books.

http://www.softsteel.co.uk/tutorials/cSharp/patch.html

plus their C# tutorial

http://www.softsteel.co.uk/tutorials/cSharp/cIndex.html

Hope that helps.

I'm not that interested in buying books nowadays given most of everything
you need to available on the Net if you are prepared to look (which overall
is probably more expensive in time, than buying a book but a bit more fun).
"MuZZy" <le*******@yahoo.com> wrote in message
news:jiQ0c.158389$jk2.597326@attbi_s53...
"Dragon" <No***********@hotmail.com> wrote in message
news:Oj****************@TK2MSFTNGP09.phx.gbl...
Hi,

I have 'some' experience in VB. I would like to learn C-Sharp and would

like
to know if the following book is any good or not.

Thank you.

Microsoft Visual C# .NET Step by Step - Version 2003
by John Sharp and Jon Jagger ISBN:0735619093

I just bought another one:

"The complete reference C#" by Herbert Schildt
It was on sale at MicroCenter(only 5 bucks instead of $49.99), so i got a
good book and a good bargain :)

Nov 15 '05 #5
On Mon, 1 Mar 2004 15:02:59 -0800, in msg
<Oj**************@TK2MSFTNGP09.phx.gbl>, "Dragon"
<No***********@hotmail.com> wrote:
Hi,

I have 'some' experience in VB. I would like to learn C-Sharp and would like
to know if the following book is any good or not.

Thank you.

Microsoft Visual C# .NET Step by Step - Version 2003
by John Sharp and Jon Jagger ISBN:0735619093

I am just going through the process of learning C# also. My learning
process involves converting some of my current VB 6 modules, classes,
forms, etc. As I began this process I would have to constantly look at
very elemental language elements and try to find the C# equivalent.
This made for very long, and tedious searches which become tiring over
time and I need to maximize my time and effort. I picked up 'The .NET
Languages: A Quick Translation Guide" by Brian Bischof which has
proved invaluable in easily and quickly identifying C# equivalents
along with good examples.

--
John Wood a.k.a Mortimer Schnurd
http://www.loosemarbles.com
Nov 15 '05 #6

Hi John,

Thanks for recommending my book, "The .NET Languages". I've been teaching
VB6 for years and I wanted to write a book that made it easy for someone
like me to quickly learn the .NET syntax. I'm glad it helps you!

Once you start working with Crystal Reports, you should check out my new
book coming out on April 1st, 2004 (I'm selling autographed copies on my
website prior to its release). It shows you how to program every aspect of
Crystal Reports .NET. Of course, I show all the code in both VB.NET and C#.
:-) I think you'll find that there is no other CR book on the market like
it. My website gives more information as well as a free ebook you can
download.

Take care,

Brian

A Crystal Reports.NET book for programmers? Its here!
* Covers ASP.NET and Windows Forms
* Teaches all phases of report development
* Alerts you to the bugs and how to get around them
* Maps out the complex ReportDocument object model
* Shows how to perform runtime customization
* Demonstrates all options of connecting with ADO.NET
* Gives complete code listings for every concept presented

http://www.123aspx.com/redir.aspx?res=30160


"Mortimer Schnurd" <fu**********@hotsmail.com> wrote in message
news:md********************************@4ax.com...
On Mon, 1 Mar 2004 15:02:59 -0800, in msg
<Oj**************@TK2MSFTNGP09.phx.gbl>, "Dragon"
<No***********@hotmail.com> wrote:
Hi,

I have 'some' experience in VB. I would like to learn C-Sharp and would liketo know if the following book is any good or not.

Thank you.

Microsoft Visual C# .NET Step by Step - Version 2003
by John Sharp and Jon Jagger ISBN:0735619093

I am just going through the process of learning C# also. My learning
process involves converting some of my current VB 6 modules, classes,
forms, etc. As I began this process I would have to constantly look at
very elemental language elements and try to find the C# equivalent.
This made for very long, and tedious searches which become tiring over
time and I need to maximize my time and effort. I picked up 'The .NET
Languages: A Quick Translation Guide" by Brian Bischof which has
proved invaluable in easily and quickly identifying C# equivalents
along with good examples.

--
John Wood a.k.a Mortimer Schnurd
http://www.loosemarbles.com

Nov 15 '05 #7
> Microsoft Visual C# .NET Step by Step - Version 2003 by John Sharp and Jon
Jagger
ISBN:0735619093


I've been learning from it and I'd say its suited my needs verty well.

Peter Seaman
Nov 15 '05 #8
rollasoc wrote:
I bought a couple of his C books as well. Always found him one of the more
readable technical authors.


Same here. He would always get a bad spin from people for things like
not including enough samples of where a particular technique might be used.

Still, I found that by reading his books, one could learn the particular
language in very little time.

<snip>
Nov 15 '05 #9
On Tue, 2 Mar 2004 10:24:33 -0800, in msg
<#a**************@TK2MSFTNGP10.phx.gbl>, "Brian Bischof"
<br***@nospam.bischofsystems.com> wrote:

Hi John,

Thanks for recommending my book, "The .NET Languages". I've been teaching
VB6 for years and I wanted to write a book that made it easy for someone
like me to quickly learn the .NET syntax. I'm glad it helps you!

Once you start working with Crystal Reports, you should check out my new
book coming out on April 1st, 2004 (I'm selling autographed copies on my
website prior to its release). It shows you how to program every aspect of
Crystal Reports .NET. Of course, I show all the code in both VB.NET and C#.
:-) I think you'll find that there is no other CR book on the market like
it. My website gives more information as well as a free ebook you can
download.

Take care,

Brian

Hi Brian,
I really have to say, your book has been a real time-saver for me. It
remains on my desk-top within easy reach and I refer to it very often.
The layout is perfect for jumping in at any point and finding just the
right amount of material to get a firm understanding of a particular
C# equivalent of a VB 6 element. My appreciation is extended to you
for this well crafted work.
--
John Wood a.k.a Mortimer Schnurd
http://www.loosemarbles.com
Nov 15 '05 #10

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

Similar topics

50
by: Jerry Sievers | last post by:
<venting> Fellow coders; I just get off the phone today with some clueless headhunter and after listing for her (very proudly I might add) my OS and dev tools platforms of choice; ...
20
by: The LoxFather | last post by:
Coming from a VB background, which should .NET language should I learn....C++ or C Sharp. Is C++ going to be dead soon?
12
by: Sybren Stuvel | last post by:
Hi there! I'm a beginning Python programmer, and I like it a lot already. Since my Sharp Zaurus has a fairly complete Python environment including PyQT, I thought it would be the perfect...
2
by: Ben | last post by:
Hi all I am new to C Sharp. Any suggestion for some good C Sharp sites? Thanks for sharing. Ben
4
by: Hai Nguyen | last post by:
I'm learning C sharp and do not like vb much. I'm creatiing a wepage using panel to test myself. I tried to use these code below, which is written in VB, and to transform them to c sharp but I got...
8
by: Takuon Soho | last post by:
Are there 3d Games being built with C#? I see several 3d Engines and a rework of OpenGL out there but wonder if anyone is actually commercially developing games with C# and OpenGL Am new to...
20
by: windandwaves | last post by:
Hi Folk I am a PHP programmer, but I like to learn c-sharp as it seems to be in hot demand around here. My questions are: - how does c-sharp relate to PHP - do you like c-sharp and its...
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: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
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...
0
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,...
0
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...
0
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...
0
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,...

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.