473,508 Members | 2,437 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Looking for good ASP.NET C# books

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
http://www.amazon.com/gp/product/159...83155&v=glance
Programming C#
http://search.barnesandnoble.com/boo...96006993&itm=1
Learning C#
http://search.barnesandnoble.com/boo...96003765&itm=1
Build Your Own ASP.NET Website Using C# & VB.NET
http://search.barnesandnoble.com/boo...57921861&itm=1
Programmin Microsoft ASP.NET
http://search.barnesandnoble.com/boo...35619034&itm=1
SAMS: Teach Yourself ASP.NET Second Edition
http://search.barnesandnoble.com/boo...72324458&itm=1
ASP.NET Cookbook
http://search.barnesandnoble.com/boo...96003781&itm=1
ASP.NET: Developer's Cookbook
http://search.barnesandnoble.com/boo...72325241&itm=2

Nov 19 '05 #1
7 1709
Whichever book you finally decide on, I'd suggest that you wait
a bit less than a month, when 2.0 is released, and you'll have a slew
of updated and new books available which will be of far more use
to you than anything you can buy now.

New classes are introduced; others are changed; others are obsolete.
There's nothing worse than reading about outdated technology.

Juan T. Llibre, ASP.NET MVP
ASP.NET FAQ : http://asp.net.do/faq/
Foros de ASP.NET en Español : http://asp.net.do/foros/
======================================
"boostngti via DotNetMonster.com" <u14890@uwe> wrote in message news:55d48ace81d28@uwe...
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

http://www.amazon.com/gp/product/159...83155&v=glance
Programming C#

http://search.barnesandnoble.com/boo...96006993&itm=1
Learning C#

http://search.barnesandnoble.com/boo...96003765&itm=1
Build Your Own ASP.NET Website Using C# & VB.NET

http://search.barnesandnoble.com/boo...57921861&itm=1
Programmin Microsoft ASP.NET

http://search.barnesandnoble.com/boo...35619034&itm=1
SAMS: Teach Yourself ASP.NET Second Edition

http://search.barnesandnoble.com/boo...72324458&itm=1
ASP.NET Cookbook

http://search.barnesandnoble.com/boo...96003781&itm=1
ASP.NET: Developer's Cookbook

http://search.barnesandnoble.com/boo...72325241&itm=2

Nov 19 '05 #2
Programming ASP.NET by Jesse Liberty is far and away the best
intro/intermediate ASP.NET book. I'd wait till the end of the month to
pick of Version 3 - which is re-written for .net 2.0.

Nov 19 '05 #3
A couple of my personal favorites are/were:

MCAD/MCSD Training Guide (70-315): Developing and Implementing Web
Applications with Visual C# and Visual Studio.NET by Kalani - even though it
is aimed at msft certification, I thought Kalani did a nice job covering many
pertinent topics for the asp.net developer - from soup to nuts, as they say.
ASP.NET Unleashed by Stephen Walther - Walther does a good job showing the
nuts and bolts of asp.net applications. I thought he covered some security
and some ado.net topics well. His first book didn't use code-behind, which
was confusing to me. But I think he changed that for subsequent edition(s).
Beginning ASP.NET 1.1 E-Commerce: From Novice to Professional by Christian
Darie, et.al. - There are not many books which cover developing for ecommerce
sites. Darie's treatment of the subject was pretty thorough (although there
are still some lapses).

Applied Microsoft .NET Framework Programming -- by Jeffrey Richter - for
insights into how the whole .net platform works. No one does it with more
depth and clarity than Richter. I liked his win32 book and I like his .net
book. If you understand this book, you understand a lot about why they do the
things they do in asp.net and C#.

I've got a couple of other books which I've like through the last couple of
years up on http://www.limbertech.com/books.aspx.

--
enjoy - brians
http://www.limbertech.com
"boostngti via DotNetMonster.com" wrote:
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
http://www.amazon.com/gp/product/159...83155&v=glance
Programming C#
http://search.barnesandnoble.com/boo...96006993&itm=1
Learning C#
http://search.barnesandnoble.com/boo...96003765&itm=1
Build Your Own ASP.NET Website Using C# & VB.NET
http://search.barnesandnoble.com/boo...57921861&itm=1
Programmin Microsoft ASP.NET
http://search.barnesandnoble.com/boo...35619034&itm=1
SAMS: Teach Yourself ASP.NET Second Edition
http://search.barnesandnoble.com/boo...72324458&itm=1
ASP.NET Cookbook
http://search.barnesandnoble.com/boo...96003781&itm=1
ASP.NET: Developer's Cookbook
http://search.barnesandnoble.com/boo...72325241&itm=2

Nov 19 '05 #4
np*****@gmail.com wrote:
Programming ASP.NET by Jesse Liberty is far and away the best
intro/intermediate ASP.NET book. I'd wait till the end of the month to
pick of Version 3 - which is re-written for .net 2.0.


I have started an new job where they use .net 1.1 C#, So this is what I need
to learn.
Nov 19 '05 #5
Thank you for your kind words.

