please recommend c# and asp books

E

Eps

I am starting a new job that involves programming in c# and using ASP.net.

I have some experience with c# but have little knowledge of ASP, I would
like to get a book about each so I can get some reading done before I start.

I would describe myself as a intermediate c# programmer, can anyone
recommend books on both technologies ?,

any help appreciated.
 
M

Mr. Arnold

Eps said:
I am starting a new job that involves programming in c# and using ASP.net.

I have some experience with c# but have little knowledge of ASP, I would
like to get a book about each so I can get some reading done before I
start.

I would describe myself as a intermediate c# programmer, can anyone
recommend books on both technologies ?,

any help appreciated.

I suggest the MSPress MCPD Training Kit, which comes with 3 books coving the
3 areas 70-536, 70-528 and 70-547.

You should forget that the kit is for the MCPD certification. Those books
give you a solid foundation in doing Web Development with the MS solutions
in both C# and VB.Net. The books will give you the missing pieces. Those
books are also good reference books.

Those books I am using now for training for the certification, of course,
but they will help me in my transition from .NET 2003 to .NET 2005 and
getting contracting jobs, which I have done one .NET 2005 contract and need
to close the gap on the expertise.

ISBN - 978-0-7356-2376-7

http://www.google.com/search?hl=en&q=ISBN+978-0-7356-2376-7&btnG=Google+Search

You should go to the horse's mouth MS and train yourself.
 
T

T Driver

I am starting a new job that involves programming in c# and using ASP.net.

I have some experience with c# but have little knowledge of ASP, I would
like to get a book about each so I can get some reading done before I start.

I would describe myself as a intermediate c# programmer, can anyone
recommend books on both technologies ?,

O'Reilly Programming C# (Jesse Liberty) and
Programming ASP.NET (Jesse Liberty)

I've Jesse Liberty's writing to be clear and understandable and easy
to learn from.
 
?

=?ISO-8859-1?Q?Arne_Vajh=F8j?=

T said:
O'Reilly Programming C# (Jesse Liberty) and
Programming ASP.NET (Jesse Liberty)

I've Jesse Liberty's writing to be clear and understandable and easy
to learn from.

That book for someone with experience in C# ????

Arne
 
?

=?ISO-8859-1?Q?Arne_Vajh=F8j?=

Eps said:
I am starting a new job that involves programming in c# and using ASP.net.

I have some experience with c# but have little knowledge of ASP, I would
like to get a book about each so I can get some reading done before I
start.

I would describe myself as a intermediate c# programmer, can anyone
recommend books on both technologies ?,

If you are OK with C#, then I would recommend to go directly to a
ASP.NET book.

And not a beginners book.

Something like "Professional ASP.NET 2.0" from Wrox.

Arne
 
J

Jesse Liberty

I have some experience with c# but have little knowledge of ASP, I would
like to get a book about each so I can get some reading done before I
start.

I would describe myself as a intermediate c# programmer, can anyone
recommend books on both technologies ?,

I notice that someone recommended my Programming C# book (thanks!) and while
it may be a good review for you, you'll want to take a look at it first; if
you are an intermediate C# programmer, you may not need it. You may find
that a Nutshell book (or even the online docs) will be plenty.

