Latest Blog

23
Nov
2023

This tutorial demonstrates how to accept payments with Stripe Checkout in an ASP.NET Core 8.0 application built with C# . The application uses Checkout to accept credit cards from the end user and send tokens to a back-end API. The back-end controller uses the Stripe .NET library to create a charge. We are using latest version on Stripe.Net api in this. Check out complete steps to Integrate Stripe Payment Gateway In ASP.NET Core 8.0

05
Jul
2022

Hello guys, while creating asp.net core application we often need to implement export of data and for this purpose we sometimes need to export views to pdf file. So, We will see how to export view as pdf in Asp.Net Core MVC in simple steps using itextsharp library which is free.

18
Mar
2026

5 views

In this blog post, we will explore the critical concept of CWE-330, which highlights the dangers of using insufficiently random values in cryptographic applications. We will cover best practices for generating secure random values and demonstrate real-world coding examples to help you implement these practices effectively.

23
Sep
2023

So, nowadays it is really important while developing applications that users don't have to waste a lot of time trying to register or go inside your web application. So, keeping in mind the need of today's world we have few Social Login available that are getting used mostly. These include Google Login, Linkedin, and Microsoft. In this article we will see How to Integrate Linkedin Login With Open Id Connect in Asp.Net MVC.

07
Sep
2023

4,007 views

A default constructor in Java is one that is provided by the Java compiler if no other constructors are explicitly defined in a class. The default constructor takes no arguments and is in charge of setting the object's fields to default values.

21
Oct
2021

Hello guys, often while dealing with project where we need to implement payment systems and need user to enter card number and show them the card number format properly. So for that purpose we have to use controls from payment gateways which are bit harder to manage on custom websites. So we will see how to implement Input Box Card Number Formatting using jquery.

25
Sep
2020

Hello guys in this video you'll see how to solve issue A non-fatal error occured during cluster initialisation in Postgre SQL on Postgre installation. You will often see this issue while installing Postgre. We have a workaround for you to solve this issue. Just follow the steps and your issue will solve.

14
Dec
2023

Hello guys, we often want to integrate payment gateways in our Asp.Net applications. Some of the most popular payment gateways are Authorize net, payumoney,paypal,stripe and razorpay. We have already covered payumoney and stripe in our blogs. In this article we will see How to implement Authorize.Net Payment gateway in asp.net mvc.

16
Mar
2026

18 views

In this blog post, you will learn about the concepts of async and await in C#, their significance in improving application performance, and how to implement them effectively. We'll explore the fundamentals, practical examples, best practices, and common pitfalls to avoid.

31
Dec
2022

4,626 views

For many applications, you want to create and manage groups of related objects. There are two ways to group objects: by creating arrays of objects, and by creating collections of objects. Arrays are most useful for creating and working with a fixed number of strongly typed objects. For information about arrays, see Arrays.

05
Dec
2023

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.

09
Dec
2023

3,415 views

Because there are no library functions with predetermined definitions, a user-defined function is one that is written by the user when writing any application. To fulfill the user's individual needs, the user must create his or her own functions. Such functions must be appropriately defined by the user. There is no such necessity to include any specific library in the program.

Trending This Month

Based on actual reader views in March 2026

1 Microsoft Outlook Add Appointment and Get Appointment using Asp.Net MVC
85 views ASP.NET MVC
2 How to Auto Redirect from HTTP To HTTPS IN Asp.Net using Web Config
69 views ASP.NET MVC
3 Implement Stripe Payment Gateway In ASP.NET MVC
45 views ASP.NET MVC
4 Screen Recording with Audio using JavaScript in ASP.NET MVC
42 views JavaScript
5 Integrating Google reCAPTCHA Validation in ASP.NET MVC
40 views ASP.NET MVC
6 Linkedin Sign In using LinkedinLogin Nuget package in Asp-Net MVC
36 views ASP.NET MVC
7 Understanding Memory Management and Garbage Collection in .NET
34 views C#
8 Implement Stripe Payment Gateway In ASP.NET
31 views ASP.NET MVC

Free Developer Tools

Handy online tools to boost your productivity — no login required.

Our Community Impact

Blogs, views & resources shared with developers around the world

401
Total Blogs
Programming articles & tutorials
2,347,345
Total Views
Page views across all blogs
2,872
Downloads
Source code & resource downloads

Never study to be successful, study for self-efficiency. Don’t run behind success. Follow behind excellence, success will come all way behind you.

Translate Page