Please visit our sponsors !
Introduction to .NET Mobile
Background
Cell phones (mobile telephones) have become part of our life style, and new mobile devices like the Palm Pilot, the Pocket PC, and the upcoming Auto
PC is about to be added to the list.
One exciting thing about these new mobile devices is their ability to connect
to the Internet and to execute web applications.
Mobile applications can now be developed to deliver any types of data to any
user any place in the world.
Different mobile devices support different programming languages. Some
support WAP and WML, some support HTML or a limited version of HTML, and some
support both or a different language.
To support all types of mobile devices, developers must create one different application
for each language.
With .NET Mobile, Microsoft has introduced a new platform for development
of mobile applications.
This tutorial is about how to develop mobile applications with an extension to
ASP.NET called the Microsoft Mobile Internet Toolkit (MMIT), or simply .NET
Mobile.
.NET Mobile
.NET Mobile is an extension to Microsoft ASP.NET and the Microsoft's .NET Framework.
.NET mobile is a set of server-side Web Forms Controls to build applications for
wireless mobile devices, like web phones and PDAs.
These controls produces the different output for different devices by
generating WML 1.1, HTML 3.2, or
compact HTML.
How Does It Work?
The following table shows how the .NET Mobile works:
Mobile Devices |
The Internet |
Internet Information Server - IIS |
The .NET Framework |
ASP.NET |
.NET Mobile |
- A web client requests a web page
- The request travels the Internet
- The request is received by IIS
- The request is handled by the .NET framewok
- The requested page is compiled by ASP.NET
- .NET Mobile handles any mobile device requirements
- The page is returned to the client
Software Requirements
To develop mobile applications with .NET Mobile, you must have the following
components.
- Windows 2000 Professional or Server with IIS 5
- All Windows 2000 service packs
- The ASP.NET framework
- Microsoft Mobil Internet Toolkit (MMIT)
- Internet Explorer 6.0 or 5.5
- Your favorite WAP simulator.
You need Windows 2000 to develop .NET applications. You must also install all
the Windows 2000 service packs.
IIS 5 (Internet Information Server) is a part of Windows 2000.
If you want to read more about how to install .NET go to our
ASP.NET tutorial.
You also have to install MMIT (.NET Mobile) and a newer version of Internet Explorer
Internet Explorer and MMIT can be downloaded from
Microsoft MSDN.
How To Start
Developing a mobile web application with ASP.NET is very easy:
- Create an ASP.NET page
- Include System.Mobile.UI
- Add Mobile Controls to the page
See the details in the next chapter.
Jump to: Top of Page
or HOME or
Printer friendly page
Search W3Schools:
What Others Say About Us
Does the world know about us? Check out these places:
Dogpile
Alta Vista
MSN
Google
Excite
Lycos
Yahoo
Ask Jeeves
We Help You For Free. You Can Help Us!
W3Schools is for training only. We do not warrant its correctness or its fitness for use.
The risk of using it remains entirely with the user. While using this site, you agree to have read and accepted our
terms of use and
privacy policy.
Copyright 1999-2002 by Refsnes Data. All Rights Reserved
|