CoderJony

Blogs

How to loop through a table variable in SQL Server?

How to loop through a table variable in SQL Server?

Let's assume you want to loop through a table variable having the structure like below.

Read More By Ankush Jain
What are Untracked Files in Git?

What are Untracked Files in Git?

Whenever Git finds a new file inside the application folder, it is considered an Untracked File by Git, because Git doesn't know the file until we explicitly tell it about that file.

Read More By Ankush Jain
Solution - The user specified as a definer ('root'@'%') does not exist.

Solution - The user specified as a definer ('root'@'%') does not exist.

Most of the time we get this issue when we copy a MySQL database from one source to another.

Read More By Ankush Jain
How to Delete Untracked Files in Git?

How to Delete Untracked Files in Git?

In this post, we will understand how can we delete untracked files present in the git repository. To understand what are Untracked Files? Refer to this - What are Untracked Files in Git?

Read More By Ankush Jain
Installing & Using Font Awesome Icons in Photoshop

Installing & Using Font Awesome Icons in Photoshop

In this post, we will understand how can we use font-awesome icons in Photoshop. Font-awesome is a font library that contains hundreds of useful & latest icons in form of fonts. We can use these icons in our Photoshop design by following these easy steps. So let's just start:

Read More By Ankush Jain
Integrating Log4Net with ASP.NET Web API2 and SQL Server

Integrating Log4Net with ASP.NET Web API2 and SQL Server

In this post, we will understand how can we integrate the famous .NET Logging Library - Log4Net into our ASP.NET project. Though particularly in this post I am using an ASP.NET Web API project, but the implementation will almost remain the same even if you want to integrate Log4Net in other ASP.NET applications such as MVC & Web Forms.

Read More By Ankush Jain