Click here to Skip to main content
15,887,683 members
Home / Discussions / Design and Architecture
   

Design and Architecture

 
GeneralRe: DropBox Style App Pin
Gerry Schmitz23-Apr-19 8:18
mveGerry Schmitz23-Apr-19 8:18 
QuestionHow to design class for hierarchical data? Pin
ND Sharma11-Apr-19 1:54
ND Sharma11-Apr-19 1:54 
AnswerRe: How to design class for hierarchical data? Pin
Gerry Schmitz11-Apr-19 5:35
mveGerry Schmitz11-Apr-19 5:35 
AnswerRe: How to design class for hierarchical data? Pin
jschell13-Apr-19 6:39
jschell13-Apr-19 6:39 
GeneralRe: How to design class for hierarchical data? Pin
Gerry Schmitz14-Apr-19 7:48
mveGerry Schmitz14-Apr-19 7:48 
GeneralRe: How to design class for hierarchical data? Pin
jschell21-Apr-19 6:39
jschell21-Apr-19 6:39 
QuestionWeb API Design Pin
Mycroft Holmes4-Mar-19 20:46
professionalMycroft Holmes4-Mar-19 20:46 
AnswerRe: Web API Design Pin
Nathan Minier5-Mar-19 1:59
professionalNathan Minier5-Mar-19 1:59 
Mycroft Holmes wrote:
Alternatively should I use a model structure instead of a json string?


I would use a model class for consistency and validation purposes, if nothing else. How you hydrate that model really doesn't matter (as far as the utility of the model class goes, at any rate). Additionally, if you ever intend to serve the data in a RESTful format, it will make that transition a lot easier. You should be able to process that model mapping fairly easily in your DAL.

Mycroft Holmes wrote:
Can I also host the web api on Azure.


Yep. In fact, you could skip the WebAPI app entirely if you use the Azure CosmosDB, but that's only useful if an object store will serve your needs.
"Never attribute to malice that which can be explained by stupidity."
- Hanlon's Razor

GeneralRe: Web API Design Pin
Mycroft Holmes5-Mar-19 11:16
professionalMycroft Holmes5-Mar-19 11:16 
GeneralRe: Web API Design Pin
Nathan Minier6-Mar-19 1:24
professionalNathan Minier6-Mar-19 1:24 
QuestionManaging relationship in microservices world Pin
Mart_2k425-Feb-19 6:44
Mart_2k425-Feb-19 6:44 
AnswerRe: Managing relationship in microservices world Pin
Pete O'Hanlon25-Feb-19 11:45
mvePete O'Hanlon25-Feb-19 11:45 
AnswerRe: Managing relationship in microservices world Pin
Gerry Schmitz25-Feb-19 17:57
mveGerry Schmitz25-Feb-19 17:57 
AnswerRe: Managing relationship in microservices world Pin
Nathan Minier27-Feb-19 1:52
professionalNathan Minier27-Feb-19 1:52 
AnswerRe: Managing relationship in microservices world Pin
Eddy Vluggen27-Feb-19 2:33
professionalEddy Vluggen27-Feb-19 2:33 
AnswerRe: Managing relationship in microservices world Pin
Bohdan Stupak1-Mar-19 3:38
professionalBohdan Stupak1-Mar-19 3:38 
QuestionNode.js : Non-blocking thing Pin
Eytukan16-Dec-18 23:10
Eytukan16-Dec-18 23:10 
AnswerRe: Node.js : Non-blocking thing Pin
Eddy Vluggen17-Dec-18 0:05
professionalEddy Vluggen17-Dec-18 0:05 
GeneralRe: Node.js : Non-blocking thing Pin
Eytukan17-Dec-18 1:34
Eytukan17-Dec-18 1:34 
GeneralRe: Node.js : Non-blocking thing Pin
Eddy Vluggen17-Dec-18 1:39
professionalEddy Vluggen17-Dec-18 1:39 
GeneralRe: Node.js : Non-blocking thing Pin
Eytukan17-Dec-18 1:49
Eytukan17-Dec-18 1:49 
GeneralRe: Node.js : Non-blocking thing Pin
Eddy Vluggen17-Dec-18 1:55
professionalEddy Vluggen17-Dec-18 1:55 
GeneralRe: Node.js : Non-blocking thing Pin
Eytukan18-Dec-18 19:49
Eytukan18-Dec-18 19:49 
GeneralRe: Node.js : Non-blocking thing Pin
Eddy Vluggen19-Dec-18 0:57
professionalEddy Vluggen19-Dec-18 0:57 
GeneralRe: Node.js : Non-blocking thing Pin
Eytukan19-Dec-18 21:28
Eytukan19-Dec-18 21:28 

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.