Introduction to .NET Mobile
Background
Cell phones (mobile telephones) have become part of our life style.
One exciting thing about 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 developing mobile applications.
This tutorial is about how to develop applications with an extension to
the .NET Framework, called the Microsoft Mobile Internet Toolkit (MMIT) or
simply .NET
Mobile.
What You Should Already Know
Before you continue you should have a basic understanding of the following:
- HTML / XHTML
- XML namespaces
- ASP .NET
If you want to study these subjects first, find the tutorials on our
Home page.
.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 Forms Controls to build applications for
wireless mobile devices.
These controls produce different output for different devices by
generating WML, HTML, or
compact HTML.
How Does It Work?
The following table shows how the .NET Mobile works:
Mobile Devices |
The Internet |
Internet Information Services - 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 framework
- 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/Server with IIS 5
- All Windows 2000 service packs
- The ASP.NET framework
- Microsoft Mobile Internet Toolkit (MMIT)
- Internet Explorer 5.5 or later
- A WAP simulator
You will need Windows 2000 to develop .NET applications (IIS 5 (Internet Information Services) 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).
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 chapters.
Make your web applications look like a million bucks
|
|
Most web applications today use boring methods to present data to their viewers using grids or simple HTML tables. FusionCharts induces "life" into the web applications by converting monotonous data into lively charts, gauges & maps.
FusionCharts works with all technologies like ASP, ASP.NET, PHP, ColdFusion, Ruby on Rails, JSP, HTML pages etc.
and connects to any database to render animated & interactive charts. It takes less than 15 minutes and no expertise
whatsoever to build your first chart and just a glance of it to captivate your audience. This fact is endorsed by our
12,000 customers and 150,000 users which include a majority of the Fortune 500 companies.
And yeah, your applications could look like a million bucks by spending just $69.
So go ahead, download your
copy of FusionCharts and start "wow-ing" your customers now!
|
|