Explore >> Select a destination


You are here

www.strathweb.com
| | www.claudiobernasconi.ch
12.8 parsecs away

Travel
| | Minimal APIs allow you to create HTTP APIs with minimal dependencies and a minimal number of files. Learn about Minimal APIs.
| | csharp.christiannagel.com
14.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...
| | conradakunga.com
15.2 parsecs away

Travel
| | This is Part 4 of a series on dependency injection.
| | conductofcode.io
71.4 parsecs away

Travel
| How to create a ASP.NET Core Web API, secure it with JSON Web Tokens and explore it with Swagger UI and Postman.