Proceed to WirelessDevNet Home Page
Publications, e-books, and more! Community Tutorials Store Downloads, tools, & Freebies! IT Career Center News Home
newnav.gif

Newsletters
EMail Address:



   Content
  - Articles
  - Columns
  - Training
  - Library
  - Glossary
 
   Career Center
  - Career Center Home
  - View Jobs
  - Post A Job
  - Resumes/CVs
  - Resource Center
 
   Marketplace
  - Marketplace Home
  - Software Products
  - Wireless Market Data
  - Technical Books
 
   News
  - Daily News
  - Submit News
  - Events Calendar
  - Unsubscribe
  - Delivery Options
 
   Community
  - Discussion Boards
  - Mailing List
  - Mailing List Archives
 
   About Us
  - About WirelessDevNet
  - Wireless Source Disks
  - Partners
  - About MindSites Group
  - Advertising Information
 
INDEX
* Introduction
* Intro To .NET
* Mobile Controls
* Mobile Design Concepts
* A Simple Example
* Pros and Cons

Building Mobile Web Applications with .NET Mobile Web SDK & ASP.NET

by Srinivasa Sivakumar.S

Introduction To .NET

Before moving further, I want to give you a brief introduction to .NET and how it works. .NET is a developmental platform introduced by Microsoft at their 2000 Professional Developers Conference (PDC). The .NET framework is currently in Public Beta 1. The following figure shows a simple architecture of the .NET framework application development.

When an ASP.NET page request comes from a web client such as IE or a mobile device, IIS will pick up the request and forward it to the .NET framework. If the ASP.NET page is requested for the first time then the .NET framework will compile the ASP.NET page into the intermediate language (IL). Then the IL code will be complied in to native code by a Just-In-Time (JIT) compiler. As you can see, the .NET framework is the heart of the ASP.NET application. The .NET framework will supply the need resources and the language compiler of your choice to compile the code.

Requirements for development

To develop mobile applications with .NET, you must download and install the following components. IE and the .NET SDK can be downloaded from the Microsoft MSDN site for free.

  1. Windows 2000 Professional/Server/Advanced Server OS
  2. Internet Explorer 5.5
  3. .NET framework Beta 1
  4. .NET Mobile Web SDK Beta 1
  5. Your favorite WAP simulator.

Let’s Start Developing!

To develop mobile applications with .NET, we must to include the Mobile Web namespace (System.Mobile.UI) exposed by the .NET Mobile Web SDK (Via the MobileUI.DLL file). For those who are new to the term namespace, namespaces are something like header files in C++ and References in Visual Basic. Basically the namespaces will provide the required classes to develop the application.

Developing a mobile web application with the .NET framework is very easy.

  1. Create an ASP.NET page
  2. Include the Mobile Web Namespace System.Mobile.UI
  3. Design the page with Mobile Controls

Simple isn't it?!?

Next: Mobile Controls

Sponsors

Search

Eliminate irrelevant hits with our industry-specific search engine!









Wireless Developer Network - A MindSites Group Trade Community
Copyright© 2000-2010 MindSites Group / Privacy Policy
Send Comments to:
feedback@wirelessdevnet.com