Skip to content

Hi, I'm Ankit

The story of my experiments with code

  • Twitter
  • Facebook
  • GitHub
  • LinkedIn
  • RSS
  • C#
  • .NET/.NET Core
  • Architecture & Design
  • Azure/ AWS
  • DevOps
  • Testing
  • Security
  • About

November 2020

passing baton

Passing correlation id across requests

by Ankit Vijay on November 24, 2020November 25, 2020

This post describes importance of passing a single correlation id across requests in microservices and how we an achieve this in .NET.

Read More
.NET, .NET Core, Architecture, ASP.NET Core, Corelation Id, Event Driven Architecture, Microservices

Get the most out of your tests

by Ankit Vijay on November 10, 2020November 11, 2020

This post provides tips that can help you write great tests and get the best results from your test suite.

Read More
.NET, Automation Testing, Functional Tests, Integration Testing, Manual Testing, Testing, UI Testing, Unit Testing, xunit