Top "Conceptual" questions

Conceptual questions involve programming problems which are not related to program code itself, but with algorithm logic and program architecture.

How does one represent multiple threads in a flow chart

I have been tasked with creating a flow chart for some client server and start up processes in our organizations …

workflow conceptual
REST API Design: Nested Collection vs. New Root

This question is about optimal REST API design and a problem I'm facing to choose between nested resources and root …

rest api-design conceptual
I/O performance - async vs TPL vs Dataflow vs RX

I have a piece of C# 5.0 code that generates a ton of network and disk I/O. I need to …

task-parallel-library system.reactive async-await conceptual tpl-dataflow