Azure Resource Manager Quick Start Templates is a treasure trove. I have to book mark it here. Templates
OpenTelemetry is the software industry standard for logging so I wrote a sample Web Job that logs, traces and emits metrics using open...
To copy content folder in .csproj to output folder, add the following. <ItemGroup> <Content Include="$(ProjectDir)Content\**"...
Do not violate the YAGNI principle. You aren't gonna need it. Do not violate the POLA principle. Principle of least astonishment. My...
To return success with no content use return NoContent(); POST is used to create a resource so if the POST has a ID like POST authors/myid If the id...
Microsoft REST API Guidelines https://github.com/Microsoft/api-guidelines/blob/vNext/Guidelines.md