When rendering output from a razor template it is important to remember the distinction between @{ ...} and @(...) Curly braces will cause the output to execute, whilst the regular parenthesis will cause the output to render. As an example that tripped me up during rendering of a ViewComponent in the CamperFinder demo, the following... Continue Reading →
Azure: deploy multiple websites from a single solution
A typically used scenario is to have a solution with two or more web apps. This might be a website project followed by one or more Web API projects. Create a Resource Group.Add a Web App for each website being deployed.For each web app - Within Application Settings for each web-app add a new setting:Name:... Continue Reading →