For ASP.NET, you may want to take a look at my ASP.NET book, but the truth
is that you want to learn ASP.NET and AJAX together, in an integrated text,
and few (none?) exist yet. I have a new book coming this summer (but who can
wait?) - Learning ASP.NET with AJAX, but I suspect you are not its target
audience. The APress book (Pro ASP.NET 2.0 in C# 2005) is excellent, but
also doesn't cover AJAX.

[Watch out for AJAX books that emphasize Javascript and DOM manipulation;
while these are very important topics, if you are learning ASP.NET they'll
start you in the wrong place; it is as if you want to learn to drive and
they start you off by explaining how a clutch works; good information to
know, but most cars have automatic transmissions and you can drive for quite
a while without that info. Here's a link to my rant on this topic:
http://www.windowsdevcenter.com/pub...rag-and-drop-ajax-programming-with-atlas.html
and here's one on the three ways to face AJAX once you are an ASP.NET
programmer:
http://www.windowsdevcenter.com/pub/a/windows/2007/02/27/the-three-faces-of-aspnet-ajax.html
- you can find more on my web site: http://www.jliberty.com ]

Another approach would be to start with a straight ASP.NET book written in
C# (there are a few: mine, the Apress book, the Fritz Onion Book and quite a
few others) and then go on to learn AJAX through articles or through a
dedicated book depending on how much you want to know.

Best of luck.

Jesse Liberty
Liberty Associates, Inc.
 
E

Eps

Jesse said:
I notice that someone recommended my Programming C# book (thanks!) and while
it may be a good review for you, you'll want to take a look at it first; if
you are an intermediate C# programmer, you may not need it. You may find
that a Nutshell book (or even the online docs) will be plenty.

Thanks for the replies people.

I describe myself as a intermediate, but I have not done any c# for
while, a book that starts from first principles may not be out of place.

I take on board Mr. Arnold's suggestion that I look into the MS training
kit, however at a £100 for stuff that I suspect is basically the same as
the online documentation I think I will pass.

I guess what I was hoping for is for someone to recommend a good all
round book that is easy to learn from but also useful as a reference
when you are on the job.

I think I am going to get the WROX books, the professional c# one and
the ASP one. Although I have not been fully briefed on the project I
will be working on I think they are closest to what I need.

To be honest I had not really thought about AJAX, I think there is
potential for highly dynamic content on this project but I will wait and
see exactly how much.

Thanks
 
M

Michael Nemtsev

Hello Eps,

As what relates to ASP, Dino Esposito's books are awesome

Programming Microsoft ASP.NET 2.0 Core Reference
http://www.amazon.com/Programming-M...2092011?ie=UTF8&s=books&qid=1179005854&sr=8-2

Programming Microsoft ASP.NET 2.0 Applications: Advanced Topics
http://www.amazon.com/Programming-M...2092011?ie=UTF8&s=books&qid=1179005854&sr=8-1

---
WBR, Michael Nemtsev [.NET/C# MVP].
My blog: http://spaces.live.com/laflour
Team blog: http://devkids.blogspot.com/

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo

E> I am starting a new job that involves programming in c# and using
E> ASP.net.
E>
E> I have some experience with c# but have little knowledge of ASP, I
E> would like to get a book about each so I can get some reading done
E> before I start.
E>
E> I would describe myself as a intermediate c# programmer, can anyone
E> recommend books on both technologies ?,
E>
E> any help appreciated.
E>
 
M

Mr. Arnold

I take on board Mr. Arnold's suggestion that I look into the MS training
kit, however at a £100 for stuff that I suspect is basically the same as
the online documentation I think I will pass.

I guess what I was hoping for is for someone to recommend a good all round
book that is easy to learn from but also useful as a reference when you
are on the job.

I am telling you right know the MSpress books is where you need to go.

Back in 2004, when I worked for a multi billion dollar company that went
..NET, they flew in a .NET guru from India to train the programmers .Net,
which happened 8 hours a day for 4 weeks.

He taught everything C# for ASP.NET, Windows Desktop, XML Web services,
Ado.net, Sever Components and .Net Remoting.

Everything he taught and talked about was in the MCAD/MCSD Self-Paced
Training Kit for .Net 2003 books, all of it. I showed him the books. He
indicated that they were very good books.

He also indicated at the time that I needed two other books to supplement
what I already had. I needed a good book on ADO.NET, a good book on C#, and
a good book on .NET Remoting.

But where it all came together as to where I could build enterprise
solutions was when I got the these books for C# and VB.NET 2003, which there
are books for 2005.

http://www.lhotka.net/Article.aspx?id=1351540e-b941-446a-bacb-e0059cc82ee7

As a beginner or mid-level, if you want to know OOp programming both ASP and
Windows Desktop using a Web server, then download the CSLA Framework and the
project, read the book and put the framework and the project together. Where
ASP.Net developers fall short is they don't know how to put the backend
together, properly.
 
T

T Driver

That book for someone with experience in C# ????

Arne

I never programmed C# before I picked these books up. I typically
program scientific algorithms in Java and C# is very similar to java,
so that may have helped.
I have the WROX Professional C# book as well and to me it seems to be
all over the place - there's not one consistent style of writing or
examples. One chapter may cover the topic in depth, and another may
skim over what I thought to be essential.
The best way I found for learning which book will work, is to pick a
specific topic like how to create, initialize and access arrays for
example, then go to your local bookstore and compare this topic over
several books and see who presents it best. The one you like you'll
probably learn best from. Everyone will have their favorite.
Hope this helps,
Ted
 
B

bhar kare

Hi,

T R Y this book Titled: Database programming using Visual Basic 2005, C#
2005 and SQL Server 2005(on multi-tier architecture)

It covers :

Discover the power of using ADO .Net with Visual Basic 2005, C# 2005 and
SQL Server 2005.

Design an application based on three tier architecture including Data
Layer, Business Layer and Presentation Layer using Class Libraries, with
Microsoft's VB 2005, C# 2005 and Microsoft's SQL Server 2005.

Write Stored Procedures for implementing business logics, inlcuding
inserting, updating, retrieving and deleting data from SQL Server 2005
database.

Add, edit and delete data in Datagridview control placed on a Visual
Basic form.

Call Stored Procedures in C# 2005 and VB 2005 applications.
Learn how to implement Overloading and Overriding in a database
application.

Learn the architecture of ADO .Net (Disconnected architecture) and build
superior database applications using Visual Basic 2005, C# 2005 and SQL
Server 2005.
Master how to use .Net DataProvider components including Connection,
Command, DataReader and DataAdapter
Use both OLEDB and SQLServer DataProviders right in your application.
 
?

=?ISO-8859-1?Q?Arne_Vajh=F8j?=

T said:
I never programmed C# before I picked these books up.

But the original poster has.

Which may have some impact on what books are good for him.
I have the WROX Professional C# book as well and to me it seems to be
all over the place - there's not one consistent style of writing or
examples. One chapter may cover the topic in depth, and another may
skim over what I thought to be essential.

I like it.

Arne
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top