Click here to Skip to main content
15,885,952 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
can anyone suggest the suitable link for ide in asp.net...since am an beginner ,i dont know which is the best???reply me asap....
Posted
Updated 9-Mar-12 2:55am
v2
Comments
Herman<T>.Instance 9-Mar-12 9:01am    
what is itching? Please clarify your question.

ASP was microsofts first attempt at a web framework. It is now very outdated.
The is little in common between ASP and ASP.NET apart from a couple of object names.
They are totally different technologies, ASP basically is a scipting engine; you do not compile code into exe's or dll's, this makes it quite slow.
With ASP, you also had to write every last bit oh HTML and VBScript (JavaScript).

The improvements in ASP.NET are:
1. Compiled code (into exe's and dll's) offering much better performance
2. Programmable controls (you don't have to write every last bit oh HTML and code)
3. Markup is XML-based
4. ASP.NET comes with several ready built frequently used controls e.g. user authentication, file upload, banner rotation e.t.c.
5. Several built in security checks

Look up (but don't get distracted by) the following ASP.NET attributes.
1. Event driven programming
2. object oriented consepts

A good place to start learing ASP.NET is http://asp.net
 
Share this answer
 
v2
try visual web developer express edition you will love it
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900