HostForLIFEASP.NET vs TMDHosting – ASP.NET Core Hosting Secret Revealed

In this review, we will compare both hosting providers that offer ASP.NET Core hosting. Let’s get started About Company Founded in 2007, HostForLIFEASP.NET become one of the largest ASP.NET hosting in Europe. HostForLIFEASP.NET is awarded as No #1 Microsoft Recommended Windows ASP.NET Core hosting provider. HostForLIFEASP.NET serve many clients around the world. They specialize in Windows ASP.NET Core […]

Read more
Using Mailkit to Send Email ASP.NET Core 3.1

This post is an example how to send email in Asp.net Core 3.1 using Mailkit. I assume that you have downloaded it and install it on your server. How to Send HTML Email in ASP.NET Core This code sends a simple HTML email using the Ethereal free SMTP testing service, you can create a free test account […]

Read more
Use Serilog ASP.NET Core to SQL Server Database

Logging is an essential feature for any application, as it is necessary for detecting, investigating, and debugging issues. Serilog is a third-party, open source library that allows .NET developers to log structured data to the console, to files, and to several other kinds of data stores.  This article discusses how we can use Serilog to log structured […]

Read more