views:

93

answers:

2

What are your best resources for a WinForms/WPF developer to come up to speed on ASP.NET? Will it take a complete paradigm shift for me to learn how to use ASP.NET or will it be a slight adjustment?

I will award the answer flag to the post with a resource that gets me up to speed in the shortest amount of time. Downloadable code and code examples would be most helpful.

+3  A: 

The Official ASP.NET Site has tutorials and videos

4 Guys From Rolla is a great resource, as is Scott Guthrie's blog.

W3Schools has tutorials.

[There is quite a bit of a shift towards ASP.NET MVC, so I would suggest you look at that]

Mitch Wheat
A: 

The are lots of resources on the web but I would definately recommend the Learn section of the ASP.NET Community Site: http://www.asp.net/learn/

I would also recommend Professional ASP.NET 3.5 SP1 Edition: In C# and VB from Wrox.

Rob Windsor