CoderJony

Blogs

Solution- rzc generate exited with code 1 in Visual Studio 2017

Solution- rzc generate exited with code 1 in Visual Studio 2017

I just got this error while publishing my first ASP.NET Core application in Self-Contained Deployment mode.

Read More By Ankush Jain
no resource found that matches the given name (at 'layout_below' with value

no resource found that matches the given name (at 'layout_below' with value

Just change @id to @+id while defining or referencing an id. This will fix your issue.

Read More By Ankush Jain
Get Previous and Next page URLs in Umbraco

Get Previous and Next page URLs in Umbraco

To get previous & next page URLs in Umbraco, you can use the below piece of code in your razor view.

Read More By Ankush Jain
How to check number of bytes used by a variable in SQL Server?

How to check number of bytes used by a variable in SQL Server?

To check bytes used by a variable in SQL Server, you can use DATALENGTH function.

Read More By Ankush Jain
Difference between ASCII & Unicode Character Sets

Difference between ASCII & Unicode Character Sets

ASCII & Unicode both are character sets & both character sets (ASCII & Unicode) hold a list of characters with unique decimal numbers (code points). A= 65, B=66, C=67 etc.

Read More By Ankush Jain