Phil Hack
  • Home
Sign in Subscribe

Azure WebJobs

Phil Hack

26 Sep 2014
  • Tutorial on creating webjob that reads from the queue
  • WebJob SDK
  • Deploying WebJobs
  • Tips

Sign up for more like this.

Enter your email
Subscribe

Building a Yeoman webapi microservice template

References * Yeoman with ASP.NET [http://docs.asp.net/en/latest/client-side/yeoman.html] Attempt1: Installation of existing ASP.NET template * Installs the .net dmx: 1.0.0.0rc1 * Install Yo [http://yeoman.io/learning/] * Update NPM: npm install -g npm * npm install -g yo bower grunt-cli gulp * Install the
23 Nov 2017 2 min read

Git Diffs

The file names that changed between 2 commits git whatchanged 11d5b2894f98350eccef85f15c47510361f6691e c94027d16d121418560431330b727bbddb0dd3ca | cat > /c/Temp/out.txt The contents that changed between 2 commits git diff --patch 11d5b2894f98350eccef85f15c47510361f6691e c94027d16d121418560431330b727bbddb0dd3ca | cat > /c/Temp/out.txt
04 May 2017

SQL Azure

Determine which user is assigned to which role Run this on your target database in Azure (ie: not against the master database) select m.name as Member, r.name as Role from sys.database_role_members inner join sys.database_principals m on sys.database_role_members.member_principal_id
15 Mar 2017
Phil Hack © 2025
Powered by Ghost