/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

putridparrot.com
| | www.code4it.dev
3.5 parsecs away

Travel
| | Code4IT - a blog for .NET enthusiasts, Azure lovers, and Backend developers
| | colinmackay.scot
2.4 parsecs away

Travel
| | This is the first in a series of posts on Paramore.Brighter. I'm writing this as a series of recipes, with the aim of you picking up a point quickly and getting going with it. The code for this post is on GitHub, you can find it here: GitHub Basic solution In .NET Core there is
| | sookocheff.com
5.9 parsecs away

Travel
| | Inversion of Control (IoC), also known as Dependency Injection (DI), allows an object to define their dependencies as constructor arguments (strictly speaking, you can set these dependencies as properties, but the examples I will use today are constructor-based). This is the inverse of the object itself controlling the instantiation or location of its dependencies, hence the name Inversion of Control. Let's look at an example from Stackoverflow using a text editor with a spell checking component:
| | marcolabarile.me
29.0 parsecs away

Travel
| A brief introduction to OAuth 2.0 and OpenID Connect that allows you to quickly choose the best flow for your application.