473,382 Members | 1,720 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,382 software developers and data experts.

ASP.Net Arcitechure Books

Hi All,

Can anyone suggest a very detailed book about the ASP.Net Architecture? I
am looking for something as detailed as the old Microsoft Resource kits.
These books had tons of details, much of which you would never need to know
but were very interesting, and were usually 1000+ pages. All the book I
have found don't really get into the nuts and bolts of ASP.Net, they just
gloss over the details. I really want to know how it all works from a very
detailed perspective.

Thanks in advance
--
Frank Wisniewski MCSE 4.0, MCP+I, A+
f p w 2 3 @ h o t m a i l . c o m
Nov 18 '05 #1
4 1247
Have you looked at the ASP.NET Resource Kit?

--
Curt Christianson
Owner/Lead Developer, DF-Software
Site: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com
"Frank Wisniewski" <fp***@hotmail.com> wrote in message
news:41********@Usenet.com...
Hi All,

Can anyone suggest a very detailed book about the ASP.Net Architecture? I
am looking for something as detailed as the old Microsoft Resource kits.
These books had tons of details, much of which you would never need to
know
but were very interesting, and were usually 1000+ pages. All the book I
have found don't really get into the nuts and bolts of ASP.Net, they just
gloss over the details. I really want to know how it all works from a
very
detailed perspective.

Thanks in advance
--
Frank Wisniewski MCSE 4.0, MCP+I, A+
f p w 2 3 @ h o t m a i l . c o m

Nov 18 '05 #2
Yes I have and it did not have the amount of detail that I am looking for.
To give you an example, I want to know, from start to finish, how the
framework displays a web page. How and when viewstate information is dealt
with. In detail, how the framework knows which controls on the page require
post back. How controls do post backs. How fieldvalidators work, how they
implemented them and what patterns were used.

All the books in the stores that I have seen are geared to teaching the
basics of how asp.net works, they don't dive into the technical details of
the subject. Another example, when I was studying for the MCSE cert, I read
almost the entire NT 4.0 resource Kit book. Even though most of the
material was low level concepts of security, networking, file structures,
ect, that I never use in my day to day task, this knowledge helped me when
troubleshooting very hard problems. This is what I am looking for in the
form of ASP.NET.

Thanks

--
Frank Wisniewski MCSE 4.0, MCP+I, A+
f p w 2 3 @ h o t m a i l . c o m
"Curt_C [MVP]" <software_AT_darkfalz.com> wrote in message
news:u2**************@tk2msftngp13.phx.gbl...
Have you looked at the ASP.NET Resource Kit?

--
Curt Christianson
Owner/Lead Developer, DF-Software
Site: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com
"Frank Wisniewski" <fp***@hotmail.com> wrote in message
news:41********@Usenet.com...
Hi All,

Can anyone suggest a very detailed book about the ASP.Net Architecture? I am looking for something as detailed as the old Microsoft Resource kits. These books had tons of details, much of which you would never need to
know
but were very interesting, and were usually 1000+ pages. All the book I
have found don't really get into the nuts and bolts of ASP.Net, they just gloss over the details. I really want to know how it all works from a
very
detailed perspective.

Thanks in advance
--
Frank Wisniewski MCSE 4.0, MCP+I, A+
f p w 2 3 @ h o t m a i l . c o m


Nov 18 '05 #3
Try Programming asp.net by Dino Esposito of Microsoft. There isn't much it
doesn't cover and as such can be heavy reading.

--
Regards

John Timney
Microsoft Regional Director
Microsoft MVP
"Frank Wisniewski" <fp***@hotmail.com> wrote in message
news:41**********@Usenet.com...
Yes I have and it did not have the amount of detail that I am looking for.
To give you an example, I want to know, from start to finish, how the
framework displays a web page. How and when viewstate information is dealt with. In detail, how the framework knows which controls on the page require post back. How controls do post backs. How fieldvalidators work, how they implemented them and what patterns were used.

All the books in the stores that I have seen are geared to teaching the
basics of how asp.net works, they don't dive into the technical details of
the subject. Another example, when I was studying for the MCSE cert, I read almost the entire NT 4.0 resource Kit book. Even though most of the
material was low level concepts of security, networking, file structures,
ect, that I never use in my day to day task, this knowledge helped me when
troubleshooting very hard problems. This is what I am looking for in the
form of ASP.NET.

Thanks

--
Frank Wisniewski MCSE 4.0, MCP+I, A+
f p w 2 3 @ h o t m a i l . c o m
"Curt_C [MVP]" <software_AT_darkfalz.com> wrote in message
news:u2**************@tk2msftngp13.phx.gbl...
Have you looked at the ASP.NET Resource Kit?

--
Curt Christianson
Owner/Lead Developer, DF-Software
Site: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com
"Frank Wisniewski" <fp***@hotmail.com> wrote in message
news:41********@Usenet.com...
Hi All,

