ASP Programming
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsProgramming Languages - MoreASP Programming
Receive the tools necessary to be the rock star of your field. Our 12-month program teaches you the evolving world of multi-channel marketing as well as the complex issues and opportunities found in the industry.

ASP Free and Iron Speed Designer are giving away $5,500+ in FREE licenses. Iron Speed's RAD CASE toolset can save up to 80% of your coding time. One free license per week, one perpetual license per month!
Download and Activate to enter!

Web development can be a daunting task, even for specialists. There is a lot of information to absorb and a lot of technologies to learn in order to manage a superior website. When trying to learn the ropes, developers need a reliable source to introduce new ideas that can be easily implemented. When working on large projects, even web veterans may run into a technology or an aspect of a technology that they are unfamiliar with.

Learn More!


Download to Enter
| Contest Rules

Tutorials | Forums

Closed Thread
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old April 11th, 2011, 01:42 AM
Anna Hussie Anna Hussie is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Apr 2011
Posts: 13 Anna Hussie User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 h 15 m
Reputation Power: 0
What are the differences between the ASP languages?

I hear many terms related to ASP-
ASP.NET
ASP
.NET
DotNet
and I think some more.

I would assume .NET and DotNet are the same.

I am an experience web developer with a background in PHP/JSP.

What are the differences, purposes, open/closed-sourceness, and syntax styles of all the above, and any of their neighbors I didn't mention?

Reply With Quote
  #2  
Old April 11th, 2011, 02:38 AM
MrFujin's Avatar
MrFujin MrFujin is offline
Lord of the Dance
Dev Shed Frequenter (2500 - 2999 posts)
 
Join Date: Oct 2003
Posts: 2,743 MrFujin User rank is General 11st Grade (Above 100000 Reputation Level)MrFujin User rank is General 11st Grade (Above 100000 Reputation Level)MrFujin User rank is General 11st Grade (Above 100000 Reputation Level)MrFujin User rank is General 11st Grade (Above 100000 Reputation Level)MrFujin User rank is General 11st Grade (Above 100000 Reputation Level)MrFujin User rank is General 11st Grade (Above 100000 Reputation Level)MrFujin User rank is General 11st Grade (Above 100000 Reputation Level)MrFujin User rank is General 11st Grade (Above 100000 Reputation Level)MrFujin User rank is General 11st Grade (Above 100000 Reputation Level)MrFujin User rank is General 11st Grade (Above 100000 Reputation Level)MrFujin User rank is General 11st Grade (Above 100000 Reputation Level)MrFujin User rank is General 11st Grade (Above 100000 Reputation Level)MrFujin User rank is General 11st Grade (Above 100000 Reputation Level)MrFujin User rank is General 11st Grade (Above 100000 Reputation Level)MrFujin User rank is General 11st Grade (Above 100000 Reputation Level)MrFujin User rank is General 11st Grade (Above 100000 Reputation Level) 
Time spent in forums: 2 Months 1 Week 7 h 27 m 52 sec
Reputation Power: 1707
I suggest you take a look at following pages:
http://www.microsoft.com/net/
http://www.asp.net/
http://en.wikipedia.org/wiki/ASP.NET
http://en.wikipedia.org/wiki/Active_Server_Pages

Reply With Quote
  #3  
Old June 25th, 2011, 05:20 AM
arcsgroup arcsgroup is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jun 2011
Location: Ottawa
Posts: 6 arcsgroup User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 h 21 m 8 sec
Reputation Power: 0
ASP.NET is the latest version provided by the Microsoft.But you can't say that it is the updated version of .net. Both of these are totally different from each other.

Reply With Quote
  #4  
Old June 26th, 2011, 12:24 AM
Doug G Doug G is offline
Grumpier Old Moderator
Dev Shed God 18th Plane (13500 - 13999 posts)
 
