Introduction
Hi Friends,
C# Corner has redesigned and now I've one separate column on Mobile Programming. This is my first Article to this new coloumn as well as after Beta2 of Mobile .NET.
If you've written any .NET mobile SDK programs in beta 1, you must be wondering what's new in Beta 2. Microsoft have changed some namespace names and classes in Beta 2. The new name for .NET Mobile Web SDK is Mobile Internet Toolkit.
If you had any Beta 1 based program written using .NET Mobile Web SDK and it`s not working on Mobile Internet Toolkit even after updating the script part to Beta2, no wonder. The reason for that is there have been many changes and even Microsoft have chanced namespace names.
For example, in beta 1, you used to use System.Mobile and its helper namespaces and your first two likes of code would look like beow-
<%@ Page