Multiple choice technology web technology

Microsoft recommends the usage of ASP.NET Mobile Controls for development of web application for mobile devices in ASP.NET 4.0.

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

ASP.NET Mobile Controls were deprecated by Microsoft and are NOT recommended for ASP.NET 4.0 development. Microsoft recommends using CSS media queries, responsive design, and standard web controls instead. The Mobile Controls namespace was designed for older devices and doesn't align with modern web standards.

AI explanation

False is correct. ASP.NET Mobile Controls (the System.Web.Mobile / MMIT stack) were a first-generation ASP.NET 1.x/2.0 technology for rendering to old WAP/feature-phone browsers. By ASP.NET 4.0, Microsoft had deprecated this approach in favor of standards-based rendering — ASP.NET Web Forms controls with adaptive/CSS-based rendering, and later ASP.NET MVC with responsive design — because modern mobile browsers could render normal HTML/CSS directly. Microsoft's guidance in that era explicitly steered developers away from the old Mobile Controls toolkit rather than recommending it, making the statement false.