🎴 Flashcard Mode
ASP .Net Quiz - 3
Card1 / 10
Mastered0
Review0
QuestionClick to flip
Which of the following languages can be used to write server side scripting in ASP.NET?
AnswerClick to flip back
A
a and b
💡 Explanation:
ASP.NET supports multiple languages for server-side scripting. C# (C-sharp) and VB.NET (Visual Basic) are the two primary languages supported in ASP.NET. Option D states 'a and b' which correctly identifies both C# and VB as valid choices. C++ is not a native ASP.NET server-side language (though C++/CLI exists, it's not standard for ASP.NET development).