Explore >> Select a destination


You are here

kylecordes.com
| | www.martinfowler.com
14.7 parsecs away

Travel
| | Explaining the Dependency Injection pattern, by contrasting it with Service Locator. The choice between them is less important than the principle of separating configuration from use.
| | markphelps.me
13.5 parsecs away

Travel
| | An explanation of Dependency Injection in Go and why it's useful.
| | colinmackay.scot
9.0 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
| | jamiemaguire.net
59.4 parsecs away

Travel
| In the previous blog post, we saw how to use logging to examine planners and help debug your Semantic Kernel solution. In this blog post, you will see how to expose the customer service agent we've been building in a custom webchat experience using ASP.NET Core. This blog ties together many of the concepts from earlier posts and demos. All previous posts in the series can be found here: First Look, Integrating Semantic Kernel with Open AI (Part 0) - An introduction to Semantic Kernel, who is it for, why ...