Mobile Web Development with ASP.NET
Questions covering mobile web development, responsive design, CSS3 Media Queries, and ASP.NET techniques for optimizing web applications for mobile devices.
Questions
Microsoft recommends the usage of ASP.NET Mobile Controls for development of web application for mobile devices in ASP.NET 4.0.
- True
- False
When different set of web pages are designed for mobile devices, they do not share the configuration & session data with the desktop web pages.
- True
- False
With the following directive in a web page designed for desktop, mobile device will never receive cached desktop web page: <%@ OutputCache Duration="60" %>
- True
- False
What is the advantage of using 51Degrees.Mobi foundation library along with WURFL project database?
- The response from ASP.NET web page is modified to suit a mobile device.
- It automatically caches the web pages specific for mobile devices to improve performance.
- It comes with a set of scripts to check mobile readiness of web pages.
- It gives more accurate / enhanced information in Request.Browser object than is available by default in ASP.NET 4.0.
What is the location in web page to hook a different master page to it?
- Page_PreInit handler
- Page_Load handler
- Page_Init handler
- Page_Unload handler
If a mobile device user is to be redirected to a mobile web page at the start of his browser session, redirect him / her in
- Session_Start method in code behind file of web page
- Application_Start method in Global.asax file
- Page_Init handler of web page
- Session_Start method in Global.asax file
How do we disable transcoders and proxy servers at mobile network operators?
- System.Network.DisableTranscoder()
- Response.Cache.SetNoTransforms()
- Microsoft.Network.DisableProxyServer()
- Request.Cache.SetNoTransforms()
Which of the following is an example of client side solution?
- Use different master page for mobile devices
- Use different Cascading Style Sheet (CSS) to layout the web page in an optimal manner on mobile device
- Use different web pages for mobile devices.
- Combination of 1 & 3
Using CSS3 Media Queries, we can
- Associate different business logic for mobile devices
- Associate different master page for mobile devices
- Associate different style sheet for different screensizes of mobile devices
- Find out the multimedia and image formats supported by a given mobile device
An optimum way of designing layouts for mobile devices is to
- Design for mobile device models
- Design for mobile device OS platform
- Design for mobile device screen size
- Design for mobile device manufacturer
If an element is affected by external style sheet, internal style sheet and inner style, which style takes precedence?
- External Style Sheet
- Inner Style
- Internal Style Sheet
- Depends on case to case basis
Microsoft recommends the usage of ASP.NET Mobile Controls for development of web application for mobile devices in ASP.NET 4.0.
- True
- False
When different set of web pages are designed for mobile devices, they do not share the configuration & session data with the desktop web pages.
- True
- False
With the following directive in a web page designed for desktop, mobile device will never receive cached desktop web page: <%@ OutputCache Duration="60" %>
- True
- False