Mobile Web Apps Development Using Asp.Net
Internet moves towards a new age with advanced technical support structure and options provided. The boom of internet is most commonly used by business to locate and interact with real time businesses at any time, any where & to any one. For many reason, it's not possible for businesses to get connected or access an internet through PC.
However, with the explosion of cellular phones or PDA's, these internet connection devices become typically as close as the coat pocket or purse.
Mobile web applications are designed to target mini-browsers running on mobile devices. These small browsers may support non-HTML based markups & don't support cookies and client side scripting. This means, Mobile web application development is to be made as it supports wide range of protocols, device specific behaviors and all browser types.
Mobile applications can be developed to deliver any type of data, to any users, at any place of the world. Different mobile devices support different programming languages, some support WAP and WML, some supports HTML or limited versions of HTML and some supports both or different languages. To support all types of mobile devices, mobile app developer must create an application supported by all. Mobile web application development.
Mobile application development using Asp.Net is more simple & similar to traditional Asp.Net web application development. Also, Asp.Net web developers finds easy to design and develop mobile web applications. Asp.Net provides a System.Web.Mobile Namespace which is dedicated to mobile web development
Software Requirements
To develop a mobile web application with .Net, the following components are needed:
* Windows 2000 Professional/Server with IIS 5
* All Windows 2000 service packs
* ASP.NET framework
* Microsoft Mobile Internet Toolkit (MMIT)
* Internet Explorer 5.5 or later
* WAP simulator
How Does It Work?
Mobile Devices --> The Internet --> Internet Information Services - IIS --> The .NET Framework --> ASP.NET --> .NET Mobile
* The web client request for a web page
* Request travels through internet
* IIS receives the request
* .NET framework handles the request
* Request page is compiled by ASP.NET
* .Net Mobile handles all mobile device prerequisites
* Finally, the web page returns to the client
However, with the explosion of cellular phones or PDA's, these internet connection devices become typically as close as the coat pocket or purse.
Mobile web applications are designed to target mini-browsers running on mobile devices. These small browsers may support non-HTML based markups & don't support cookies and client side scripting. This means, Mobile web application development is to be made as it supports wide range of protocols, device specific behaviors and all browser types.
Mobile applications can be developed to deliver any type of data, to any users, at any place of the world. Different mobile devices support different programming languages, some support WAP and WML, some supports HTML or limited versions of HTML and some supports both or different languages. To support all types of mobile devices, mobile app developer must create an application supported by all. Mobile web application development.
Mobile application development using Asp.Net is more simple & similar to traditional Asp.Net web application development. Also, Asp.Net web developers finds easy to design and develop mobile web applications. Asp.Net provides a System.Web.Mobile Namespace which is dedicated to mobile web development
Software Requirements
To develop a mobile web application with .Net, the following components are needed:
* Windows 2000 Professional/Server with IIS 5
* All Windows 2000 service packs
* ASP.NET framework
* Microsoft Mobile Internet Toolkit (MMIT)
* Internet Explorer 5.5 or later
* WAP simulator
How Does It Work?
Mobile Devices --> The Internet --> Internet Information Services - IIS --> The .NET Framework --> ASP.NET --> .NET Mobile
* The web client request for a web page
* Request travels through internet
* IIS receives the request
* .NET framework handles the request
* Request page is compiled by ASP.NET
* .Net Mobile handles all mobile device prerequisites
* Finally, the web page returns to the client
Source...