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 |
What is a DLL?
Please explain what is reflection and what is it for?
What?s different about a Windows service as compared to a regular application?
What is .NET Framework?
Is .net core the future?
What is STA in .NET?
what are design patterns in .net....?
Tell us what do the following acronyms in .net stand for: il, cil, msil, cli and jit?
What is an EXE?
Explain me what is encapsulation?
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?
what will do to avoid prior case?