views:

284

answers:

5

What are the most useful websites to learn ASP.NET with?
What blogs do you read it to enhance your technical knowledge of ASP.NET?
What forums are useful to you?

First I will answered this Question.
[Website] ASP.NET
[Website] 4GuysFromRolla
[BLOG] ScottGu Blog
[BLOG] Omar Alzaber Blog

I have a lot of links but maybe you have a link that is useful for me.

Thanks for all your input...

+1  A: 

MSDN

Scott Hanselman's Blog

Aaron Palmer
+1  A: 

Quick Start Guides on Asp.Net

MSDN Learn Asp.Net

W3Schools is a great place to start learning any web technology.

Article Collections:

Steve Tranby
thanks, the article collections was great :)
ecleel
+1  A: 

If you are serious about learning ASP.net you would be better to invest in a couple of good books, rather than just reading blog posts.

Jeff Atwood (creator of Stack Overflow) has a good blog post on the subject: http://www.codinghorror.com/blog/archives/001108.html

Some good books to pick up are:

Beginning ASP.net 3.5

Professional ASP.net 3.5

Kyle B.
A: 

Lazy I know.. but have you ever browsed the asp.net questions at StackOverflow ;)

Actually look at them sorted by votes

John Nolan
I would expect teaching would involve more than SO. SO is a great resource for asking/answering questions, but teaching would require a little more, IMHO.
pearcewg
+1  A: 

Following some books which take you through practical examples is much more valuable than websites. I tend to use websites for specific topics once I know the technology.

For example, once you know ASP.NET, specialization tricks for handling WPF grids with elegance is a great website reading topic.

Topics versus overall teaching.

Just my 2c.

pearcewg