Skip to main content
Tag

backend

All blogs tagged with backend

6
Articles
81,653
Total Views

Showing 6 of 6 articles

19
Apr
2026
Implementing Firebase Cloud Messaging (FCM) Push Notifications in ASP.NET Core
79 views

This tutorial delves into the implementation of Firebase Cloud Messaging (FCM) for push notifications within ASP.NET Core applications. By understanding FCM, developers can enhance user engagement through timely and relevant notifications. Familiarity with ASP.NET Core and basic concepts of REST APIs is recommended to maximize the benefits of this guide.

10
Sep
2020
Implement Stripe Payment Gateway In ASP.NET
58,883 views

This tutorial demonstrates how to accept payments with Stripe Checkout in an ASP.NET application built with C# and Web Forms. 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. There are four steps: Create the project and configure dependencies Create the payment Web Form Create a page to perform the charge Run the application

Translate Page