CoderJony

Blogs

Difference between SET and SETX in PowerShell

Difference between SET and SETX in PowerShell

Both commands are used to set environment variable value in windows through command-line.

Read More By Ankush Jain
Unit Testing - Visual Studio Test Runner Skipping Unit Test Cases

Unit Testing - Visual Studio Test Runner Skipping Unit Test Cases

Yesterday when I was running my Unit Test Cases from Visual Studio Test Explorer, I found that few of my test cases have been skipped by Visual Studio. I wondered why it happened. Then I did some googling & found that it a piece of code in my Unit Test case which was causing Visual Studio Test Explorer to display status as Skipped instead of Completed.

Read More By Ankush Jain
Few important GIT commands

Few important GIT commands

As I am new to Git & in learning phase of it's concepts. During my learning, I found below commands quite useful. So, I thought to document my learning by writing a blog here.

Read More By Ankush Jain
Redis Cluster continuously logging - WSA_IO_PENDING writing to socket

Redis Cluster continuously logging - WSA_IO_PENDING writing to socket

I came across this issue when I was checking Redis log file on server. When I looked at the Redis Log File, I wondered after seeing its size. It was about 4GB. When I tried to open that file, I got a prompt saying File is too large to open in notepad.

Read More By Ankush Jain
How to get all keys in Redis?

How to get all keys in Redis?

If you are using Redis-CLI & want to get all keys in Redis, then you can use below command in Command Prompt. This will return all available keys in Redis Data Store.

Read More By Ankush Jain
How to use live domain for your localhost websites running in IIS

How to use live domain for your localhost websites running in IIS

In this blog I am going to show you how you can use live domains for the websites which are running on your local IIS.

Read More By Ankush Jain