Guy Harwood

Results 4 comments of Guy Harwood

@arthurschreiber i'm intrigued by your question on using `node-mssql`. as you own both packages is there any particular reason why we should avoid it? The API on `node-mssql` feels easier...

i have just created a v2 azure function in javascript with the docker template, and have wired up my function trigger to blob storage like so... ```{ "disabled": false, "bindings":...

i also set `"jsannotations.fontWeight": 10` as the font options are too big

@GFoley83 test your query and command handlers using a Mocking library such as Moq. Psuedocode example, won't compile.... ``` c# private Mock _db; private CreateContactHandler ICommandHandler subjectUnderTest; setup() { _db...