A link gathering
January 16, 2022
Two ways toCreate and pull down SQL Server Databases for unit testing.
Notes
January 16, 2022
Two ways toCreate and pull down SQL Server Databases for unit testing.
October 1, 2021
Webjobs run in the context of a running app service, the easiest way to get goin is to add a console application to an existing solution that deploys to an app service.
August 4, 2021
ViewComponents are nice tidy encapsulated bits of code and HTML in dotnet core mvc framework.
April 23, 2021
Install the nuget package https://www.nuget.org/packages/Microsoft.VisualStudio.Web.BrowserLink/
April 2, 2021
Get a bing maps api key from here
March 1, 2021
When deploying a file to a server I need to replace some text with a differnt text. The code is deployed using github actions. There are pre-defined actiosn but they are all made to run under linux. My build process is runing in a windows virtual nachine. So how do I do it on a windows virtual machine?