473,396 Members | 1,804 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.

Book on what is new in C# for VS 2005?

Is there a book on what is new in C# for VS 2005?

The books I can find on Amazon seem to be about C# in VS 2005 - in other
words for people who want to learn C#, but telling them about it in terms of
VS 2005.

I just don't want to read a lot of stuff I already know.

Thanks
May 15 '06 #1
9 1198
I highly recommend Patrick Smacchia's book. Here's a tiny url...

Patrick is the author of NDepend, a world renowned code metrick analysis
tool and this book is the best I've seen so far.

http://tinyurl.com/gnfqm

--
Bob Powell [MVP]
Visual C#, System.Drawing

Ramuseco Limited .NET consulting
http://www.ramuseco.com

Find great Windows Forms articles in Windows Forms Tips and Tricks
http://www.bobpowell.net/tipstricks.htm

Answer those GDI+ questions with the GDI+ FAQ
http://www.bobpowell.net/faqmain.htm

All new articles provide code in C# and VB.NET.
Subscribe to the RSS feeds provided and never miss a new article.

"Robert Halford" <ro************@tiscali.com> wrote in message
news:O4*************@TK2MSFTNGP02.phx.gbl...
Is there a book on what is new in C# for VS 2005?

The books I can find on Amazon seem to be about C# in VS 2005 - in other
words for people who want to learn C#, but telling them about it in terms
of VS 2005.

I just don't want to read a lot of stuff I already know.

Thanks

May 15 '06 #2

Robert Halford wrote:
Is there a book on what is new in C# for VS 2005?

The books I can find on Amazon seem to be about C# in VS 2005 - in other
words for people who want to learn C#, but telling them about it in terms of
VS 2005.

I just don't want to read a lot of stuff I already know.


What's new in Visual C# 2005
<http://msdn2.microsoft.com/en-us/library/t27ahy37(VS.80).aspx>

What's new in the C# 2.0 Language and Compiler
<http://msdn2.microsoft.com/en-us/library/7cz8t42e(VS.80).aspx>

What's new in the .NET Framework 2.0
<http://msdn2.microsoft.com/en-us/library/t357fb32>

*cough* google *cough*

--
Larry Lard
Replies to group please

May 15 '06 #3
> I highly recommend Patrick Smacchia's book. Here's a tiny url...

Patrick is the author of NDepend, a world renowned code metrick analysis
tool and this book is the best I've seen so far.


.... if you are able to read it. Patrick's English is so poor, it's a pity
that he didn't hire an english proofreader before publishing it :-(

regards, Robert

May 15 '06 #4
Hmm, I know Patrick personally and I know that the English version of the
book was translated by a canadian so not his fault personally although I
admit there are incidences of grammar problem that one often sees with
French English translations.

This does not detract from the fact that the technical content is good.

--
Bob Powell [MVP]
Visual C#, System.Drawing

Ramuseco Limited .NET consulting
http://www.ramuseco.com

Find great Windows Forms articles in Windows Forms Tips and Tricks
http://www.bobpowell.net/tipstricks.htm

Answer those GDI+ questions with the GDI+ FAQ
http://www.bobpowell.net/faqmain.htm

All new articles provide code in C# and VB.NET.
Subscribe to the RSS feeds provided and never miss a new article.

"Robert Fuchs" <me@privacy.net> wrote in message
news:%2****************@TK2MSFTNGP04.phx.gbl...
I highly recommend Patrick Smacchia's book. Here's a tiny url...

Patrick is the author of NDepend, a world renowned code metrick analysis
tool and this book is the best I've seen so far.


... if you are able to read it. Patrick's English is so poor, it's a pity
that he didn't hire an english proofreader before publishing it :-(

regards, Robert

May 15 '06 #5
> Hmm, I know Patrick personally and I know that the English version of the
book was translated by a canadian so not his fault personally although I
admit there are incidences of grammar problem that one often sees with
French English translations.
Interesting - I suppose that this Canadian is a native French speaker -
otherwise this poor translation wouldn't have been possible.
This does not detract from the fact that the technical content is good.


of course, it doesn't.

regards, Robert

May 15 '06 #6
_DD
On Mon, 15 May 2006 14:32:48 +0100, "Robert Halford"
<ro************@tiscali.com> wrote:
Is there a book on what is new in C# for VS 2005?


Titles that come to mind:

Jesse Liberty's C# 2005 Notebook. That is specifically a quick, easy
rampup on new features, so it sounds like it's exactly what you want.
http://www.amazon.com/gp/product/059600799X

Francesco Balena's new book on .NET framework 2.0 in C#. Check
MSPress for table of contents or see if a local bookstore has it yet
(just published 2 weeks ago).
http://www.amazon.com/gp/product/0735623082

I haven't seen Patrick Smaccia's book. I'm curious about that, but I
can't comment.