As part of my support for my books you can find a TOC, Index, FAQ, Errata,
the source code and related materials at my web site
(http://www.LibertyAssociates.com) - click on Books; where you will also
find a link to my free, private support forum for my books and writings.

--
Jesse Liberty
Author of .NET books for O'Reilly Media
Microsoft MVP

<np*****@gmail.com> wrote
Programming ASP.NET by Jesse Liberty is far and away the best
intro/intermediate ASP.NET book. I'd wait till the end of the month to
pick of Version 3 - which is re-written for .net 2.0.

Nov 19 '05 #6
If you need coverage of 1.1 you can still buy copies of my book Programming
ASP.NET second edition (ISBN: 0596004877) which was written for version 1.x
(rather than the forthcoming 3rd edition which is for 2.0).

For more info, please check my web site (http://www.LibertyAssociates.com) -
click on books and scroll to the version you are interested in. (You'll also
find a TOC, Index, Sample Chapter, Errata Sheet, FAQ, the source code and a
link at the top of the page to my private free support forum).

Please also see my reply to your earlier message about picking a good book.

--
Jesse Liberty
Author of .NET books for O'Reilly Media
Microsoft MVP (.NET)

"boostngti via DotNetMonster.com" <u14890@uwe> wrote in message
news:55d671ebeafd4@uwe...
np*****@gmail.com wrote:
Programming ASP.NET by Jesse Liberty is far and away the best
intro/intermediate ASP.NET book. I'd wait till the end of the month to
pick of Version 3 - which is re-written for .net 2.0.


I have started an new job where they use .net 1.1 C#, So this is what I
need
to learn.

Nov 19 '05 #7
There are a number of good ways to go about finding a good primer. The best,
of course is to go to a large technical book store and flip through a few
candidate primers. Each author writes differently, with a different emphasis
and a different set of priorities. You'll want to ask yourself a few
questions while examining the various candidates:

Do you like the author's writing style? Is it clear, easy to understand?
Will the author leave you with questions or does the author anticipate your
areas of confusion? Are you the target audience?

Are there enough (too few? too many?) examples? Is the complete source
code available? Every book,
no matter how carefully edited has errors. Is there an errata sheet you can
access on the web?

Another question is whether the primer offers itself as a comprehensive
reference or as a tutorial? Some rare books are excellent at both, but most
books are better as one than as the other.

You want to be sure the book you buy is targeted at the version of ASP.NET
you'll be using (2003 or 2005) and the language version you'll be using (1.x
or 2.0)

I hope you will consider my book, Programming ASP.NET (O'Reilly). The 2nd
Edition is for ASP.NET 2003 and C# or VB 1.x. The new 3rd Edition is for
ASP.NET 2005 and C# 2.0.

I did not set out to reproduce the Microsoft documentation; but rather to
tell the story of how you go about createing web applications with ASP.NET.

I do provide extensive support for my books on my web site
(http://www.LibertyAssociates.com) where you will find a sample chapter,
Table of Contents and Index and where you can buy the book at a 34%
discount. You will also find that my site provides the complete source code,
a link to the errata, and a FAQ. Finally, I offer a free private support
discussion center for questions that arise while reading my books.

Thanks and best of luck.

-j

--
Jesse Liberty
Author of .NET books for O'Reilly Media
Microsoft MVP

"boostngti via DotNetMonster.com" <u14890@uwe> wrote in message
news:55d48ace81d28@uwe...
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.

Nov 19 '05 #8

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

Similar topics

1
1874
by: Trent | last post by:
Hello, folks. I'm searching for some good must-have books on SQL Server DTS. If you are in the DTS business daily, you probably know which books are good for DTS. I can browse some online book...
13
2701
by: Gabriel Reid | last post by:
Greetings, I'm looking for any books that the members of this group may have to recommend for C#. I have experience with a number of programming languages (probably most relevant would have to...
6
1548
by: Shawn | last post by:
I have been fooling around with C# for about a half year doing simple little programs. i would like to delve into more complex UI designs such as docking windows, the outlook task bar. Does anyone...
6
1619
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...
10
2143
by: Harley | last post by:
Hello, I was VERY blessed with a Christmas gift of visual studio .net from a man I hardly know who had heard of my plans of software developement. So I am probably the only person in the world who...
7
3282
by: noid droid | last post by:
Greetings. I received 4 VB .NET books and looking through the indices and tables of contents, I see that none of them addresses multithreading in VB ..NET. I just bought a bunch of books because...
6
2235
by: WJRutledge | last post by:
Just like the subject says, I'm interested in taking up PHP and would like to know if anyone knows of any books that are a must have. I know there are tons of books out there on every language, but...
12
1578
by: alexander | last post by:
hi, can someone point me to a good JS tutorial? (it may be in German or English) regards alex
0
933
by: Coleen | last post by:
I'm looking for some good books on learning/using AJAX with ASP.Net 2.0 I found this site: Computer Book Review Blog while perusing Blogspot. I've seen a few books that look good, does anyone...
0
7321
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
7377
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...
1
7034
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
7488
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...
0
5623
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,...
0
4702
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3179
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1544
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 ...
0
412
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...

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.