Fast Acceleration on ASP.NET for Experienced Coder

I have a contract with a proposal from a client to develop an intranet application for capturing / manipulating / displaying a rather complex set of marketing data. I did such things before analysis, database, etc. It does not contain problems for me, but the client will most likely prefer ASP.NET, since they have a small (small) amount of experience with this.

My current default web application language is PHP, although I have been coding some ASP for some time now. I’ve been engaged in coding for 20 years and have tables of languages ​​and technologies under my belt, including Perl, Java, VB, Delphi and C, so I don’t care about learning a new environment, but, nevertheless, I would like to get up to speed with minimal effort and as quickly as possible.

What books, websites, or other resources would you recommend most efficiently achieving?

+5
source share
5 answers

Since you are an experienced coder, I would suggest just diving into the water, and you will pick it up when you go. From your list of skills, this is more like Delphi (event driven programming).

http://www.codeproject.com is very useful and contains many articles on ASP.NET, including for beginners and experts.

: ASP.NET ASP.NET MVC (http://www.asp.net/mvc/). , , , WebForms. , (stackoverflow) .

, ...

+6

ASP.NET , .NET , , , , , , (1.1 2.0, 1.1 , ) .

, ( ) -, . O'Reily ASP.NET ASP.Net 2.0 ( ASP.NET 2.0 #).

+3

ASP.NET(http://forums.asp.net/) . w3schools (http://www.w3schools.com/ASPNET/).These ASP.NET.

Pro ASP.NET 3.5 # 2008 - , , ASP.NET AJAX. ASP.NET 2.0 AJAX

+3

- asp.net, , / - ( ).

The first thing to do is the asp.net request life cycle. Learn about IHttpModules, IHttpHandlers, then the asp.net page (just an implementation of IHttpHandler).

Otherwise, I would also recommend looking at the MVC implementation.

+3
source

asp.net is a great site with lots of resources and videos to get you started. I would download VS Express and start scrolling through the video.

+2
source

All Articles