vote up 5 vote down star
2

I am an experienced .NET applications developer. All of my development experience has been with desktop apps with WinForms/WPF.

The last time I worked with ASP was back in 1998. A lot has changed with ASP.NET, and I realize this. I am wondering what is the best resource for ramping up quickly with ASP.NET and WebForms (not MVC). Any Suggestions?

flag

76% accept rate

4 Answers

vote up 4 vote down check

I always recommend this site:

ASP .NET Learn

It's the official ASP .NET site, there you'll find really good videos that will help you to get up developing quickly in ASP .NET

link|flag
Yes, very cool. Exactly what I am looking for. Thanks! – Brian Genisio Nov 30 '08 at 3:46
You're welcome, happy coding! – CMS Nov 30 '08 at 3:47
vote up 1 vote down

Personally I find that the best way is to start digging in, find either an existing project to enhance or start out building something. The best way for me anyway is to have a problem to solve, by doing this it makes life a lot easier. At least that is the way I learn new technologies.

There are many good reference/tutorial sites out there as well that could help you out a lot, such as 4GuysFromRolla.com.

link|flag
vote up 2 vote down

The ASP.NET Page Life Cycle, must you know, padawan, if seek to master the web, you do

link|flag
1  
Shameless self promo: john-sheehan.com/blog/index.php/… for a Life Cycle cheat sheet – John Sheehan Nov 30 '08 at 4:09

Your Answer

Get an OpenID
or

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