Explore >> Select a destination


You are here

adamstorr.co.uk
| | nodogmablog.bryanhogan.net
8.1 parsecs away

Travel
| | Full source code here. A few weeks ago I wrote a post about using dependency injection to pick between two implementations of an interface. It was a solution I was not very happy with because it meant I had to new up the implementations inside a factory or I had to use service collection to instantiate all implementations of the interface and then use a piece of code to return the one the was wanted.
| | damienbod.com
10.7 parsecs away

Travel
| | This article shows how an ASP.NET Core Razor Page application could implement an automatic sign-out when a user does not use the application for n-minutes. The application is secured using Azure AD B2C. To remove the session, the client must sign-out both on the ASP.NET Core application and the Azure AD B2C identity provider or...
| | www.tpeczek.com
9.3 parsecs away

Travel
| | This post explores infrastructure, configuration, and some more advanced aspects for monitoring C# Azure Functions in the isolated worker model.
| | dev.ribic.ba
94.1 parsecs away

Travel
| How to get automatic API documentation in Go with SwaggerUI