Quantcast

Mobile Application Development with .NET Framework

Considering the omnipresence and importance of mobile phones in our lives, the mobile phone application development is of crucial importance. In this article, we would shortly analyze how to develop mobile applications with an extension to the .NET Framework, called the Microsoft Mobile Internet Toolkit (MMIT) or simply .NET Mobile. The developer should have a prior knowledge of the .NET frame work, HTML and preferably C#.

This is how .NET mobile basically works: A web client requests a web page which travels over the internet. This request is received by the IIS which handles it with the .NET framework. The requested page is then compiled by the ASP.NET. The .NET mobile handles any mobile device requirements. Finally, the required page is returned to the client.

Now a short review of how the actual operation takes place. Mobile Controls are the main building blocks of mobile applications. Mobile Controls are similar to Web Controls in ASP.NET. The following ASP.NET page displays “Mobile Application” as a WML card in a WML enabled cell phone:

The Page directive tells ASP to use (inherit) mobile page handling instead of regular page handling. The Register directive defines the prefix that will be used for mobile controls (in this case, mob). The <mob:Form> element tells the server to create a mobile form control. When the ASP .NET page executes, it will produce the following output to a WAP enabled mobile phone:

Finally, this output will be produced for a Pocket PC:

.NET Mobile will generate WML code for WAP enabled cell phones and HTML code for devices like the Pocket PC.

By detecting the browser, .NET Mobile will output correct content, providing developers with a powerful tool to develop single applications that will serve many different mobile devices.

Looking for a quality hosting service? here are a few I suggest.
BlueHost | HostGator | Media Temple
Admin
Admin
Ali has been an entrepreneur in web, video and related technologies. Having worked with many business across the globe, Ali stands truly a great pillar in the business working with him.