tags:

views:

112

answers:

3

Hello

I am a web developer that has worked on ASP.NET-based Portal web applications for quite a few years. Recently, my company tasked me with developing a mobile version of our portal product. I have found quite a few resources about developing mobile web applications and have made great progress in my task, but one topic that I have yet to find any good resources on is device adaptation, and specifically adaptation with ASP.NET. I've found some resources on MSDN slightly useful, but haven't seen much in the way of concrete examples. Does anyone know of good sites or books for this topic that include concrete examples? I usually code in C#, but can translate most languages, so it doesn't need to be C#-focused (though it is preferred). Anything at all would be greatly appreciated.

Thanks Frank

+1  A: 

There is http://www.asp.net/mobile/, and a google search for "asp.net mobile devices" gives a lot of hits.

l3dx
+1  A: 

You should read this thread of wmlprogramming and this. Some topics: wurfl, Marg.Wurfl.

fravelgue
A: 

I would have to say that your best experiences are going to be looking at

WURFL and the mailing list wmlprogramming

From there I would also recommend reading mobiforge as they have alot of articles about how to do things for mobile even if it is written more for Java and PHP

Overall I have found that the Java/PHP community is alot further ahead in mobile development than the ASP.NET community.

I put that down to the poor implementation of the mobile controls by Microsoft.

Barry