We will discover how to integrate the Razorpay payment gateway with ASP.Net Core in this tutorial. Here, we go over Razor Pay and show you how to incorporate it into ASP.Net Core MVC. Please read through my earlier post, "Build CRUD REST APIs with EF Core." You can view the result of our integration of Razorpay with ASP.Net Core MVC at the conclusion of this post.
Tag
Razor
All blogs tagged with Razor
3
Articles
39,797
Total Views
Showing 3 of 3 articles
05
Dec
2023
Integrate Razorpay Payment Gateway in ASP.NET Core 8.0
15
Jan
2023
Implement RazorPay Payment Gateway in Asp.net MVC
This tutorial demonstrates how to accept payments with RazorPay Checkout in an ASP.NET MVC application built with C# . The application uses Checkout to accept payments from card and upi and demonstrates step by step tutorial.
09
Jun
2021
Visual studio not refreshing changes in browser on reload
Hello guys, you might have noticed while working with .Net core 3.1 that whenever you make any client side change(html,css,js). It doesn't reflect in browser even after reload. So we will learn how to solve the issue Visual studio not refreshing changes in browser on reload.