Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

BOOKS 2

Status
Not open for further replies.
Hello,

It will be helpful, if we can dedicate this thread for comments on the books you read on ASP.NET. It'll be a great help to me and to others.
Thank you,
RR.
__________________________________
The best is yet to come.
 
The majority of books in my collection are Wrox books. However, I found the "Programming ASP.NET (O'Reilly Windows)" to be very resouceful.

Topics covered: Introduction to the .NET platform and ASP.NET; basic programs in HTML; ASP and ASP.NET compared; events in ASP.NET (application, session, page, and control events); HTML and ASP controls compared; basic ASP controls APIs (including in-depth coverage of calendar support); code behind forms; using the Visual Studio .NET IDE; tracing, debugging, and error handling; validation controls in ASP.NET (including built-in and custom validators, plus regular expression support); basic data-binding techniques; list and DataGrid controls; ADO.NET tutorial (basic APIs and programming techniques); calling stored procedures; updating database records; Repeater and DataList controls used with ADO.NET; custom ASP.NET controls (including derived, composite, and full custom controls); overview of Web services (including SOAP, WSDL, and other standards); creating and consuming a sample Web service for a stock ticker; ASP.NET caching techniques explained (including fragment and object caching); security options in ASP.NET for authentication, authorization, and impersonation; configuration and deployment options in ASP.NET (including XCOPY deployment); and an appendix with a quick tutorial on database design.

Regards,
NatGreen
 
One warning with the current set of Wrox books that are out there: they do a great job covering asp.net, but most were written BEFORE vs.net was released, so there isn't much support in there for it. Most of the examples are via old-school asp programming, just using the asp.net tags. I'm sure they'll update them with vs.net being released, and they are still excellent books! Just go in knowing that you'll learn more about the whys and hows of asp.net and .net itself than you will how to create web apps in vs.net

Jack
 
Thank you NatGreen and Jack.

How do we know if the book was published before or AFTER VS.Net Release ?

Thank you,
RR.
__________________________________
The best is yet to come.
 
Are there any good books on asp.net using vs.net ?

T
 
Sorry, I should have mentioned - Esposito's book covers Framework 1.1, VS.NET 2003
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top