I’ve created a website using ASP.net and C#. It’s basically where students can login and view their marks/register courses/see schedules. It’s connected to a SQL database which I have made in SQL server…
I want to be able to create a mobile version of this application. So what’s more suitable, a mobile app or website? And which one will be easier?
I heard we use eclipse/java for making mobile apps…..
For the website, do we use a different framework, or is it the same asp.net and SQL for the database?
I think you’ll find a mobile website built with jQuery Mobile to be a good alternative to writing a native app.
Benefits Include:
devices (tablets, pc)
I’ve put together a jQuery Mobile Site Template on the Visual Studio Extension Gallery that you might find interesting for porting your existing .Net C# site.