Microsoft .Net Mobile Question:
Download Questions PDF

Explain how does .NET Mobile work?

Answer:

Sequence of steps for MMIT application execution:

a) A mobile client requests for a webpage
b) The request travels through the internet
c) The request reaches IIS on the server
d) .NET Framework handles the request and processes it
e) ASP.NET compiles the page
f) MMIT takes care of any mobile device specific requirements
g) Page is sent to the client.

Download .Net Mobile Interview Questions And Answers PDF

Previous QuestionNext Question
Explain the components required to develop mobile applications with .NET Mobile?Explain a .NET Mobile example with details?