
How To Automatically Deploy ARM Templates To Azure Cosmos Emulator Paid Members Public
Azure Cosmos Emulator does not support ARM templates. Learn how you can automatically create Database and Containers from an ARM Template to support a seamless development experience.

How To Create An ARM Template For Cosmos DB Paid Members Public
Learn how to create an ARM template to deploy Azure Cosmos DB with dynamic containers. With this template you can keep adding containers as you build the application.

Are You Using HttpClient in The Right Way? Paid Members Public
If not used correctly it's easy to run into socket exhaustion and DNS related issues with HttpClient in .NET Core. Learn how to identify these issues and how to use HttpClient class in the right way.

How To Improve Your Online Reading - Why I Chose Diigo? Paid Members Public
Learn how Diigo helps you to capture and organize information you read online

How To Easily Generate Data For SpecFlow Tests Paid Members Public
Automatically generate data using AutoFixture when writing SpecFlow tests.

How To Continuously Deploy Your .NET Core Azure WebJobs Paid Members Public
New To Azure WebJobs? Learn how to get started and set up a build deploy pipeline in Azure DevOps.

Migrating My Blog From Hugo To Gatsby Paid Members Public
Migrating from Hugo to Gatsby

HOW TO: ZIP Multiple CSV Files In ASP.NET Paid Members Public
Learn how to generate a ZIP file containing many CSV files in an ASP.Net Web API application. The same approach is useful to zip files of any type in any .NET application using CSharp.