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. |
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?...
|
|||||||
|
|||
|
what is the difference between ASP and ASP.NET?
|
| The Following 3 Users Say Thank You to carmel For This Useful Post: | ||
| Sponsored Links |
|
|||
|
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. |
|
|||
|
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.
|
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|