Suggestion of the week
- Web Scraping In Power BI And Excel Power Query (Gil Raviv) - Just recently I've learned about Power BI web scrapping capability, then this! I didn't think it could be that great! Great post.
Cloud
- Azure Backup’s cloud-first approach and why it matters (Shreesh Dubey) - Nice post that explains the complete backup service in Azure.
- Azure functions - Just the CLI, hold the GUI, add some git (Shayne Boyer) - Nice tutorial that explains how to deploy an ARM template using Azure CLI simple commands.
- Interesting facts about Azure BizTalk Hybrid Connections! (Alexander Laysha) - Nice post that explains how works the hybrid connections.
- Trying ASP.NET Core on the Google Cloud Platform "App Engine Flexible Environment" (hanselman.com) - Interesting share that inspires to try .Net Core... outside of the happy path. Awesome.
Programming
- Model Binding in ASP.NET Core - Simple Talk (Dino Esposito) - Great tutorial that introduces the auto bindings and shows how to implement it.
- What’s New in Visual Basic 2017 (The Visual Basic Team) - It's been a while since I coded in VB but reading this post brought back all those souvenirs... Great work.
- 6 Reasons Why JavaScript’s Async/Await Blows Promises Away (Mostafa Gaafar) - Nice update. For a .Net developer, this is perfect!