Explore >> Select a destination


You are here

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

Travel
| | Code4IT - a blog for .NET enthusiasts, Azure lovers, and Backend developers
| | csharp.christiannagel.com
6.9 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...
| | adamstorr.co.uk
7.4 parsecs away

Travel
| | Autofac allows for using Named or Keyed dependencies. Can these be used directly in .NET 6 Isolated Azure Functions without additional layers?
| | dusted.codes
27.8 parsecs away

Travel
| Tips and tricks for ASP.NET Core applications