You are here |
www.strathweb.com | ||
| | | |
www.claudiobernasconi.ch
|
|
| | | | Minimal APIs allow you to create HTTP APIs with minimal dependencies and a minimal number of files. Learn about Minimal APIs. | |
| | | |
csharp.christiannagel.com
|
|
| | | | 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
|
|
| | | | This is Part 4 of a series on dependency injection. | |
| | | |
conductofcode.io
|
|
| | How to create a ASP.NET Core Web API, secure it with JSON Web Tokens and explore it with Swagger UI and Postman. |