Explore >> Select a destination


You are here

nodogmablog.bryanhogan.net
| | www.code4it.dev
14.5 parsecs away

Travel
| | Code4IT - a blog for .NET enthusiasts, Azure lovers, and Backend developers
| | csharp.christiannagel.com
8.8 parsecs away

Travel
| | ASP.NET Core included the WebHost class that was used in the Main method to startup everything up - including the dependency injection container. With Non-ASP.NET Core applications I used the same DI container (Microsoft.Extensions.DependencyInjection), but I had to create the ServiceCollection on my own. This changes with .NET Core 3.0 and the new Host class...
| | putridparrot.com
5.6 parsecs away

Travel
| |
| | blog.larrold.com
90.2 parsecs away

Travel
| This is the second entry in a series (prior entry here) explaining how you can use Cloud Sidecar to take your software and run it multiple clouds with very little code change. What is Cloud Sidecar? It is an application that runs next to your software as a sidecar, intercepts cloud API requests, and converts...