Explore >> Select a destination


You are here

michaelscodingspot.com
| | www.claudiobernasconi.ch
10.2 parsecs away

Travel
| | Visual Studio improves developers' lives and boosts productivity. I want to show 13 tips and tricks to improve your developer experience.
| | hadihariri.com
14.5 parsecs away

Travel
| |
| | claudiobernasconi.ch
9.7 parsecs away

Travel
| | Visual Studio improves developers' lives and boosts productivity. I show 13 tips and tricks to improve your developer experience.
| | csharp.christiannagel.com
87.4 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...