Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Quick Ramp-up for ASP.NET

Tags:

asp.net

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?

like image 475
Brian Genisio Avatar asked Nov 30 '08 03:11

Brian Genisio


4 Answers

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

like image 64
Christian C. Salvadó Avatar answered Oct 18 '22 21:10

Christian C. Salvadó


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

like image 41
Steven A. Lowe Avatar answered Oct 18 '22 20:10

Steven A. Lowe


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.

like image 34
Mitchel Sellers Avatar answered Oct 18 '22 21:10

Mitchel Sellers


  • HTML/CSS Tutorials
  • ASP.NET Quickstart Tutorial
  • Nice series of videos
  • .NET 3.5 Enhancements Training Kit RTM

ASP.NET Learn already mentioned.

like image 43
mksoagi Avatar answered Oct 18 '22 21:10

mksoagi