|
You are here |
www.daveabrock.com | ||
| | | | |
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... | |
| | | | |
codetraveler.io
|
|
| | | | | Azure Functions recently released support for .NET 5. Let's take a look at how to upgrade our existing Azure Functions to use it! | |
| | | | |
wrapt.dev
|
|
| | | | | Let's make our integration tests more reliable by dynamically spinning up a database in Docker that mimics production and makes your project easy to test on any dev box. | |
| | | | |
jakeseliger.com
|
|
| | | 1 post published by Jake Seliger on October 9, 2012 | ||