Community spotlight RSS Feed

Serving Up node_modules In ASP.NET
Feb 11, 2016
Nice quick post from K. Scott Allen detailing how to serve static files from both wwwroot and node_modules in ASP.NET Core.

Performance is Paramount
Feb 10, 2016
Steve Desmond shows how he ran server-side performance tests against his site home page, and quantifies the effect of both caching and ASP.NET Core framework upgrades.

Sending ASP.NET WebHooks from Azure WebJobs
Feb 9, 2016
Henrik F Nielsen describes how to send ASP.NET WebHooks from inside an Azure WebJob as a result of a message arriving on an Azure Storage Queue

ASP.NET WebHooks - Consuming WebHooks from Github
Feb 8, 2016
Nice, comprehensive article from Ravi Kiran showing how to handle webhooks sent from GitHub using ASP.NET WebHooks.