Click here to Skip to main content
15,911,646 members
Home / Discussions / Design and Architecture
   

Design and Architecture

 
AnswerRe: Distribution of deliverables over the air. Pin
Gerry Schmitz29-Nov-16 7:10
mveGerry Schmitz29-Nov-16 7:10 
GeneralRe: Distribution of deliverables over the air. Pin
CodingLover29-Nov-16 15:41
CodingLover29-Nov-16 15:41 
QuestionHow to design good architecture for web api project Pin
Tridip Bhattacharjee28-Nov-16 20:57
professionalTridip Bhattacharjee28-Nov-16 20:57 
AnswerRe: How to design good architecture for web api project Pin
Richard MacCutchan28-Nov-16 21:44
mveRichard MacCutchan28-Nov-16 21:44 
AnswerRe: How to design good architecture for web api project Pin
Gerry Schmitz29-Nov-16 6:10
mveGerry Schmitz29-Nov-16 6:10 
QuestionAnalyzing USB WEB CAM video using Ubuntu OS Pin
Vaclav_9-Nov-16 16:02
Vaclav_9-Nov-16 16:02 
AnswerRe: Analyzing USB WEB CAM video using Ubuntu OS Pin
Afzaal Ahmad Zeeshan30-Nov-16 5:53
professionalAfzaal Ahmad Zeeshan30-Nov-16 5:53 
GeneralRe: Analyzing USB WEB CAM video using Ubuntu OS Pin
Vaclav_30-Nov-16 11:10
Vaclav_30-Nov-16 11:10 
GeneralRe: Analyzing USB WEB CAM video using Ubuntu OS Pin
Afzaal Ahmad Zeeshan1-Dec-16 7:01
professionalAfzaal Ahmad Zeeshan1-Dec-16 7:01 
GeneralRe: Analyzing USB WEB CAM video using Ubuntu OS Pin
Vaclav_1-Dec-16 7:24
Vaclav_1-Dec-16 7:24 
QuestionHow can I develop an "additional factor" for a user to login without it being weak? Pin
BurkusCat8-Oct-16 12:14
professionalBurkusCat8-Oct-16 12:14 
AnswerRe: How can I develop an "additional factor" for a user to login without it being weak? Pin
Afzaal Ahmad Zeeshan30-Nov-16 6:31
professionalAfzaal Ahmad Zeeshan30-Nov-16 6:31 
QuestionPatching code ? Pin
Vaclav_7-Oct-16 17:52
Vaclav_7-Oct-16 17:52 
AnswerRe: Patching code ? Pin
Richard MacCutchan7-Oct-16 21:03
mveRichard MacCutchan7-Oct-16 21:03 
QuestionWhat is difference between agile and scrum Pin
Tridip Bhattacharjee14-Sep-16 3:48
professionalTridip Bhattacharjee14-Sep-16 3:48 
AnswerRe: What is difference between agile and scrum Pin
ZurdoDev14-Sep-16 3:51
professionalZurdoDev14-Sep-16 3:51 
AnswerRe: What is difference between agile and scrum Pin
venugopaldeekonda7-Dec-16 2:25
professionalvenugopaldeekonda7-Dec-16 2:25 
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.

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.