You are here |
adamstorr.co.uk | ||
| | | |
nodogmablog.bryanhogan.net
|
|
| | | | 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
|
|
| | | | 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
|
|
| | | | This post explores infrastructure, configuration, and some more advanced aspects for monitoring C# Azure Functions in the isolated worker model. | |
| | | |
dev.ribic.ba
|
|
| | How to get automatic API documentation in Go with SwaggerUI |