CoderJony

Blogs

Creating NuGet package using Visual Studio 2019 and publishing it to Nuget.org

Creating NuGet package using Visual Studio 2019 and publishing it to Nuget.org

In this post, we will understand how can we create a NuGet package using Visual Studio 2019. Also, we will understand, how to deploy this package to Nuget.org to make it available to the rest of the world.

Read More By Ankush Jain
Upgrading existing Ionic 4.x app to Ionic 5.x

Upgrading existing Ionic 4.x app to Ionic 5.x

Ionic community recently released its latest version Ionic 5 in the market. Today, in this article we will understand how can we upgrade an existing Ionic 4 application to Ionic 5.

Read More By Ankush Jain
Solution- An unhandled exception of type 'System.BadImageFormatException' occurred in SomeService.exe.

Solution- An unhandled exception of type 'System.BadImageFormatException' occurred in SomeService.exe.

Please check out the root cause and solution for the below error message.

Read More By Ankush Jain
Personal References

Personal References

In this post, I am just documenting all the links and stuff that I found useful over the internet so that I can refer to this page whenever needed.

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