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#.

Learn how to configure IIS to allow both long URLs as well as long query strings. Without it, your web server may return 404s to your users.

The aim of this post is to teach you how to implement Identity Authentication & Authorization with OAuth, Facebook and ASP.NET Core 3.0.