Click here to Skip to main content
15,915,771 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Should a REST API return exception in response body? Pin
John C Rayan19-Jun-17 3:21
professionalJohn C Rayan19-Jun-17 3:21 
WEB API should return status code in the header and any content in the body.

For example, if the request is successful then set the status code to 200 in the header and send the result in the body.

If the request is failed , then set the corresponding status code in the header ( for example 500 etc...) and send additional information in the body.
QuestionHow to save HTML Table to database Pin
Member 1053560718-Jun-17 9:24
Member 1053560718-Jun-17 9:24 
AnswerRe: How to save HTML Table to database Pin
User 418025418-Jun-17 14:45
User 418025418-Jun-17 14:45 
AnswerRe: How to save HTML Table to database Pin
John C Rayan19-Jun-17 3:23
professionalJohn C Rayan19-Jun-17 3:23 
QuestionHtml helper in c# mvc app Pin
e$heldon17-Jun-17 15:10
e$heldon17-Jun-17 15:10 
AnswerRe: Html helper in c# mvc app Pin
User 418025418-Jun-17 14:47
User 418025418-Jun-17 14:47 
GeneralRe: Html helper in c# mvc app Pin
e$heldon19-Jun-17 9:10
e$heldon19-Jun-17 9:10 
AnswerRe: Html helper in c# mvc app Pin
John C Rayan19-Jun-17 3:26
professionalJohn C Rayan19-Jun-17 3:26 
GeneralRe: Html helper in c# mvc app Pin
e$heldon19-Jun-17 9:13
e$heldon19-Jun-17 9:13 
QuestionCall Default View From Controller Pin
Kevin Marois16-Jun-17 7:57
professionalKevin Marois16-Jun-17 7:57 
AnswerRe: Call Default View From Controller Pin
Richard Deeming16-Jun-17 8:40
mveRichard Deeming16-Jun-17 8:40 
GeneralRe: Call Default View From Controller Pin
Kevin Marois16-Jun-17 9:14
professionalKevin Marois16-Jun-17 9:14 
GeneralRe: Call Default View From Controller Pin
Kevin Marois19-Jun-17 4:03
professionalKevin Marois19-Jun-17 4:03 
QuestionTrying to save some values from html to Database by using the WebApi HttpPost method Pin
indian14316-Jun-17 7:53
indian14316-Jun-17 7:53 
AnswerRe: Trying to save some values from html to Database by using the WebApi HttpPost method Pin
Richard Deeming16-Jun-17 8:30
mveRichard Deeming16-Jun-17 8:30 
GeneralRe: Trying to save some values from html to Database by using the WebApi HttpPost method Pin
indian14319-Jun-17 9:56
indian14319-Jun-17 9:56 
GeneralRe: Trying to save some values from html to Database by using the WebApi HttpPost method Pin
Richard Deeming19-Jun-17 11:37
mveRichard Deeming19-Jun-17 11:37 
QuestionRegarding querystring Pin
Member 1324809013-Jun-17 1:17
Member 1324809013-Jun-17 1:17 
SuggestionRe: Regarding querystring Pin
Richard MacCutchan13-Jun-17 5:07
mveRichard MacCutchan13-Jun-17 5:07 
AnswerRe: Regarding querystring Pin
ZurdoDev15-Jun-17 2:56
professionalZurdoDev15-Jun-17 2:56 
AnswerRe: Regarding querystring Pin
John C Rayan19-Jun-17 3:34
professionalJohn C Rayan19-Jun-17 3:34 
QuestionLock down the URL of an application for single device Pin
Schatak12-Jun-17 22:14
professionalSchatak12-Jun-17 22:14 
AnswerRe: Lock down the URL of an application for single device Pin
Afzaal Ahmad Zeeshan12-Jun-17 22:58
professionalAfzaal Ahmad Zeeshan12-Jun-17 22:58 
AnswerRe: Lock down the URL of an application for single device Pin
Deepak Vasudevan15-Jun-17 0:52
Deepak Vasudevan15-Jun-17 0:52 
GeneralRe: Lock down the URL of an application for single device Pin
Richard Deeming15-Jun-17 1:45
mveRichard Deeming15-Jun-17 1:45 

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.