Cloud
- .NET: Manage Azure Container Service, Cosmos DB, Active Directory Graph and more (Asir Selvasingh) - I'm a bit scared about this .Net new feature, but at the same time curious to see where it will go.
- Azure Redis Cache Geo-Replication in Public Preview (Ye Gu) - Nice tutorial that will help to have a better disaster recovery plan.
- Deploying Applications to Azure Container Service (atulm) - Great tutorial to start orchestrating containers on Azure.
- Designing Globally Resilient Apps with Azure App Service – Opsgility (Chris Pietschmann) - Great post that lists a lot of tools available in Azure to get a better architecture for your solution.
- Enhanced app usage monitoring and investigative features in Azure Application Insights (Rahul Bagaria) - Wow, so many new features, exactly what I needed!
- Microsoft’s Logic Apps Aims to Bring Serverless Functionality to Non-Coders (Mark Boyd) - Nice post that gives a glimpse at the Logic Apps future.
- Receive emails from Azure WebJobs when errors are detected (Vivien Chevallier) - Nice tutorial that explains how to manage error in a webjob and implement the best practices.
Programming
- Docker for .NET Developers (Part 4) - Steve Gordon's Blog (Steve Gordon) - This post of the series explains the Docker file and few useful commands. I really like this series.
- Porting a 15 year old .NET 1.1 Virtual CPU Tiny Operating System school project to .NET Core 2.0 (Scott Hanselman) - We all have those prehistoric pieces of code, and it required lots of courage to share them with the public. However, what all of us learn from it, is priceless. Thank you, Scott.
- Speed of dotnet run vs the speed of dotnet for published apps (plus self-contained .NET Core apps) (Scott Hanselman) - Great post that explains a few differences between the published and just builds performance.
Miscellaneous
- How to Get into the Habit of Time Tracking - Toggl Blog (Liza Plotnikova) - I don't count the times where Toogl "saved my life" when it was time to do my timesheet. A tool to try.