CoderJony

Blogs

How to rename a local GIT Branch?

How to rename a local GIT Branch?

If you want to rename the branch you are currently working on, hit below command:

Read More By Ankush Jain
How to deploy dacpac using SQLPackage.exe

How to deploy dacpac using SQLPackage.exe

To deploy the database from dacpac, we will be using SQLPackage.exe.

Read More By Ankush Jain
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