CoderJony

Blogs

How to check type of exception in c#?

How to check type of exception in c#?

You can determine type of exception in c# in two ways.

Read More By Ankush Jain
How to change schema name of a table in SQL Server?

How to change schema name of a table in SQL Server?

Use below script to change schema name of a table in SQL Server.

Read More By Ankush Jain
Solution- "PDB does not match image" issue in Post Build event in Visual Studio

Solution- "PDB does not match image" issue in Post Build event in Visual Studio

This error normally occurs when you are using Post Build event to move your .PDB & .DLL files from you current project's bin directory to some other project's bin directory. And when you run the project (in which you have copied the DLLs & PDBs), you find that you are no longer able to debug the project (whose DLLs & PDBs) you have copied from post build event.

Read More By Ankush Jain
How to enable/disable ESLint in Visual Studio 2017 ?

How to enable/disable ESLint in Visual Studio 2017 ?

ESLint is a tool which allows us to write clean, optimized, organized & valid JavaScript code by following a set of rules or coding guidelines.

Read More By Ankush Jain
SOAP - A Protocol, Not a Technology

SOAP - A Protocol, Not a Technology

I have arranged this article in few key points & each point will help you in understanding what SOAP actually is.

Read More By Ankush Jain