has anybody worked or has any basic idea about how to get started with mobile dashboard in .net.....i need some basic idea or application of mobile dashboard development using .net
It totally depends on what you wish to display on it! You can also create using MVC3. Basically dash board contains the links to the most frequent data or information which needs to be shown when you launch the website!
Dashboard is usually the front page or screen of some system and it is there to show most important data gathered all over system to user.
Example process of building dashboard is something like this:
get some knowledge about what data is important for users
find out if there is any data processing results that users need to check on the run
identify best ways how to visualize this data
write code to show data
test
go back to some of previous points if needed
You can use ASP.NET MVC mobile site template to build mobile web application. If features that jQuery Mobile has to offer are good enough for you then go with this template. If you don't do something that is too complex for mobile web browsers then you get
your dashboard done.
Don't forget to mark solution providing post as "Answered".
alwaysonline
Member
174 Points
220 Posts
mobile dashboard in .net?
Jan 29, 2013 10:56 AM|LINK
has anybody worked or has any basic idea about how to get started with mobile dashboard in .net.....i need some basic idea or application of mobile dashboard development using .net
Raigad
Contributor
5129 Points
956 Posts
Re: mobile dashboard in .net?
Jan 29, 2013 11:11 AM|LINK
You can go with MVC 4 where you will get Mobile templates use that and create site for Mobile.
Mark as Answer, if the post helped you...
Visit My Blog
alwaysonline
Member
174 Points
220 Posts
Re: mobile dashboard in .net?
Jan 29, 2013 11:34 AM|LINK
i should use only mvc3, what is the differenece between dashboard development from normal application development?
Horizon_Net
Star
8277 Points
1435 Posts
Re: mobile dashboard in .net?
Jan 30, 2013 09:18 PM|LINK
Hi,
maybe the jQuery UI portlet is the thing you're looking for - http://jqueryui.com/sortable/#portlets
If my post solves your problem, please mark as answer.
roopeshreddy
All-Star
20143 Points
3327 Posts
Re: mobile dashboard in .net?
Feb 05, 2013 06:23 AM|LINK
Hi,
It totally depends on what you wish to display on it! You can also create using MVC3. Basically dash board contains the links to the most frequent data or information which needs to be shown when you launch the website!
Here's a quick video tutorial - http://www.youtube.com/watch?v=ufsWRT5Qtlk
Hope it helps u...
Roopesh Reddy C
Roopesh's Space
DigiMortal
Contributor
5658 Points
939 Posts
MVP
Re: mobile dashboard in .net?
Feb 05, 2013 09:30 PM|LINK
Dashboard is usually the front page or screen of some system and it is there to show most important data gathered all over system to user.
Example process of building dashboard is something like this:
You can use ASP.NET MVC mobile site template to build mobile web application. If features that jQuery Mobile has to offer are good enough for you then go with this template. If you don't do something that is too complex for mobile web browsers then you get your dashboard done.
Also visit my ASP.NET blog or follow me @ Twitter:twitter.com/gpeipman