Cloud
- Azure Functions Tools Roadmap (Andrew B Hall) - Interesting post that explains why we should prefer the Azure function template over the VS2015 tooling.
- Monitoring errors in Azure WebJobs with the ErrorTrigger extension (Vivien Chevallier) - Nice tutorial, with the full solution available on Github, that explains how to catch the error in our Azure webjobs.
- Unmasking your swagger with proxies in Azure Functions (Shayne Boyer) - This post explains how to use Azure functions Proxy to improve the developers' experience.
- Use a container to show your function swagger (Shayne Boyer) - Nice quick tutorial to get a more professional structure easily.
Programming
- Dockerizing Nerd Dinner: Part 1, Running a Legacy ASP.NET App in a Windows Container (Elton Stoneman) - Interesting walkthrough where a legacy application is packaged in a Docker container.
- Dockerizing Nerd Dinner: Part 2, Connecting ASP.NET to SQL Server (Elton Stoneman) - Second step in a great tutorial that goes further than the usual hello word, showing how to migrate an application into a multi-container solution.
- Easy data generation with Faker.Data (Guy Barrette) - A quick introduction to a nice little gem that saves us a lot of time.
- Getting Started With Chart.js: Line and Bar Charts (Monty Shokeen) - I've use Chart.js in a project recently, and should I had this great tutorial would have saved me a lot of time.
- Using memory cache in ASP.NET Core (Gunnar Peipman) - Great quick tutorial to know how to setup cache and distributed cache (required in cloud solution).
Miscellaneous
- Bots are the new Apps – Part 2 (Alexandre Brisebois) - This post asks a lot of questions. .Bots are could be very powerful but are they easy to build? Iterate, test, fail, learn, and try again.