Please enable JavaScript.
Coggle requires JavaScript to display documents.
interview - Coggle Diagram
interview
ASP.NET Core Web API
-
-
-
-
-
filters
after routing , before or after action
-
-
-
flow middleware, routing, binding, filtering, binding, response
-
application start
-
- add services available for application like db, dependency injection swagger, etc
-
- Setup middleware pipelines
-
-
React
-
-
-
components
-
-
-
Process
-
hookc calling
useState – reads current state, returns setter
useReducer – reads state, returns dispatch
-
-
-
-
-
-
-
-
-
-
-
-
props drilling
Reducer
-
-
-
- function accepts current state
-
-
-
-
-
-
-
-
-
-
-
-
WEB
-
Strategy
Idempotency
Via keys in the request, store request hash, key and response and hav TTL
-
-
-
-
-
.net
garbage collector
-
-
-
-
-
WeakReference
Allow to have reference, but GC can delete the object
-
Architecture
Components
-
-
-
Attributes
-
Availability
if one process down, are others are wokring ?
-
-
-
-
-
-
-
-
-