May 15 '06 #7
I don't care if you think you already know something, re-reading the same
thing over again is a great way to recall those little pesky concepts as
well as the good old tips and tricks that I can guaranty you, that you have
forgotten already because C#/.Net is so vast.

The problem here is that people don't think they forgot something because
they don't remember they have forgotten! Am I getting to philosophical
here??

I recommend a book called "CLR via C# 2" by Jeffrey Richter. Simply put,
anyone that has not read this book is still a C#/.Net virgin in my opinion
:)

"Robert Halford" <ro************@tiscali.com> wrote in message
news:O4*************@TK2MSFTNGP02.phx.gbl...
Is there a book on what is new in C# for VS 2005?

The books I can find on Amazon seem to be about C# in VS 2005 - in other
words for people who want to learn C#, but telling them about it in terms
of VS 2005.

I just don't want to read a lot of stuff I already know.

Thanks

May 15 '06 #8
_DD
On Mon, 15 May 2006 19:19:04 +0200, "Bob Powell [MVP]"
<bob@_spamkiller_bobpowell.net> wrote:
Hmm, I know Patrick personally and I know that the English version of the
book was translated by a canadian
So the whole book is in Canadian? Damn, I flunked that in high
school.
This does not detract from the fact that the technical content is good.


Bob, I'm very curious about the book now. Do you know if there are
any chapters or samples online?

May 16 '06 #9
There seem to be no sample chapters online at the link I placed in a
previous post. I will tell Patrick to make sure some content gets put up
there.

The book really is great if you can ignore the language oddities and gets
reviews to that effect with 4-5 stars for technical content but less for
language reasons.

--
Bob Powell [MVP]
Visual C#, System.Drawing

Ramuseco Limited .NET consulting
http://www.ramuseco.com

Find great Windows Forms articles in Windows Forms Tips and Tricks
http://www.bobpowell.net/tipstricks.htm

Answer those GDI+ questions with the GDI+ FAQ
http://www.bobpowell.net/faqmain.htm

All new articles provide code in C# and VB.NET.
Subscribe to the RSS feeds provided and never miss a new article.

"_DD" <_D*@nospam.com> wrote in message
news:g1********************************@4ax.com...
On Mon, 15 May 2006 19:19:04 +0200, "Bob Powell [MVP]"
<bob@_spamkiller_bobpowell.net> wrote:
Hmm, I know Patrick personally and I know that the English version of the
book was translated by a canadian


So the whole book is in Canadian? Damn, I flunked that in high
school.
This does not detract from the fact that the technical content is good.


Bob, I'm very curious about the book now. Do you know if there are
any chapters or samples online?

May 16 '06 #10

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

Similar topics

3
by: fdsl ysnh | last post by:
--- python-list-request@python.orgдµÀ: > Send Python-list mailing list submissions to > python-list@python.org > > To subscribe or unsubscribe via the World Wide Web, > visit >...
4
by: Mike | last post by:
Hi, I am planning on purchasing VS2005 to learn C# very soon, and I need good book recommendations. I realize this is a question that may be asked a lot, but please consider my background: I...
1
by: Jesse Liberty | last post by:
jliberty@LibertyAssociates.com] I'm looking for a few additional volunteers to help with preliminary review of a new book I'm writing on Visual Basic 2005. You will be asked to read about 25...
12
by: ProfitMaxTrading.com | last post by:
Greetings. I'm a VB6 programmer that has just installed the VB.Net. I would like to learn VB.NET as quickly as possible. Already I'm finding simple issues such as the Print object not supported...
6
by: Dennis D. | last post by:
Having problems converting Murach's Beginning Visual Basic.net (Prince) and Microsoft Press' Programming Visual Basic.net (Balena) examples for use in VB.net 2005 Express. The VS conversion wizard...
1
by: Georg Gast | last post by:
Hi, i'm looking for a good book to learn .NET and VS2005 (C++) . I know MSVC6 (C++) very good. Is there a book like "The Bible" (The C++ Programming Language) from Bjarne Stroustrup for...
11
by: www.douglassdavis.com | last post by:
I'm looking for advice here, and I would really appreciate it if you could help. Is there a VB 2005 book that you like and would recommend (and why)? Would you consider it good for...
7
by: =?Utf-8?B?ZW1qYXk=?= | last post by:
I'm trying to use Visual Basic Express 2005 and it appears I have to learn VB.net. (I have a little experience with VB 4). The Balena book "Programming VB.NET ver. 2003 looks the most interesting...
6
by: Hello | last post by:
Hello every body Please can any body tells me a good book that can teach me "visual basic 2005" (as beginner). Thank you all =========================================
6
by: raylopez99 | last post by:
Will ASP.NET 3.0 work under Visual Studio 2005? And what is a good newbie ASP.NET book? Subject: Will ASP.NET 3.0 work under Visual Studio 2005? And what is a good newbie ASP.NET book? My...
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: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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
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
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.