Disabling session affinity in Azure App Service Web Apps (Websites)
How to disable session affinity (ARR affinity cookie) in Azure App Service Web Apps to achieve round-robin load balancing for stateless APIs.
How to disable session affinity (ARR affinity cookie) in Azure App Service Web Apps to achieve round-robin load balancing for stateless APIs.
A personal recap of JSConf EU 2014, highlighting key talks on ServiceWorkers, community building, and JavaScript for IoT.
How to configure HttpClient in .NET to route requests through Fiddler for debugging, including handling localhost.
A technical guide explaining the browser Notification API, covering support, permission requests, and cross-browser implementation.
A guide to securing ASP.NET Web APIs using OAuth2 and Windows Azure Access Control Service for modern app authentication.
A guide to enabling GZip and Deflate compression for ASP.NET Web API responses to improve performance and reduce data size.
A quick guide to adding PATCH method support to the ASP.NET Web API HttpClient with a custom extension method.
An overview and example of using the REST for ASP.NET MVC SDK to easily expose Web APIs from ASP.NET MVC applications.