943,544 Members | Top Members by Rank

Ad:
  • ASP.NET Discussion Thread
  • Unsolved
  • Views: 94737
  • ASP.NET RSS
You are currently viewing page 1 of this multi-page discussion thread
May 18th, 2005
0

Difference between asp & asp.net

Expand Post »
Can anyone be kind enough to explain the difference between asp & asp.net?

I am only conversant with PHP, but am very interested in these two.
Similar Threads
Reputation Points: 10
Solved Threads: 0
Newbie Poster
farheen is offline Offline
6 posts
since May 2005
May 19th, 2005
0

Re: Difference between asp & asp.net

It's not easy to explain the difference between ASP and ASP.NET, but the second is object oriented and all the element of the page are object.
In ASP.NET you can use the language you want to use to prodece the page (VB.NET or C#).
All the code is in a particular file that is not including in the web pages and you must recompiling when you make changes, because ASP.NET using compiling language.
The compiling of the page was made at the server the first time and in the next run reuse this compiling result.
This is a simple introduction to the differnce between this two language, but is not sufficient to define the difference of this two languages.
Reputation Points: 10
Solved Threads: 1
Newbie Poster
lorf14plus is offline Offline
20 posts
since May 2005
May 19th, 2005
0

Re: Difference between asp & asp.net

So would you say that i have to learn asp before i move on to asp.net?
Reputation Points: 10
Solved Threads: 0
Newbie Poster
farheen is offline Offline
6 posts
since May 2005
May 19th, 2005
0

Re: Difference between asp & asp.net

No it is not necessary you can start directly with ASP.NET, but you must chose the language that you want to learn VB.NET or C#.
I prefer C# but for the web application probably it's most used VB.NET, the best is to study both. :cheesy:
Reputation Points: 10
Solved Threads: 1
Newbie Poster
lorf14plus is offline Offline
20 posts
since May 2005
May 19th, 2005
0

Re: Difference between asp & asp.net

Is there anything that either of these can do that PHP cannot, because at this rate, I think i might just stick to PHP!!!
Reputation Points: 10
Solved Threads: 0
Newbie Poster
farheen is offline Offline
6 posts
since May 2005
May 22nd, 2005
0

Re: Difference between asp & asp.net

well, it compiles for better speed. It is highly integrated with the server and OS so you can some really cool cacheing things to get speed. Easier to code in because of the .NET framework. Don't have to write every thing out from scratch leaving you time to actually focus on getting a problem done rather then type out code 100 times. (to me) has better support and community than php.
Reputation Points: 12
Solved Threads: 0
Light Poster
percent20 is offline Offline
33 posts
since Jan 2005
Aug 5th, 2005
0

Re: Difference between asp & asp.net

what is difference between asp and asp.net
Reputation Points: 10
Solved Threads: 0
Newbie Poster
digadaripradeep is offline Offline
1 posts
since Jul 2005
Aug 8th, 2005
1

Re: Difference between asp & asp.net

Biggest noticeable difference: ASP (Classic ASP as it is known) is a Script Language (i.e VBScript), where as ASP.NET is a the web formulation of a Compiled Language (i.e. Visual Basic, C#, J#, C++.Net)
Team Colleague
Reputation Points: 211
Solved Threads: 27
Master Poster
Paladine is offline Offline
793 posts
since Feb 2003
Aug 9th, 2005
0

Re: Difference between asp & asp.net

Read this article to find out the differences between ASP.NET and ASP.
It clearly explains the differences from programmers stand point.

Differences between ASP and ASP.NET

Hope it helps
Reputation Points: 11
Solved Threads: 6
Junior Poster
Letscode is offline Offline
175 posts
since Feb 2005
Aug 19th, 2005
0

Re: Difference between asp & asp.net

another fun thing is that the .net IDE has a WYSIWYG feature so you can build web pages visually, then fill in the parameters. this also "writes" the basic code for your design, and you simply fill in the functions and attributes you need afterwards in the codebehind or the actual page... a very nice feature that can cut down on code time and development time. this WYSIWYG feature is also simple to use with web services also.
Reputation Points: 10
Solved Threads: 3
Newbie Poster
nattylife is offline Offline
14 posts
since Aug 2005

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
This thread is currently closed and is not accepting any new replies.
Previous Thread in ASP.NET Forum Timeline: Attaching Database
Next Thread in ASP.NET Forum Timeline: Crystal report and SQL





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC