CoderJony

Blogs

Command to list all active channels in Redis Pub/Sub

Command to list all active channels in Redis Pub/Sub

In Redis Pub/Sub, we create different Redis channels as per the application requirement. Each application using Redis Pub/Sub will use these channels for either publishing purposes or subscribing purposes.

Read More By Ankush Jain
ASP.NET Core - Notes for Beginners

ASP.NET Core - Notes for Beginners

ASP.NET Core is a free and open-source web framework, and the next generation of ASP.NET, developed by Microsoft and the community. It is a modular framework that runs on both the full .NET Framework, on Windows, and the cross-platform .NET Core.

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