You are designing an ASP.NET Web application.
You have the following requirements:
– Perform rapid development.
– Maintain cross-browser compatibility.
– Do not require client-side installations.
You need to recommend a client-side technology thatmeets the requirements.
Which two technologies could you recommend?
(Each correct answer presents a complete solution.Choose two.)
A.
jQuery
B.
ASP.NET AJAX
C.
Microsoft Silverlight
D. Microsoft Visual Basic Scripting Edition (VBScript)
Explanation:
Microsoft Silverlight do not allowed because required client installation,
VBScript do not supported cross-browser compatibility.
Only jQuery and Asp.net Ajax allowed.