473,661 Members | 2,421 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Good books about .NET and C#?

Hello!

I am a software developer with 5+ years of C++ experience and VB
experience since version 1.0 until 6.0. I would like to learn more
about C# and .NET framework. I have some VB.NET, C++/CLI and C#
experience. So far the books I have come accross start with basics
like "writing loops" and "how to use IDE" and stuff like that. I
don't care about books like that. Is there any books that don't
assume the reader is complete beginner? Something that would go in
depth about the language? And something about common idioms and
programming styles of C#? Is there a FAQ of this newsgroup? Any
suggestions?

Thanks,
Ahti Legonkov
Feb 3 '06 #1
15 1478
Professional C# (Simon Robinson: Wrox)

would be good. You can skim thru the earlier chapters as you already know
the fundamentals.
--
Thanks
Vipul Patel
C# MVP www.microsoft.com/mvp
Log bugs at http://msdn.microsoft.com/productfeedback
"Ahti Legonkov" <le**@hot.ee> wrote in message
news:%2******** ********@TK2MSF TNGP14.phx.gbl. ..
Hello!

I am a software developer with 5+ years of C++ experience and VB
experience since version 1.0 until 6.0. I would like to learn more
about C# and .NET framework. I have some VB.NET, C++/CLI and C#
experience. So far the books I have come accross start with basics
like "writing loops" and "how to use IDE" and stuff like that. I
don't care about books like that. Is there any books that don't
assume the reader is complete beginner? Something that would go in
depth about the language? And something about common idioms and
programming styles of C#? Is there a FAQ of this newsgroup? Any
suggestions?

Thanks,
Ahti Legonkov

Feb 3 '06 #2
Hi Ahti,
You may want to take a look at some of Jesse Liberty's books, check
amazon or the o'reily site for more info. I too came to C#/.NET with
some previous programming experience and found his books quite nice.

Cheers,
Esmail
Feb 3 '06 #3
Ahti Legonkov <le**@hot.ee> wrote:
I am a software developer with 5+ years of C++ experience and VB
experience since version 1.0 until 6.0. I would like to learn more
about C# and .NET framework. I have some VB.NET, C++/CLI and C#
experience. So far the books I have come accross start with basics
like "writing loops" and "how to use IDE" and stuff like that. I
don't care about books like that. Is there any books that don't
assume the reader is complete beginner? Something that would go in
depth about the language? And something about common idioms and
programming styles of C#? Is there a FAQ of this newsgroup? Any
suggestions?


A couple of FAQs:
http://www.pobox.com/~skeet/csharp/faq
http://blogs.msdn.com/csharpfaq/

--
Jon Skeet - <sk***@pobox.co m>
http://www.pobox.com/~skeet Blog: http://www.msmvps.com/jon.skeet
If replying to the group, please do not mail me too
Feb 3 '06 #4
I don't want to retype all my reviews...
http://www.kynosarges.de/DevBooks.html#Net2Books
http://www.kynosarges.de/DevBooks.html#Net1Books

You absolutely need Jeff Richter's "Applied Microsoft .NET Framework
Programming"; however, there's a new edition coming out shortly that
covers .NET 2.0 so you might want to wait for that.

For C# 2.0 specifically, "A Programmer’s Introduction to C# 2.0" by
Gunnerson & Wienholt is decent, but has numerous minor errors.
--
http://www.kynosarges.de
Feb 3 '06 #5

"Ahti Legonkov" <le**@hot.ee> wrote in message
news:%2******** ********@TK2MSF TNGP14.phx.gbl. ..
Hello!

I am a software developer with 5+ years of C++ experience and VB
experience since version 1.0 until 6.0. I would like to learn more
about C# and .NET framework. I have some VB.NET, C++/CLI and C#
experience. So far the books I have come accross start with basics
like "writing loops" and "how to use IDE" and stuff like that. I
don't care about books like that. Is there any books that don't
assume the reader is complete beginner? Something that would go in
depth about the language? And something about common idioms and
programming styles of C#? Is there a FAQ of this newsgroup? Any
suggestions?

Thanks,
Ahti Legonkov


