Archives
ASPNET AJAX Control Toolkit Tip
Posted on December 10, 2019
In this day and age, async is king. We are used to pages loading asynchronously and deferring the loading of not-as-important scripts or images until later in the page lifecycle. We do it with lazy loading, with AJAX, and with smaller calls to the service layer to populate parts of the view model. However, such […]
IdentityServer4 – Global Logout
Posted on March 22, 2019
I’ve created a brand new, micro-services oriented platform at my current company. A key feature to this approach is integration of Single Sign-On. For this, I’ve adopted the wonderful, open-source project IdentityServer4. The abridged version of the architecture is that the company creates multiple apps with api resources (a big inspiration is the whole Google […]