Describe how to develop mobile applications using Microsoft Mobile Internet Toolkit (MMIT) or .NET Mobile.- The Microsoft Mobile Internet Toolkit (MMIT) makes mobile application fast, easy and inexpensive for developers to build, maintain and deploy sophisticated mobile web applications for numerous devices.
- The mobile application runs on the server and display in a mobile device's browser.
- MMIT consists of a set of mobile controls, a mobile designer and support for hundreds of different mobile devices.
- MMIT is built upon the .NET framework, web apps can be authored in C#, VB.NET, JScript, Perl or any of the other many languages that run on the Common Language Runtime.
Steps to develop mobile applications using MMIT:
- Start with a new ASP.NET page.
- Include a reference to System.Mobile.UI.
- Add various mobile controls on the page as per the need.
|