I find that any book that claims to be about C# will be too basic as they
all try to cover both the language and the entire framework,ADO.N ET,ASP.NET
and advanced fly-fishing.

You are better of getting a book that covers a specific area such as forms
programming, ASP.NET or ADO.NET using C#. These will usually provide enough
C# info for someone with your background and the examples will be real world
rather than artificial.

I found "Windows Forms Programming in C#" by Chris Sells to be most useful
when learning since in the course of describing how to do stuff with forms
he delves into attributes,XML, ADO,remoting,re flection and many more areas.
Feb 3 '06 #6
Hi Ahti,
I would personally recommend that you read "Pro C# 2005 and the .Net 2.0
Platform" by Andrew Troelsen. This book covers most important areas of C#
covering from language fundanentals (not wasting time on what is a for loop
kind of thing) but the important keywords for C# then he moves on to .net
assemblies, databases, gui programming, threading plus a lot more. as well
he covers most of the new topics for the 2.0 release of .Net.

The writing style is very fluent and he seems to be able to find all of the
interesting parts of each section of the language to talk about in more
detail. definitely worth a read.

Hope that helps
Mark Dawson
http://www.markdawson.org


"Ahti Legonkov" wrote:
Hello!

I am a software developer with 5+ years of C++ experience and VB
experience since version 1.0 until 6.0. I would like to learn more
about C# and .NET framework. I have some VB.NET, C++/CLI and C#
experience. So far the books I have come accross start with basics
like "writing loops" and "how to use IDE" and stuff like that. I
don't care about books like that. Is there any books that don't
assume the reader is complete beginner? Something that would go in
depth about the language? And something about common idioms and
programming styles of C#? Is there a FAQ of this newsgroup? Any
suggestions?

Thanks,
Ahti Legonkov

Feb 3 '06 #7
I was just about to reply to Ahti with the same suggestion. So instead of
duplicating your suggestion, let me just say that I concur with it. It's a
great book.

Oh, and if you get it soon, APress has a free e-book download of the book as
well.
--
Dale Preston
MCAD C#
MCSE, MCDBA
"Mark R. Dawson" wrote:
Hi Ahti,
I would personally recommend that you read "Pro C# 2005 and the .Net 2.0
Platform" by Andrew Troelsen. This book covers most important areas of C#
covering from language fundanentals (not wasting time on what is a for loop
kind of thing) but the important keywords for C# then he moves on to .net
assemblies, databases, gui programming, threading plus a lot more. as well
he covers most of the new topics for the 2.0 release of .Net.

The writing style is very fluent and he seems to be able to find all of the
interesting parts of each section of the language to talk about in more
detail. definitely worth a read.

Hope that helps
Mark Dawson
http://www.markdawson.org


"Ahti Legonkov" wrote:
Hello!

I am a software developer with 5+ years of C++ experience and VB
experience since version 1.0 until 6.0. I would like to learn more
about C# and .NET framework. I have some VB.NET, C++/CLI and C#
experience. So far the books I have come accross start with basics
like "writing loops" and "how to use IDE" and stuff like that. I
don't care about books like that. Is there any books that don't
assume the reader is complete beginner? Something that would go in
depth about the language? And something about common idioms and
programming styles of C#? Is there a FAQ of this newsgroup? Any
suggestions?

Thanks,
Ahti Legonkov

Feb 3 '06 #8
Nick Hounsome <nh***@nickhoun some.me.uk> wrote:
I find that any book that claims to be about C# will be too basic as they
all try to cover both the language and the entire framework,ADO.N ET,ASP.NET
and advanced fly-fishing.


<snip>

You're right that this is a problem. I haven't found many books which
are really about *just* C#.

There's one I *will* be recommending when it comes out, but I'm not
sure I'm allowed to do so just yet. Sorry about how this appears - I'm
well aware it doesn't put me in a good light - but I wanted to give you
hope of a good book in the future, partly so that you might remind me
every so often that I'm going to make the recommendation :)

