473,396 Members | 1,989 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,396 software developers and data experts.

REPOST: C# Book

Surprisingly, I didn't get any responses on this the first time, here goes
again:

I am looking for a good C# book that covers the language and syntax of C#
(2003). I do not need coverage of the .NET Framework and/or VS.NET
(allthough, I realize there will be some of that in most books). I am
already familiar with the Framework and VS.NET from several years of VB.NET
development.
Apr 15 '06 #1
9 1342
SP

"Scott M." <s-***@nospam.nospam> wrote in message
news:%2****************@TK2MSFTNGP05.phx.gbl...
Surprisingly, I didn't get any responses on this the first time, here goes
again:

I am looking for a good C# book that covers the language and syntax of C#
(2003). I do not need coverage of the .NET Framework and/or VS.NET
(allthough, I realize there will be some of that in most books). I am
already familiar with the Framework and VS.NET from several years of
VB.NET
development.


When I switched from VB.Net to C# I read C# Unleashed By Joseph Mayo. I like
it because it was focused on someone coming from another language. It does
go into the .Net framework but the chapter organization enables you to just
skip chapters that are not something you have an interest in.

SP
Apr 15 '06 #2
Try Professional C# 2005.
http://www.amazon.com/gp/product/076...Fencoding=UTF8

-T

Apr 15 '06 #3
VJ
if you have done VB.NET.. and switched to C#.. I did the same over 2 years
ago.. and I just used the O-Riley book.. was really good enough to get hands
on C#...

VJ

"Scott M." <s-***@nospam.nospam> wrote in message
news:%2****************@TK2MSFTNGP05.phx.gbl...
Surprisingly, I didn't get any responses on this the first time, here goes
again:

I am looking for a good C# book that covers the language and syntax of C#
(2003). I do not need coverage of the .NET Framework and/or VS.NET
(allthough, I realize there will be some of that in most books). I am
already familiar with the Framework and VS.NET from several years of
VB.NET
development.

Apr 15 '06 #4
On Sat, 15 Apr 2006 14:23:50 -0400, "Scott M." <s-***@nospam.nospam> wrote:
Surprisingly, I didn't get any responses on this the first time, here goes
again:

I am looking for a good C# book that covers the language and syntax of C#
(2003). I do not need coverage of the .NET Framework and/or VS.NET
(allthough, I realize there will be some of that in most books). I am
already familiar with the Framework and VS.NET from several years of VB.NET
development.


Either of these two books will give you what you want:

"The C# Programming Language" Hejlsberg, Wiltamuth and Golde includes .NET 2.0
updates. Nice hardcover book. Even has a built-in book mark.

"C# Language Specification" The original one.

Both are Microsoft Press books and have no VS coverage, only C# specifications.

Good luck with your project,

Otis Mukinfus
http://www.arltex.com
http://www.tomchilders.com
Apr 15 '06 #5
As I mentioned in my post, I'm looking for C# 2003.
"baker2g" <tc*****@gmail.com> wrote in message
news:11*********************@j33g2000cwa.googlegro ups.com...
Try Professional C# 2005.
http://www.amazon.com/gp/product/076...Fencoding=UTF8

-T

Apr 15 '06 #6
On Sat, 15 Apr 2006 14:23:50 -0400, Scott M. wrote:
Surprisingly, I didn't get any responses on this the first time, here goes
again:

I am looking for a good C# book that covers the language and syntax of C#
(2003). I do not need coverage of the .NET Framework and/or VS.NET
(allthough, I realize there will be some of that in most books). I am
already familiar with the Framework and VS.NET from several years of VB.NET
development.


I liked Murach's C#, it explained things in a very thorough, yet
understandable manner. This is only my perception, though. :)

The book does begin with a section on the .NET framework and visual
studio, but it has good code samples throughout. Another one I found
helpful is Petzold's Programming in the key of C#.

Link to Murach's:
http://www.amazon.com/gp/product/189...22549?n=283155

I hope I was at least a little helpful. :)
Cheers
-Christopher-
Apr 16 '06 #7
On Sat, 15 Apr 2006 14:23:50 -0400, "Scott M." <s-***@nospam.nospam>
wrote in <#8**************@TK2MSFTNGP05.phx.gbl>:
I am looking for a good C# book that covers the language and syntax of C#
(2003).


"C# Essentials" by Ben Albahari, Peter Drayton & Brad Merrill.
Published by O'Reilly. ISBN 0-596-00315-3.
--
Charles Calvert | Software Design/Development
Celtic Wolf, Inc. | Project Management
http://www.celticwolf.com/ | Technical Writing
(703) 580-0210 | Research
Apr 16 '06 #8

"Scott M." <s-***@nospam.nospam> wrote in message
news:%2****************@TK2MSFTNGP05.phx.gbl...
Surprisingly, I didn't get any responses on this the first time, here goes
again:

I am looking for a good C# book that covers the language and syntax of C#
(2003). I do not need coverage of the .NET Framework and/or VS.NET
(allthough, I realize there will be some of that in most books). I am
already familiar with the Framework and VS.NET from several years of
VB.NET
development.


Programming C# by Jesse Liberty

Microsoft Visural C# .NET 2003 in 24 hours by James Foxall

are two I found useful

Robert
Apr 16 '06 #9
cj
Try a book by Deitel & Deitel. They are great and they have a good C# one.

http://www.deitel.com/

"Scott M." <s-***@nospam.nospam> wrote in message
news:%2****************@TK2MSFTNGP05.phx.gbl...
Surprisingly, I didn't get any responses on this the first time, here goes
again:

I am looking for a good C# book that covers the language and syntax of C#
(2003). I do not need coverage of the .NET Framework and/or VS.NET
(allthough, I realize there will be some of that in most books). I am
already familiar with the Framework and VS.NET from several years of
VB.NET
development.


Apr 17 '06 #10

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

Similar topics

0
by: Ed Wurster | last post by:
Posted this incorrectly as a response in an unrelated thread. Sorry! Can someone recommend a script for a Contact List or Address Book? I've looked at many that are available, but would like...
2
by: José Joye | last post by:
I'm trying to define on my production machine the JIT debugger to catch a bug that only appear there.... :-(( I googled and had a look to MSDN...
3
by: Ed Landau | last post by:
Apologies for the repost: I'm looking to print a 100 page report where each page would have a little black label on the left hand side of the page. This label would have the first letter of the...
3
by: Adam | last post by:
I've posted about this previously, but failed to receive a satisfactory response, so have included a code sample: I am trying to receive messages from an HTML viewer control in compact.net (c#),...
2
by: José Joye | last post by:
I have been programming with C# for more than a year. Mostly on Server applications (including ADO.NET and .NET Remoting) and a bit on Client side using Winforms. I now plan to get involved in...
14
by: Steve McLellan | last post by:
Hi, Sorry to repost, but this is becoming aggravating, and causing me a lot of wasted time. I've got a reasonably large mixed C++ project, and after a number of builds (but not a constant...
2
by: Learning SQL Server | last post by:
Forgive the repost, but this is really troublesome and I hope SOMEONE can shed some light on it. I am trying to update a datarow via in-place editing from a dataset stored in session. When I...
32
by: Jon Paal | last post by:
trying to use this script for scrolling tables found at this link: http://www.litotes.demon.co.uk/example_scripts/tableScroll.html The top left corner in the table grid is hidden from being...
2
by: Raj | last post by:
Hi, I have the following problem. I am displaying and printing a PDF file that is generated by my Application server. The print dialogs comes up correctly for the small PDF for the larger PDFs...
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: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
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
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
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...
0
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,...
0
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...

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.