Geeks Talk

Prepare for your Next Interview


Welcome to the Geeks Talk forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.

Asp.net

This is a discussion on Asp.net within the ASP.NET forums, part of the Web Development category; what is the difference between ASP and ASP.NET?...

Go Back   Geeks Talk > Web Development > ASP.NET
Register Blogs FAQ Tag Cloud Calendar Mark Forums Read

ASP.NET ASP.NET and ASP Related Problems

Reply

 

LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 03-17-2009
Junior Member
 
Join Date: Mar 2009
Posts: 2
Thanks: 0
Thanked 4 Times in 2 Posts
carmel is on a distinguished road
Post Asp.net

what is the difference between ASP and ASP.NET?
Reply With Quote
The Following 3 Users Say Thank You to carmel For This Useful Post:
Sponsored Links
  #2 (permalink)  
Old 06-16-2009
Junior Member
 
Join Date: Jun 2009
Location: chennai
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
pattan is on a distinguished road
Re: Asp.net

ASP:
Is not truly Object Oriented; it uses more of a top-down programming style, where code execution begins at the top and executes down to the end. You can use functions, sub-routines, classes and other objects, but it isn't OO.
You are limited to using either the Visual Basic or JavaScript scripting languages.
All variables are global of type variant, which like its counterpart in VB6, is an object that can be any object type, from a string to an integer to a Word application object.


ASP.NET:
Is Object Oriented, uses the event-driven model, where all your code executes in response to an event, like a mouse-click, or a Page Load, etc.
You can use many different languages to write your code: Visual Basic, C#, J#, Ruby, even Visual RPG. All code is compiled to use the same Common Language Runtime (CLR) that resides in the .NET Framework.
Variables are strongly typed, and the same scoping rules that apply in any recent, major programming language.
Reply With Quote
  #3 (permalink)  
Old 08-05-2009
Junior Member
 
Join Date: Aug 2009
Location: Mumbai
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
ganesh1987 is on a distinguished road
Re: Asp.net

thank u i am very happy to understand this bye bye.
Reply With Quote
  #4 (permalink)  
Old 08-05-2009
Junior Member
 
Join Date: Aug 2009
Location: Mumbai
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
ganesh1987 is on a distinguished road
Re: Asp.net

i am very lucky that i understand the difference between asp and asp.net
Reply With Quote
  #5 (permalink)  
Old 08-05-2009
Junior Member
 
Join Date: Aug 2009
Location: Mumbai
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
ganesh1987 is on a distinguished road
Re: Asp.net

i am T.Y.B.Sc(I.T) appeared student and currently working in Wipro Infotech . i want to make my career in a software devolpment please advice me right now what should i do. which types of short term courses should i persue.
Reply With Quote
  #6 (permalink)  
Old 08-12-2009
Junior Member
 
Join Date: Aug 2009
Location: Chennai
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
chinnakulandaiv is on a distinguished road
Re: Asp.net

Just try to Learn MOSS it will have a good future
Reply With Quote
Reply

  Geeks Talk > Web Development > ASP.NET

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 Off



All times are GMT -4. The time now is 08:33 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.3.1
Copyright © 2009 GeekInterview.com. All Rights Reserved