Posts by Gabriel G. Domingos • 123 points
2 posts
-
11
votes2
answers422
viewsQ: What is the advantage of using one database for reading and another for writing?
What is the advantage/difference of using separate databases, one for reading and the other for writing? In my view, there is no such concept. The writing bank, one hour will have to be read to…
-
1
votes1
answer62
viewsQ: Web API Controller Standardization
I would like to know the following. Imagine the following URI: (1) api/orders (2) api/orders/10 (3) api/orders/10/items URI (1) and (2) I am sure they would be within a class called…