(Oh and no - I didn't write it, just reviewed bits.)

--
Jon Skeet - <sk***@pobox.co m>
http://www.pobox.com/~skeet Blog: http://www.msmvps.com/jon.skeet
If replying to the group, please do not mail me too
Feb 3 '06 #9
Jon Skeet [C# MVP] wrote:

There's one I *will* be recommending when it comes out, but I'm not
sure I'm allowed to do so just yet. Sorry about how this appears - I'm
well aware it doesn't put me in a good light - but I wanted to give you
hope of a good book in the future,


Hi Jon,

can you give us an idea (ballpark is ok) when this book might
be published?

thanks,
Esmail
Feb 3 '06 #10

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

Similar topics

8
2086
by: Lennart | last post by:
Hi everybody, Can someone advice me with the following issue: i want to learn python in my summer vacation (i try to ...:-) So, a good start is buying a good book. But wich? There are many ... I'm living in the Netherlands and I prefer a book from bol.com (see link) because i've to order more books by them. I'm familiar with html & php and basic (in the good old days). It has to be a newbie book, but not a book what i don't need...
7
5264
by: tada991 | last post by:
Hello Everyone, I just purchased Visual Studio .Net Architect 2003 and want to know what's a good book for begginers to start with. I know nothing about programming whatsoever, but I do have a desire to learn- as obvious with this purchase. So please let me know where I can start and thanks. Also, what newsgroup should I post my queries to?
7
1963
by: MiniStreak | last post by:
Hi fellow programmers................... I am trying to learn ASP .NET ver 1.1 using VB .NET only on a windows 200 Pro machine. I have done quite a bit with ASP 3 but have been off programming for about a year... Can any of you recommend a good book from a reputable author? Thanks in advance for your comments and suggestions. Best Regards, Mark
6
1628
by: Christoph | last post by:
I was browsing both the Amazon and Barnes & Noble websites looking for some good books but there appears to be *so* many and it's hard to tell which are going to be good or not. I'm looking for one or two *good* books on the subjects of ASP.NET and ADO.NET together. E.g., using ASP.NET on the front end to communicate with a back end database via ADO.NET. I'm hoping to find a mid-level type of book. I've been using PHP and MySQL for...
7
1715
by: boostngti via DotNetMonster.com | last post by:
I have 4 years of programing exp. with Coldfusion, and I am begining to learn ASP.NET C# and was wondering if some people could suggest some good books. I went to Barnes & Noble the other day and kind of looked over a few book. If anyone has read any of the following I would like to know what you thought of the book. Beginning ASP.NET 1.1 in C#: From Novice to Professional...
2
4169
by: Someonekicked | last post by:
This is my first Database course, and we are going to have two projects in oracle (which I know nothing about). The professor suggested (1) Oracle 9i Programming: A Primer (Paperback) by Rajshekhar Sunderraman http://www.amazon.com/gp/product/0321194985/qid=1137458079/sr=8-1/ref=pd_bbs_1/002-8270393-5917651?n=507846&s=books&v=glance I did a search on amazon, and found those two books with good reviews:
13
2097
by: arnuld | last post by:
i see C FAQs are very important part of learning C. whole C FAQs are available as a book (1st edition) in my area at a little cost. is it a good idea to purchase C FAQs book, published in 1996 ? i am asking because my experience says hard-copies are better than online copies but this one was published 10 years ago.
9
2664
by: Katie Tam | last post by:
I am new to this filed and begin to learn this langague. Can you tell me the good books to start with ? Katie Tam Network administrator http://www.linkwaves.com/main.asp http://www.linkwaves.com
2
1996
by: SF | last post by:
Hi, I have done some coding with Access and I want to try using VB.NET. I am looking for a good book with examples specially on data access (database). Could someone in this group recommend? Does 'Hitchhikers Guide to Visual Studio and SQL Server Best Practice Architectures and Examples (7th Edition)' use VB.NET platform? SF
76
4032
by: lorlarz | last post by:
Crockford's JavaScript, The Good Parts (a book review). This shall perhaps be the world's shortest book review (for one of the world's shortests books). I like Douglas Crockford (because I am a crabby old man too; plus he _is_ smart and good).. But, how can he write a book on the good parts of JavaScript and not mention functions that address CSS & DOM? Weird. It's like
0
8428
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
8341
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
8630
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
7362
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6181
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
4177
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...
1
2760
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
1984
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1740
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.