In this article, I am going to show you how to implement Google Pay in React JS application. It is very easy and simple to integrate the Google Pay APIs in React JS application. Google Pay is a fast, safe...
SQL Server Stored Procedures

A stored procedure is a prepared SQL code that you can save, so the code can be reused over and over again. So if you have an SQL query that you write over and over again, save it as a...
how to add amazon affiliate link in wordpress
Step 1 . Login into your wordpress account Step 2. Go to Posts and click on new post link. Step 3. Add any title and click on + button on your right to add a block Step 4. Search for...
IPL SCHEDULE
The most awaited cricket tournament, Tata IPL 2022 has started on 26th March 2022. IPL is one of the most popular cricket tournaments in the world.IPL is organised by the Board of Control for Cricket in India (BCCI).IPL 2022 will...
best programming language to learn for beginners
Top 7 Programming Languages for Backend Web Development If you are a beginner in programming or you are a complete fresher, still you could learn Web Development. Web Development is divided into two terms: First is Frontend Development and another...
user-registration-and-login-using-web-api

Login and Registration - Web API Hello everyone, In this video tutorial I am gonna teach you about the sign in and sign up functionality in asp.net mvc web api project. This is another part of Ecommerce Web API project...
web-api-with-reactjs-tutorial

Web API Tutorial with React JS Post Method and Project Setup Web API Tutorial with React JS Web API Tutorial | React JS Tutorial Hello everyone, In this tutorial I will explain about web api and react js from scratch...
How to convert html template into react project

How to convert HTML template into React Project By following steps you can convert any HTML template into react project. Step 1 . Download the html template in your local machine. Step 2. Create a new react project by command...
web-config-causing-blocked-by-group-policy-error
First you need to delete or comment out every thing inside <system.codedom> </system.codedom> Second step is, go to <system.web></system.web> and add <trust level="Full" /> That's it. Now deploy the web.config file on the server and try to access the application....