Click here to Skip to main content
15,889,619 members
Home / Discussions / Design and Architecture
   

Design and Architecture

 
QuestionCMS(Content Management System) Pin
sharmaarohit76965-Sep-16 22:08
sharmaarohit76965-Sep-16 22:08 
AnswerRe: CMS(Content Management System) Pin
Richard MacCutchan5-Sep-16 22:42
mveRichard MacCutchan5-Sep-16 22:42 
GeneralRe: CMS(Content Management System) Pin
Code Kittie8-Nov-16 5:23
Code Kittie8-Nov-16 5:23 
GeneralRe: CMS(Content Management System) Pin
Richard MacCutchan8-Nov-16 5:28
mveRichard MacCutchan8-Nov-16 5:28 
QuestionRe: CMS(Content Management System) Pin
ZurdoDev14-Sep-16 3:52
professionalZurdoDev14-Sep-16 3:52 
QuestionService exposed as a API Service VS Exposing as an stored procedure Pin
Member 1271321131-Aug-16 4:26
Member 1271321131-Aug-16 4:26 
AnswerRe: Service exposed as a API Service VS Exposing as an stored procedure Pin
Richard MacCutchan31-Aug-16 4:43
mveRichard MacCutchan31-Aug-16 4:43 
AnswerRe: Service exposed as a API Service VS Exposing as an stored procedure Pin
jschell1-Sep-16 6:33
jschell1-Sep-16 6:33 
Member 12713211 wrote:
what is the best possible solution to go with.


That ultimately depends on the stored proc but for the vast majority of cases you expose it in the same way everything else has been exposed.

So if the "teams" are accessing the rest of the database via wrapped SQL then they the will to the proc the same way.
If there is an existing "API" (like a Rest container) then it should be added to that.

That is the "best" way because it doesn't require the users to learn a new idiom for access. And if there is not existing API server then getting that up an running would require quite a bit of work both in implementation, installation and usage.
Question1 Dim Lorry Problem Pin
Bram van Kampen26-Aug-16 15:36
Bram van Kampen26-Aug-16 15:36 
QuestionAPI Calls - Standards and Practices? Pin
TheOnlyRealTodd8-Aug-16 22:13
professionalTheOnlyRealTodd8-Aug-16 22:13 
AnswerRe: API Calls - Standards and Practices? Pin
Gerry Schmitz9-Aug-16 7:28
mveGerry Schmitz9-Aug-16 7:28 
AnswerRe: API Calls - Standards and Practices? Pin
jschell1-Sep-16 6:47
jschell1-Sep-16 6:47 
QuestionSpam: Redirect, manipulated in a video comment section (script)? Pin
Member 1265728127-Jul-16 16:05
Member 1265728127-Jul-16 16:05 
AnswerRe: Spam: Redirect, manipulated in a video comment section (script)? Pin
Richard MacCutchan27-Jul-16 20:30
mveRichard MacCutchan27-Jul-16 20:30 
GeneralRe: Spam: Redirect, manipulated in a video comment section (script)? Pin
Peter_in_278027-Jul-16 20:55
professionalPeter_in_278027-Jul-16 20:55 
GeneralRe: Spam: Redirect, manipulated in a video comment section (script)? Pin
Richard MacCutchan27-Jul-16 21:52
mveRichard MacCutchan27-Jul-16 21:52 
AnswerRe: Spam: Redirect, manipulated in a video comment section (script)? Pin
Richard Deeming28-Jul-16 1:47
mveRichard Deeming28-Jul-16 1:47 
QuestionDirect Debit System Pin
shyms0529-Jun-16 2:32
shyms0529-Jun-16 2:32 
AnswerRe: Direct Debit System Pin
Eddy Vluggen29-Jun-16 3:03
professionalEddy Vluggen29-Jun-16 3:03 
AnswerRe: Direct Debit System Pin
Pete O'Hanlon29-Jun-16 3:25
mvePete O'Hanlon29-Jun-16 3:25 
GeneralRe: Direct Debit System Pin
Jack Hensley27-Jul-16 3:07
Jack Hensley27-Jul-16 3:07 
Questionapplication architecture Pin
AppNewbie6-Jun-16 5:36
AppNewbie6-Jun-16 5:36 
AnswerRe: application architecture Pin
Slacker00727-Jul-16 3:35
professionalSlacker00727-Jul-16 3:35 
AnswerRe: application architecture Pin
AlexaGrey8628-Aug-16 2:42
AlexaGrey8628-Aug-16 2:42 
QuestionWinForms app with WCF comunicate with another app hosted on server Pin
Member 1189129114-May-16 19:38
Member 1189129114-May-16 19:38 

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.