Default .NET 5.0 WeatherForecastController as an Azure Function
Looking into what it would take to implement the default aspnet web api template WeatherForecastController as an Azure Function.
Looking into what it would take to implement the default aspnet web api template WeatherForecastController as an Azure Function.
Looking into controlling the logging levels in Azure Functions.
Creating anonymous data using AutoFixture’s generic methods is great, but can you do it from a type?
Using the Arrange, Act, Assert setup in unit tests, why do I still add the comments? Read on to find out.
Does AutoFixture and the new .NET 5 Record Types work together?