Archives
-
Message Handlers per Route in ASP.NET Web API
Message Handlers are one of the core components for message processing in Web API. They use an asynchronous model for processing messages, so they receive a request message and returns a Task with the corresponding response.
-
Multitenant domain routing with AWS Route 53
A common requirement in SaaS applications is the ability to route requests to different tenants based on a URL routing strategy.