Setting up recurring payments from ASP.NET Core is easy with Stripe Billing. Read about how to use Stripe.js and the .NET client to create subscriptions.

Simple example of how to implement request logging using Microsoft.Extensions.Logging and ASP.NET Core middleware. Plus things to be aware of during config.

Error logging is an essential part of any application. Learn how to implement effective error logging in C#-based Windows Forms applications.

How to secure your cookies in ASP.NET and MVC, using Secure and HttpOnly attributes. Also, learn about Cross-site tracing and Cross-site request forgery.

A real-life example of how to find anomalies in time-series data using spike detection available in ML.NET. Learn how to utilize the Microsoft.ML package.

Get help debugging System.NullReferenceException. The post will teach common solutions for both identifying and fixing causes of a NullReferenceException.

In this article, we will go through some of the most common errors and some of the possible ways these errors could be fixed.

.NET offers an extended set of APIs to write content to a file. In this post I will list and compare the possibilities, showing you the best performing way.

Five best practices that will make you an absolute pro when working with exceptions. Make sure not to make these common mistakes when writing C#.