Is Asp.Net a right choice for mobile devices applications

  • Thread starter Thread starter subash.rishihar
  • Start date Start date
S

subash.rishihar

Is Asp.Net a right choice for Applications for PDA. Give your comments
& suggestions.

Thank You,
Rishi........
 
Hi Rishi,

Well, it depends what you want to achieve. If you want any PDA to be able to
access mobile ASP.NET Web Forms on your Web server, because that way you
don't have to install an application on the PDA, then potentially yes. If
you do need to install an application based on the .NET Compact Framework on
the PDA, then ASP.NET is not the way forward.

Does that make sense?
 
Back
Top