Monday, September 4, 2023

Interview

What is SingleOrDefault? 

Returns the only element of a sequence, or a default value if the sequence is empty; this method throws an exception if there is more than one element in the sequence.


What is difference between run and use?

app.Run will end the request, and app.Use will pass the request to next middleware.

What is apiGateway?

The API Gateway serves as a reverse proxy to accept API calls from the client application, forwarding this traffic to the appropriate service. The API gateway also enforces security and ensures scalability and high availability.


how to merge all microservice outputs

No comments:

Followers

Link