Go Back   WebMasters.org Forums > Website Design & Development > ASP & .Net Development

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 10-24-2009, 06:29 AM
Junior Member
 
Join Date: Oct 2009
Posts: 5
Default Difference between ASP and ASP.NET

ASP stands for Active Server Pages. ASP.NET is the next generation of ASP. After the introduction of ASP.NET, old ASP is called 'Classic ASP'.


Most of the engines place added relevancy on keywords found in the name of the page, or the URL. When naming your pages, try to name your pages after your keyword phrases.
Classic ASP uses vb script for server side coding. Vb Script is not supported any more in ASP.NET. Instead, ASP.NET supports more languages including C#, VB.NET, J# etc. VB.NET is very similar to vb script, so it should be easy for old Visual Basic or ASP programmers to switch to VB.NET and ASP.NET

VB Script is a simple scripting language, where as VB.NET or C# are modern, very powerfull, object oriented programming languages. Just for that reason, you will be able to write much more robust and reliable programs in ASP.NET compared to ASP.

In classic ASP, there was no server controls. You have to write all html tags manually. ASP.NET offers a very rich set of controls called Server Controls and Html Controls. It is very easy to drag and drop any controls to a web form. The VS.NET will automatically write the required HTML tags automatically for you.
__________________
new york criminal attorney
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 10-30-2009, 05:56 PM
Member
 
Join Date: Oct 2009
Posts: 64
Default

thnk frnd I want to add one more thing .NET is latest technology ..
__________________
Free Online Books | Engineering Books - Free Engineering Books | Medical Books - Free Medical Books to download
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 10-31-2009, 03:10 PM
Senior Member gay
 
Join Date: Nov 2008
Posts: 127
Default

Both are server side script but the concept and technologies are different. .net is full of object oriented
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 01-19-2010, 11:20 AM
Junior Member
 
Join Date: Jan 2010
Posts: 8
Default

hi! Difference between .NET & VS.NET....?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 01-31-2010, 10:18 AM
Member
 
Join Date: Jan 2010
Posts: 40
Default

You have described everything in details in your post. I would only like to add that we need both for designing SEO keywords rich Web-page backlinks.
__________________
dehumidifierreview

Last edited by rkbehera1; 07-25-2010 at 11:33 AM..
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 02-02-2010, 12:19 PM
Member
 
Join Date: Jan 2010
Posts: 27
Default

The main difference between ASP and ASP.NET, ASP.NET is object oriented and all the element of the page are object.
__________________
Houston Texas Medical Transcription Company
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 03-10-2010, 04:26 AM
Junior Member
 
Join Date: Feb 2010
Posts: 4
Default

ASP has no inbuilt facility for Validation of controls, but ASP.NET have provided inbuilt facility for validation of controls.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 04-13-2010, 12:56 PM
Junior Member
 
Join Date: Apr 2010
Posts: 14
Default

asp is script base language but asp.net is using the c# code.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 04-25-2010, 11:48 PM
Junior Member
 
Join Date: Apr 2010
Posts: 12
Default

you have described it yourself but i would like to add:

ASP.NET has better language support, a large set of new controls, XML-based components, and better user authentication.

ASP.NET provides increased performance by running compiled code.

ASP.NET code is not fully backward compatible with ASP.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old 05-01-2010, 07:12 AM
Junior Member
 
Join Date: Mar 2010
Posts: 19
Default

Active Server Pages (ASP) is Microsoft’s early foray into the server side scripting engines that were meant to dynamically create web pages as they are needed. An example of a dynamically created web page is an on-line calculator where you input two number and after you’re done it presents you with the sum. Creating that in HTML would require a lot of pages, one for each possible result. But with ASP, you can write a single short script that can handle this easily. ASP has seen a fair share in the internet creating pages on the fly.

ASP.NET aims to make the transition to web programming easier for those who are already knowledgeable in creating programs for Windows. ASP.NET also offered some improvements over its predecessor.

Here are some of the advantages of ASP.NET over ASP:

• ASP.NET takes advantage of the additional features in the .NET library allowing its pages to be coded in any of the other languages included in .NET.
• ASP.NET also has a very wide array of libraries and controls that can be used to build a web page quickly and easily. It also had a lot of the commonly used templates like menus.
• Error Handling has also been improved compared to ASP by making use of the try-catch blocks and exception handling.
• A compiled code format allowed ASP.NET scripts to perform faster during execution since it doesn’t need to be compiled by the server when called. It also meant a lot less errors when it is already deployed since errors were easily found when you attempt to compile a script..
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools
Display Modes

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 10:15 AM.



Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.2.0
vB Ad Management by =RedTyger=