I'm not interested in a reference. I want a source that will work me through the principles and main concepts of ASP.NET.
|
|
This is a good starting point: http://www.asp.net/get-started/ Followed by this: http://www.asp.net/learn/ Also, if you don't have the .NET framework or an IDE yet, there are free downloads of both here: http://www.asp.net/downloads/essential/ |
||
|
|
|
|
I think Fritz Onion's books are still hard to beat. |
||
|
|
|
"Best" is subjective but here a few good ones: |
|||
|
|
|
|
The head first books are pretty good for intro stuff: http://www.headfirstlabs.com/books/hfcsharp/ |
||
|
|
|
|
I'd suggest, if you're starting out developing web applications in .NET, that you skip the old and soon to be deprecated ASP.NET server control-based model and learn about the new ASP.NET MVC framework. IMHO, its a hundred times better than the server control model. Its much easier to understand, is of course a much cleaner design, is easier to test, doesn't require understanding the complex and bug-prone page lifecycle, etc etc etc. BTW, there aren't any books out on it yet. The official site also lags behind ScottGu by about two releases... |
||
|
