Posts

Showing posts from August, 2021

How to get Channel Id from Request in the CRT ?

 For getting the Channel Id from the Request in the CRT. Use the below line in the.net Core request.RequestContext.GetChannelConfiguration().ChannelNaturalId, Thanks. @LearnyIT

Create a Simple React App in the Visual Studio Code.

Image
 For Creating a Simple React App in the Visual Studio Code. Please follow the following steps; Step1:           Install the Node.js on the Computer. For installing the Node.js click on the below link. Node Installer Step 2:               Install the Visual Studio Code on the computer. Step 3:               Open the Visual Studio Code.              Click on the Terminal tab.                Write the command to check Node is installed on the machine or not.                   node -v                 Step 4:               Write the following command on the Terminal to install the latest version of npm.           ...