ASP.NET Book!

  • Thread starter Thread starter James Bird
  • Start date Start date
J

James Bird

Forgive the repost - I've just noticed by subject from the last post didn't
include "book"!

Can anyone recommend a good ASP.NET book for someone with good classical ASP
skills? I'd prefer one that isn't based too strongly on Visual Studio.

Any suggestions?

Regards
James Bird

Web Manager
The Dolls House Emporium
Tudor Models Ltd
(e-mail address removed) www.dollshouse.com
Tel: 01773 514405 Fax: 01773 513772


This email and any files transmitted with it are confidential and intended
solely for the individual or entity to whom they are addressed. No liability
is accepted for the accuracy or completeness of any information contained in
this email.

If you are not the intended recipient please notify the sender that you have
received it in error, and do not use, distribute, print or copy it.
 
I would recommend my book, but the code is all written for version 1.0 and
the XML code breaks under 1.1. As such, I would state ASP.NET Unleashed is
a decent work for those from an ASP and probably my first recommendation.
The Microsoft books are also good, but may be a bit too VS.NET for you.

I would consider moving to C#, as it will help you break the ASP/VBScript
errors you will create if you follow an ASP methodology in .NET. It sure
helped me over the hump.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

**********************************************************************
Think Outside the Box!
**********************************************************************
 
Thanks for that - I hadn't considered that benefit of using C#.

I've heard good things about the unleashed books from other sources too.

Cheers
 
Back
Top