Can anyone suggest a very detailed book about the ASP.Net Architecture?
I
am looking for something as detailed as the old Microsoft Resource kits. These books had tons of details, much of which you would never need to
know
but were very interesting, and were usually 1000+ pages. All the book
I have found don't really get into the nuts and bolts of ASP.Net, they

just gloss over the details. I really want to know how it all works from a
very
detailed perspective.

Thanks in advance
--
Frank Wisniewski MCSE 4.0, MCP+I, A+
f p w 2 3 @ h o t m a i l . c o m



Nov 18 '05 #4
Thanks John,

From the reviews I read on Amazon, I think this book is exactly what I am
looking for.

--
Frank Wisniewski MCSE 4.0, MCP+I, A+
f p w 2 3 @ h o t m a i l . c o m
"John Timney (Microsoft MVP)" <ti*****@despammed.com> wrote in message
news:eH**************@TK2MSFTNGP10.phx.gbl...
Try Programming asp.net by Dino Esposito of Microsoft. There isn't much it doesn't cover and as such can be heavy reading.

--
Regards

John Timney
Microsoft Regional Director
Microsoft MVP
"Frank Wisniewski" <fp***@hotmail.com> wrote in message
news:41**********@Usenet.com...
Yes I have and it did not have the amount of detail that I am looking for.
To give you an example, I want to know, from start to finish, how the
framework displays a web page. How and when viewstate information is dealt
with. In detail, how the framework knows which controls on the page

require
post back. How controls do post backs. How fieldvalidators work, how

they
implemented them and what patterns were used.

All the books in the stores that I have seen are geared to teaching the
basics of how asp.net works, they don't dive into the technical details of the subject. Another example, when I was studying for the MCSE cert, I

read
almost the entire NT 4.0 resource Kit book. Even though most of the
material was low level concepts of security, networking, file structures, ect, that I never use in my day to day task, this knowledge helped me when troubleshooting very hard problems. This is what I am looking for in the form of ASP.NET.

Thanks

--
Frank Wisniewski MCSE 4.0, MCP+I, A+
f p w 2 3 @ h o t m a i l . c o m
"Curt_C [MVP]" <software_AT_darkfalz.com> wrote in message
news:u2**************@tk2msftngp13.phx.gbl...
Have you looked at the ASP.NET Resource Kit?

--
Curt Christianson
Owner/Lead Developer, DF-Software
Site: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com
"Frank Wisniewski" <fp***@hotmail.com> wrote in message
news:41********@Usenet.com...
> Hi All,
>
> Can anyone suggest a very detailed book about the ASP.Net

Architecture?
I
> am looking for something as detailed as the old Microsoft Resource

kits.
> These books had tons of details, much of which you would never need to > know
> but were very interesting, and were usually 1000+ pages. All the book I > have found don't really get into the nuts and bolts of ASP.Net, they

just
> gloss over the details. I really want to know how it all works from

a > very
> detailed perspective.
>
> Thanks in advance
> --
> Frank Wisniewski MCSE 4.0, MCP+I, A+
> f p w 2 3 @ h o t m a i l . c o m
>
>



Nov 18 '05 #5

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

Similar topics

6
by: Howard Kaikow | last post by:
What's the best book to learn PHP? What's the best book for a PHP reference? My goal is presently limited to construction of a custom 404 page for my web site and PHP is the only scripting...
8
by: noid droid | last post by:
Hi. I posted yesterday asking if C# lived up to the hype. Thus far the feedback has been all positive. (Thanks.) Can anyone suggest GOOD books for learning C# and the Visual Studio .NET IDE? ...
8
by: Earl | last post by:
I've been on a mission this past year to move from VB6 to .Net. I'm fortunate(!?) not to have the big catalog of some long-time VB developers, although I have some CE apps that have to be entirely...
23
by: Carter Smith | last post by:
http://www.icarusindie.com/Literature/ebooks/ Rather than advocating wasting money on expensive books for beginners, here's my collection of ebooks that have been made freely available on-line...
29
by: Jhon smith | last post by:
Hi,all,I was just wondering if I am likly to have any problems trying to learn C from older books,I have some from the late 80`s,mid/late 90`s. I am using Dev-C++ on the pc windows platform,But I...
6
by: Francois | last post by:
Hi guys, I am a daily average user of C# but I think I need to masterize the language a little bit more to get full use of it and be able to do better programming. I find myself programming the...
6
by: John | last post by:
I am looking for VB.Net books which provide a lot of exercises (preferrably with all the answers worked out on CD). In earlier reactions Ken Tucker and M.Posseth recommended a few books. Thanks...
2
by: youpak2000 | last post by:
What you can't find in programing text books Professional software development needs more knowledge than language syntax, OOP, styles, etc. There are many things which people usually learn by...
17
by: Hypnotik | last post by:
Hello everyone. I'm working on a program which uses a class (Shelf) and a struct (Book). In the main program we declare an array (Library) which is of type shelf. The program takes in various info...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 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 former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
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: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
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
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...

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.