473,657 Members | 2,521 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 2347
"Dragon" <No***********@ hotmail.com> wrote in message
news:Oj******** ********@TK2MSF TNGP09.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(onl y 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(onl y 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*******@yaho o.com> wrote in message
news:jiQ0c.1583 89$jk2.597326@a ttbi_s53...
"Dragon" <No***********@ hotmail.com> wrote in message
news:Oj******** ********@TK2MSF TNGP09.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(onl y 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**********@h otsmail.com> wrote in message
news:md******** *************** *********@4ax.c om...
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.b ischofsystems.c om> 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
4280
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; Linux/Apache/Postgres/PHP I get a few moments of silence and she mentiones to me some new wizzy
20
7365
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
3206
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 language for programming some nice things on my Zaurus. The thing I really missed on the Z was a good Jabber client. That's why I'm building my own. Things are going good, and in a few nights I've been able to get a fairly decent though under-featured...
2
1988
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
2501
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 hard time to understand vb syntax. I don't know if anyone in here can point out which is the equivalent object used in c sharp. Translate these two lines to C sharp: Sub Next_Click(Sender As Object, e As EventArgs) Select Case...
8
12030
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 C# comming from a C++ background - am using Visual C# Programmer's Guide (excellent book). Looked at DirectX - powerful but what a mess.
20
2608
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 cousins - are there better things to do then c-sharp? Thanks a million
0
8392
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
8305
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
8726
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
8503
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
8603
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...
0
4151
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
4301
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2726
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
2
1604
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.