How To Automatically Deploy ARM Templates To Azure Cosmos Emulator 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.

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Azure

How To Create An ARM Template For Cosmos DB 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.

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Azure

Are You Using HttpClient in The Right Way? 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.

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Dotnet

How To Improve Your Online Reading - Why I Chose Diigo? Members Public

Learn how Diigo helps you to capture and organize information you read online

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Productivity

How To Easily Generate Data For SpecFlow Tests Members Public

Automatically generate data using AutoFixture when writing SpecFlow tests.

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Testing

How To Continuously Deploy Your .NET Core Azure WebJobs Members Public

New To Azure WebJobs? Learn how to get started and set up a build deploy pipeline in Azure DevOps.

Rahul Pulikkot Nath
Rahul Pulikkot Nath
DevOps

Migrating My Blog From Hugo To Gatsby Members Public

Migrating from Hugo to Gatsby

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Programming

HOW TO: ZIP Multiple CSV Files In ASP.NET 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.

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Programming