Click here to Skip to main content
15,890,825 members
Home / Discussions / Web Development
   

Web Development

 
Questionmysqli update Pin
Charlie Kirk26-Aug-14 15:32
Charlie Kirk26-Aug-14 15:32 
AnswerRe: mysqli update Pin
Graham Breach26-Aug-14 22:48
Graham Breach26-Aug-14 22:48 
AnswerRe: mysqli update Pin
Charlie Kirk30-Aug-14 17:47
Charlie Kirk30-Aug-14 17:47 
QuestionSample Mvc 4 Application t Insert data into the database and Bind Them to grid Pin
Member 1103238424-Aug-14 1:19
Member 1103238424-Aug-14 1:19 
AnswerRe: Sample Mvc 4 Application t Insert data into the database and Bind Them to grid Pin
Anurag Gandhi24-Aug-14 7:12
professionalAnurag Gandhi24-Aug-14 7:12 
AnswerRe: Sample Mvc 4 Application t Insert data into the database and Bind Them to grid Pin
Suraj Sahoo | Coding Passion16-Sep-14 19:32
professionalSuraj Sahoo | Coding Passion16-Sep-14 19:32 
QuestionGeneral Web Development Question Pin
Kevin Marois20-Aug-14 5:22
professionalKevin Marois20-Aug-14 5:22 
AnswerRe: General Web Development Question Pin
Anurag Gandhi22-Aug-14 8:59
professionalAnurag Gandhi22-Aug-14 8:59 
GeneralRe: General Web Development Question Pin
Kevin Marois24-Aug-14 7:52
professionalKevin Marois24-Aug-14 7:52 
GeneralRe: General Web Development Question Pin
Anurag Gandhi24-Aug-14 8:07
professionalAnurag Gandhi24-Aug-14 8:07 
GeneralRe: General Web Development Question Pin
Kevin Marois24-Aug-14 8:17
professionalKevin Marois24-Aug-14 8:17 
AnswerRe: General Web Development Question Pin
Richard MacCutchan22-Aug-14 21:14
mveRichard MacCutchan22-Aug-14 21:14 
AnswerRe: General Web Development Question Pin
Wombaticus24-Aug-14 1:22
Wombaticus24-Aug-14 1:22 
AnswerRe: General Web Development Question Pin
uspatel1-Sep-14 1:32
professionaluspatel1-Sep-14 1:32 
AnswerRe: General Web Development Question Pin
Nathan Minier5-Sep-14 3:57
professionalNathan Minier5-Sep-14 3:57 
One thing that has not been mentioned much here is that when you are working with WebAPI(2), you also need to keep in mind the consumption of your services.

When considering the modern SPA or service-to-service approach, I find it helps to tack it to an n-tier model for the purposes of figuring out what my needs at any given point in the stack are. The WebAPI can serve 2 purposes, data layer only or data mixed with business. The consumer can be considered in the same way, if it's an SPA then the consumer is either UI only or UI-business.

If you're trying to develop a framework, I'd flesh out the approach that I wanted to take and find(or write) a JS framework that best serves my approach. I like using WebAPI2 as a Data source, so I've been working with Angular to handle business and presentation logic. I have other apps that I base out of MVC instead, and just use jQuery/vanilla JavaScript with those.

I do think that the JavaScript environment is one that needs to be considered carefully when moving into the modern web app landscape.
AnswerRe: General Web Development Question Pin
Dominic Burford15-Sep-14 2:42
professionalDominic Burford15-Sep-14 2:42 
QuestionGoogle search - why does it do this? Pin
#realJSOP20-Aug-14 4:52
mve#realJSOP20-Aug-14 4:52 
AnswerRe: Google search - why does it do this? Pin
Richard Deeming20-Aug-14 5:21
mveRichard Deeming20-Aug-14 5:21 
AnswerRe: Google search - why does it do this? Pin
Graham Breach20-Aug-14 5:29
Graham Breach20-Aug-14 5:29 
AnswerRe: Google search - why does it do this? Pin
Dominic Burford15-Sep-14 2:47
professionalDominic Burford15-Sep-14 2:47 
GeneralHow to speed up web development Projects Pin
pandu web dev11-Aug-14 22:38
pandu web dev11-Aug-14 22:38 
AnswerRe: How to speed up web development Projects Pin
Richard MacCutchan11-Aug-14 23:01
mveRichard MacCutchan11-Aug-14 23:01 
GeneralRe: How to speed up web development Projects Pin
Bernhard Hiller12-Aug-14 21:19
Bernhard Hiller12-Aug-14 21:19 
AnswerRe: How to speed up web development Projects Pin
thatraja12-Aug-14 23:18
professionalthatraja12-Aug-14 23:18 
GeneralRe: How to speed up web development Projects Pin
pitechindore25-Dec-14 23:21
pitechindore25-Dec-14 23:21 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.