What is the difference between ASP and ASP.NET?
Answer Posted / srini
1.ASP and ASP.NET both are uset to build td the web
application and web site.
2.ASP is a compiled Managed code.
But asp.net is a object oriented programming language.
3.ASP.NEt give highly productive programming language.
Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Will the asp.net validators run in server side or client side?
Is asp.net a programming language?
What is application in asp net?
What is repository pattern in mvc.net? : asp.net mvc
Which is an advantage of application service providers?
Can the validation occurs in server-side or client-side? If the validation occurs why should we do?
Explain form level validation and field level validation?
What is the life cycle of web page?
What is the use of web.config file?
What are the modes of updation in an updatepanel? What are triggers of an updatepanel?
Distinguish between Server-side and Client-side code with its functionality?
What are the navigation ways between pages available in ASP.NET?
Can we have multiple worker process in an ASP.NET application? If so then how it has been handled by application? And who handles it?
What is the namespace to create thread in .net?
Web API uses which library for JSON serialization?