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

tip

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

C# dynamic is evil, not your friend

by Ankit Vijay on September 11, 2020September 26, 2020

This post gives you another reason why to stay away from C# dynamic. It turns the call-site into a late-bound leading to runtime issues.

Read More
.NET, .NET Core, C#

Adding Default Headers to Swagger (OpenAPI)

by Ankit Vijay on January 16, 2020September 26, 2020

Adding Default Headers to Swagger / Open API definition in ASP.NET Core 3.1 application.

Read More
.NET, .NET Core, ASP.NET Core, ASP.NET Core 3.1

Productivity Tip – Improve your Visual Studio performance with ReSharper

by Ankit Vijay on September 16, 2019September 15, 2020
Read More
.NET, ReSharper, Visual Studio