CoderJony

Blogs

How to forcefully uninstall a window service?

How to forcefully uninstall a window service?

Sometimes, You may find that window service's executable has been deleted but the service is still present in service viewer.

Read More By Ankush Jain
Get list of all active TCP/UDP ports

Get list of all active TCP/UDP ports

Just type netstat -a in command prompt & press enter. This will print a list of all active TCP & UDP ports running on your machine.

Read More By Ankush Jain
How to split a string into array by another string in C#

How to split a string into array by another string in C#

To split a string by another string separator, we can use Split function of C#.

Read More By Ankush Jain
How to enable RabbitMQ Management Plugin in Windows

How to enable RabbitMQ Management Plugin in Windows

To enable web user interface (User Management Plugin) for RabbitMQ. Just follow 4 easy steps given below.

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