CoderJony

Blogs

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
Open activity from fragment in Xamarin Android

Open activity from fragment in Xamarin Android

You can use below code to open an activity from fragment in Xamarin Android.

Read More By Ankush Jain
Media Queries in CSS – Min-Width and Max-Width

Media Queries in CSS – Min-Width and Max-Width

Media queries allow us to write device-specific CSS & build responsive websites.

Read More By Ankush Jain