Explore >> Select a destination


You are here

tomasvotruba.com
| | www.claudiobernasconi.ch
6.7 parsecs away

Travel
| | Minimal APIs allow you to create HTTP APIs with minimal dependencies and a minimal number of files. Learn about Minimal APIs.
| | brandonsavage.net
7.4 parsecs away

Travel
| | PHP more or less has two kinds of dependency injection available: constructor injection, and setter injection. Constructor injection is the process of injecting dependencies through the constructor arguments, like so: The dependencies are injected via the constructor, on object creation, and the object has them from the very beginning. Setter injection is different; instead of [...]
| | www.code4it.dev
6.4 parsecs away

Travel
| | Code4IT - a blog for .NET enthusiasts, Azure lovers, and Backend developers
| | damienbod.com
22.0 parsecs away

Travel
| The article shows how an Angular nx Standalone UI hosted in an ASP.NET Core application can be secured using cookies.OpenIddict is used as the identity provider. The trusted application is protected using the Open ID Connect code flow with a secret and using PKCE. The API calls are protected using the secure cookie and anti-forgery...