Join Date: Jun 2003
Posts: 13,894 Doug G User rank is General 49th Grade (Above 100000 Reputation Level)Doug G User rank is General 49th Grade (Above 100000 Reputation Level)Doug G User rank is General 49th Grade (Above 100000 Reputation Level)Doug G User rank is General 49th Grade (Above 100000 Reputation Level)Doug G User rank is General 49th Grade (Above 100000 Reputation Level)Doug G User rank is General 49th Grade (Above 100000 Reputation Level)Doug G User rank is General 49th Grade (Above 100000 Reputation Level)Doug G User rank is General 49th Grade (Above 100000 Reputation Level)Doug G User rank is General 49th Grade (Above 100000 Reputation Level)Doug G User rank is General 49th Grade (Above 100000 Reputation Level)Doug G User rank is General 49th Grade (Above 100000 Reputation Level)Doug G User rank is General 49th Grade (Above 100000 Reputation Level)Doug G User rank is General 49th Grade (Above 100000 Reputation Level)Doug G User rank is General 49th Grade (Above 100000 Reputation Level)Doug G User rank is General 49th Grade (Above 100000 Reputation Level)Doug G User rank is General 49th Grade (Above 100000 Reputation Level) 
Time spent in forums: 1 Month 3 Weeks 4 Days 15 h 10 m 20 sec
Reputation Power: 4227
ASP is not a language. Unlike php which is both a web server framework and a language, asp refers to a web server framework supporting different languages. "Classic" asp refers to older style asp framework using various scripting languages. asp.NET refers to newer style web code based on the Microsoft NET framework.

asp.NET offers C# and VB as primary coding languages.

classic asp supports server-side vbscript, javascript, perlscript and a couple other lesser-known custom scripting languages.
__________________
======
Doug G
======
It is a truism of American politics that no man who can win an election deserves to. --Trevanian, from the novel Shibumi

Reply With Quote
  #5  
Old July 1st, 2011, 04:08 AM
WebDeveloper001 WebDeveloper001 is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Apr 2011
Posts: 12 WebDeveloper001 Negative: is most likely a SPAMMER and a traitor to the cause. 
Time spent in forums: 4 h 4 m 40 sec
Reputation Power: 0
An Active Server Page (ASP) is an HTML page that includes one or more scripts that are processed on a Microsoft Web server before the page is sent to the user.
ASP is a feature of the Microsoft IIS.

For Web service applications, Microsoft provides a latest version of ASP support called ASP.NET.

Reply With Quote
  #6  
Old August 9th, 2011, 06:03 AM
diyaots diyaots is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Mar 2011
Posts: 67 diyaots User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 15 h 12 m 13 sec
Reputation Power: 2
Major difference: Classic ASP is Interpreted. ASP.NET is Compiled. If code is changed, ASP.NET recompiles, otherwise does'nt.
And ASP works with VB as the language. ASP.NET works with VB.NET & C# as the languages.

Reply With Quote
  #7  
Old August 10th, 2011, 09:12 PM
Doug G Doug G is offline
Grumpier Old Moderator
Dev Shed God 18th Plane (13500 - 13999 posts)
 
Join Date: Jun 2003
Posts: 13,894 Doug G User rank is General 49th Grade (Above 100000 Reputation Level)Doug G User rank is General 49th Grade (Above 100000 Reputation Level)Doug G User rank is General 49th Grade (Above 100000 Reputation Level)Doug G User rank is General 49th Grade (Above 100000 Reputation Level)Doug G User rank is General 49th Grade (Above 100000 Reputation Level)Doug G User rank is General 49th Grade (Above 100000 Reputation Level)Doug G User rank is General 49th Grade (Above 100000 Reputation Level)Doug G User rank is General 49th Grade (Above 100000 Reputation Level)Doug G User rank is General 49th Grade (Above 100000 Reputation Level)Doug G User rank is General 49th Grade (Above 100000 Reputation Level)Doug G User rank is General 49th Grade (Above 100000 Reputation Level)Doug G User rank is General 49th Grade (Above 100000 Reputation Level)Doug G User rank is General 49th Grade (Above 100000 Reputation Level)Doug G User rank is General 49th Grade (Above 100000 Reputation Level)Doug G User rank is General 49th Grade (Above 100000 Reputation Level)Doug G User rank is General 49th Grade (Above 100000 Reputation Level) 
Time spent in forums: 1 Month 3 Weeks 4 Days 15 h 10 m 20 sec
Reputation Power: 4227
Quote:
Originally Posted by diyaots
Major difference: Classic ASP is Interpreted. ASP.NET is Compiled. If code is changed, ASP.NET recompiles, otherwise does'nt.
And ASP works with VB as the language. ASP.NET works with VB.NET & C# as the languages.
This isn't correct. You can have a compiled asp application. VB is not a directly supported language in classic asp, however vbscript is.

