vote up 1 vote down star
2

I'm not interested in a reference. I want a source that will work me through the principles and main concepts of ASP.NET.

flag

36% accept rate

5 Answers

vote up 4 vote down

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/

link|flag
vote up 3 vote down

I think Fritz Onion's books are still hard to beat.

link|flag
I agree, as far as an intro, these are the best. – Guy Starbuck Sep 8 '08 at 18:07
vote up 2 vote down

"Best" is subjective but here a few good ones:

link|flag
vote up 0 vote down

The head first books are pretty good for intro stuff: http://www.headfirstlabs.com/books/hfcsharp/

link|flag
vote up 0 vote down

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...

link|flag
Deprecated isn't the right word for WebForms. MVC's great, but I'd be surprised if it accounts for anywhere near a majority of ASP.NET development anytime soon. – Dave Ward Sep 8 '08 at 23:34

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.