Learn how to create Roslyn Analyzers to help add ASP.NET Core middleware in the right order. In this post, I'll show you how analyzers can help.
The ultimate guide to sending emails from C# based on our experiences with the built-in SMTP library in .NET, AWS Simple Email Service, Mandrill, and Azure.
Get all the details about how to convert a string to int with C#. Learn how to handle exceptions and all of the worst practices that everyone is doing.
Tutorial to build and publish a console application including the .NET (Core) framework from Azure DevOps Pipelines.
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.