In this blog post series, I would like to discuss best practices for building multi-tenant services in AWS. Existing literature on how to build multi-tenant services is usually aimed at SaaS ...
@shruggr Yeah, we're aware of this problem. If you had used JavaScript, the string would've worked just fine, but in TypeScript, you can't just assign a string to something that is not a string (but ...
Take advantage of middleware in ASP.NET Core 6 to check the remote IP address of every request, and allow requests only from known and trusted addresses. When working with applications in ASP.NET Core ...
Capture and pass correlation IDs in ASP.NET Core MVC 5 to track HTTP requests that flow through multiple back-end services. Suppose you have implemented an application based on a microservices ...
juzerali changed the title Allow HttpMethod.GET for requesting access_token OAuth2RestTemplate Allow HttpMethod.GET for requesting access_token Sep 7, 2017 juzerali changed the title ...
Test, test and test again. You can automate those tests with a TestServer-based Web app that doesn't even touch the Web server. With the advent of ASP.NET Core comes additional automated testing ...