473,405 Members | 2,294 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,405 software developers and data experts.

please recommend c# and asp books

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.

--
Eps
May 12 '07 #1
12 2283

"Eps" <ep*@mailinator.comwrote in message
news:OZ**************@TK2MSFTNGP02.phx.gbl...
>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...=Google+Search

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

May 12 '07 #2
On May 12, 4:29 am, Eps <e...@mailinator.comwrote:
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.

May 12 '07 #3
T Driver wrote:
On May 12, 4:29 am, Eps <e...@mailinator.comwrote:
>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.
That book for someone with experience in C# ????

Arne
May 12 '07 #4
Eps wrote:
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
May 12 '07 #5
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/...ith-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/...pnet-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.



May 12 '07 #6
Eps
Jesse Liberty wrote:
>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.
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

--
Eps
May 12 '07 #7
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-Mi...9005854&sr=8-2

Programming Microsoft ASP.NET 2.0 Applications: Advanced Topics
http://www.amazon.com/Programming-Mi...9005854&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

EI am starting a new job that involves programming in c# and using
EASP.net.
E>
EI have some experience with c# but have little knowledge of ASP, I
Ewould like to get a book about each so I can get some reading done
Ebefore I start.
E>
EI would describe myself as a intermediate c# programmer, can anyone
Erecommend books on both technologies ?,
E>
Eany help appreciated.
E>
May 12 '07 #8
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?i...b-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.

May 12 '07 #9
On May 12, 9:01 am, Arne Vajhøj <a...@vajhoej.dkwrote:
T Driver wrote:
On May 12, 4:29 am, Eps <e...@mailinator.comwrote:
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.

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

May 15 '07 #10
You can find a free downloadable C# ebook here http://www.programmersheaven.com/2/CSharpBook
that also covers C# 2.0

/Tore

May 17 '07 #11

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.

*** Sent via Developersdex http://www.developersdex.com ***
May 19 '07 #12
T Driver wrote:
On May 12, 9:01 am, Arne Vajhøj <a...@vajhoej.dkwrote:
>T Driver wrote:
>>On May 12, 4:29 am, Eps <e...@mailinator.comwrote:
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.
That book for someone with experience in C# ????

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
May 19 '07 #13

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

Similar topics

3
by: Kanv | last post by:
Hi, I would shortly be working on DB2 UDB 8.1.2. I have no prior DB2 experience and need to be involved in the installation, maintainence and tuning of the database. Could you please...
3
by: Mark Broadbent | last post by:
could somebody please recommend a good book to prepare for exam Exam 70-320*: Developing XML Web Services and Server Components with Microsoft Visual C# and the Microsoft .NET Framework . One that...
1
by: Micus | last post by:
Hello all, Can someone recommend books for an unmanaged VC developer moving to managed extensions. I've searched previous messages (no books found) as well as the amazon.com reviews (no standout...
11
by: Alan Silver | last post by:
Hello, I am a seasoned Classic ASP programmer who is interested in learning ASP.NET. I bought a book (Que's Special Edition Using ASP.NET) which is complete rubbish, and would like a...
3
by: Owen | last post by:
Hi I haven't done any "serious" dot net development in over six months, but I am about to start a new job where I will be doing it every day. I want to get myself a couple of good books to arm...
3
by: Johann Schuler | last post by:
I am learning C#. Right now I am working my way thru "Microsoft C# .NET Step by Step by John Sharp and Jon Jagger." After this I want to get into more depth. Eventually I want to pass the C#...
5
by: Y2J | last post by:
I am working through this book on C++ programming, the author is speaking of using linked lists. He gave and example which I found confusing to say the least. So I rewrote the example in a way that...
32
by: Tom Cole | last post by:
I bet 50% of the posts I've read lately have had at least one bad thing to say about every website or book dedicated to javascript. There are clearly a few posters (you know who you are) who...
6
by: Solo.Wolve | last post by:
I've just finished the K&R c, And begin to study c++ myself,so can anyone give me some advice?such as some books to read,and something to notice? Thank you very much.
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...
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
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
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...
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
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
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...

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.