What is the intermediate language between asp and asp.net1.0?



What is the intermediate language between asp and asp.net1.0?..

Answer / Raj Bhushan Dube

Visual Basic (VB) Script was an intermediate language between ASP and ASP.NET 1.0. VB Script is a lightweight scripting language developed by Microsoft, which enabled developers to write server-side scripts using the Active Server Pages technology. With ASP.NET 1.0, Microsoft introduced C# and VB.NET as the primary languages for developing web applications.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Dot Net General Interview Questions

What is a DLL?

1 Answers  


Please explain what is reflection and what is it for?

1 Answers  


What?s different about a Windows service as compared to a regular application?

1 Answers  


What is .NET Framework?

2 Answers  


Is .net core the future?

1 Answers  


What is STA in .NET?

1 Answers  


what are design patterns in .net....?

2 Answers  


Tell us what do the following acronyms in .net stand for: il, cil, msil, cli and jit?

1 Answers  


What is an EXE?

1 Answers  


Explain me what is encapsulation?

1 Answers  


i have 2 functions, int add(int a,int b); double add(int a,int b); does this code implement overloading? if not what will be the error?

4 Answers   Deloitte,


what will do to avoid prior case?

1 Answers  


Categories