Hai All,
I have decide to develop a web application, and i like to use ajax, telerik, MVC3, SQl server 2008.
I have confusion to Which area initially I start, like design DB or View or Model or Business Logic.......
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
sufiya khanPosted Nov 14, 2011, 12:18 AM
create the tables.
create the aspx page in web application.
do the design according to the storage and front end visibilities.
import the telerik third party tool add it in application.
use the features of the above tool for look and feel front looking.
do the business logic.
after that do the data logic to be stored either write procedures or queries etc.
build the application.
and run it.
Manoj SevdaPosted Nov 12, 2011, 1:30 AM
First You create a a.aspx page after that create design, If required then you can third part control like telerik, JQuery, Ajax etc.
Datta KharadPosted Nov 8, 2011, 5:30 AM
First you have to design front end and then design database. After that do business logic.