Learning ASP.net C Sharp

Associate
Joined
17 Oct 2002
Posts
730
Hi people,

Im a fairly confident php programmer and would like to expand my skills and learn some ASP.net can anybody point me in the right directions with some tutorials, guides, books etc....

Any help is much appreciated!

Cheers
 
A couple of books I would recommend are:

C# Cookbook (O'Reilly) - for general C# stuff. I prefer their cookbooks over the bog-standard references (although really such a reference should be used together with this book) because it shows you how to actually accomplish little things in an unfamiliar language, ranging from menial to complex tasks.

ASP.Net 2.0 Unleashed (Walther) - I bought this myself today. It's a hardback book and around 2000 pages, but can be had for some amazing price (about half of what similar sized books would cost on this subject), and the reviews are excellent. Seems to cover almost every aspect of ASP.Net 2.0, with examples (and code samples) in both VB and C#.

As for web references, Sitepoint have some nice articles on ASP.Net, including this getting starting guide. But there's heaps of web references out there; Google is your friend :-)

Hope that helps.
 
Last edited:
Back
Top Bottom