Asp.net and asp ? differences?
Answers were Sorted based on User's Feedback
Answer / satish v itagi
1. ASP.NET has languages that comply to CTS and CLS for
coding the business logic. CLR manages the JIT from IL byte
code.
2. ASP.NET has class libraries which have web controls
which are run at server by default.
3. ASP.NET can be either single file with/without Code
Behind but ASP is single file only.
ASP uses scripts and ASP.NET uses dot Net compliant
languages.
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / shwetha
Asp is a client Side,whereas Asp.Net is a serverside..
Asp.Net contais design as well as coding part in a
different file , but in Asp it contoins in only one file..
Asp is a connected architecture,whereas Asp.Net is a
dissconnected architecture.
Is This Answer Correct ? | 2 Yes | 2 No |
When does the application ONEND event handler fire?
1 Answers C Squared Systems, Verinon Technology Solutions,
What does ascx stand for?
What are the features that make asp.net more used framework? : asp.net mvc
What is MVVM in dot net?
How to Separate background image and front image from original picture....
0 Answers Sans Pareil IT Services,
What is the use of response redirect in asp.net?
how to encrypt a connection string in web.config file?
How many view state can be hold by a aspx page ?
How connect data into DropDownList from Aceess Table?
Types of values mode can hold session state in Web.Config?
What is xaml? Are xaml file compiled or built on runtime?
Details on web.config and global.asax - just explain what are the sections will be there.