Reply With Quote
  #8  
Old December 14th, 2011, 02:19 AM
kristy85 kristy85 is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Nov 2009
Posts: 13 kristy85 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 h 49 m 7 sec
Warnings Level: 5
Reputation Power: 0
There is ASP classic, and ASP.NET. I personally don't like .net because of the markup it generates. I want control of what the server is generating.

ASP Classic is similar to PHP in that you have control of what the script is doing.

Reply With Quote
  #9  
Old December 14th, 2011, 02:58 AM
jessicwill jessicwill is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Dec 2011
Posts: 1 jessicwill User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 9 m 41 sec
Reputation Power: 0
An ASP.NET page is restricted to code written in a single programming language. Currently, ASP.NET supports Visual Basic, C#, and J#.

Reply With Quote
  #10  
Old December 14th, 2011, 08:48 AM
Ronster Ronster is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Feb 2007
Location: Charlotte
Posts: 404 Ronster User rank is First Lieutenant (10000 - 20000 Reputation Level)Ronster User rank is First Lieutenant (10000 - 20000 Reputation Level)Ronster User rank is First Lieutenant (10000 - 20000 Reputation Level)Ronster User rank is First Lieutenant (10000 - 20000 Reputation Level)Ronster User rank is First Lieutenant (10000 - 20000 Reputation Level)Ronster User rank is First Lieutenant (10000 - 20000 Reputation Level)Ronster User rank is First Lieutenant (10000 - 20000 Reputation Level)Ronster User rank is First Lieutenant (10000 - 20000 Reputation Level) 
Time spent in forums: 4 Days 23 h 55 m 20 sec
Reputation Power: 142
Quote:
Originally Posted by kristy85
There is ASP classic, and ASP.NET. I personally don't like .net because of the markup it generates. I want control of what the server is generating.

ASP Classic is similar to PHP in that you have control of what the script is doing.


Great reason to prefer classic over .NET.

NOT.

Classic is a joke. It is interpreted/compiled. That's a big deal. You don't get an validation if you misspell a variable. Code re-use is much tougher.

Yes, .NET does generate some ugly code. You can use MVC if you don't like that, but complaining about the markup is ridiculous. You can work around that, but you can't work around the glaring weaknesses that is classic asp. ugh.

Reply With Quote
  #11  
Old January 9th, 2012, 02:59 AM
kristy85 kristy85 is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Nov 2009
Posts: 13 kristy85 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 h 49 m 7 sec
Warnings Level: 5
Reputation Power: 0
I hear many terms related to ASP-
ASP.NET
ASP
.NET
DotNet
and I think some more.

I would assume .NET and DotNet are the same.

I am an experience web developer with a background in PHP/JSP.

What are the differences, purposes, open/closed-sourceness, and syntax styles of all the above, and any of their neighbors I didn't mention?

Reply With Quote
Closed Thread

Viewing: Dev Shed ForumsProgramming Languages - MoreASP Programming > What are the differences between the ASP languages?


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 


Powered by: vBulletin Version 3.0.5
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.

© 2003-2012 by Developer Shed. All rights reserved. DS Cluster 2 - Follow our Sitemap