CoderJony

Blogs

Solution- The term 'Param' is not recognized as the name of a cmdlet

Solution- The term 'Param' is not recognized as the name of a cmdlet

Just make sure that Param should be in the first line of your PowerShell script.

Read More By Ankush Jain
List all node modules installed globally & locally in Node.js

List all node modules installed globally & locally in Node.js

This post will show you – how can you get a list of all node modules installed globally & locally on your machine.

Read More By Ankush Jain
The name 'Scripts' does not exist in the current context

The name 'Scripts' does not exist in the current context

This post will show you, how you can fix "The name 'Scripts' does not exist in the current context" error.

Read More By Ankush Jain
How to find Stored Procedures containing specific text in SQL Server?

How to find Stored Procedures containing specific text in SQL Server?

Below small query will list all the procedures that contains specific text.

Read More By Ankush Jain
Unable to start debugging on the web server. The remote server returned an error (404) not found.

Unable to start debugging on the web server. The remote server returned an error (404) not found.

I recently faced this issue while I was trying to launch my ASP.NET MVC application from Visual Studio 2017 but I was unable to do that because Visual Studio was always showing me a popup with below error message.

Read More By Ankush Jain
How to use Google Fonts on your website?

How to use Google Fonts on your website?

Using Google fonts on your website is quite easy. You can start using Google fonts on your website in few easy steps.

Read More By Ankush Jain