How to Implement Distributed Cache in ASP.NET Core

A distributed cache is a cache shared by multiple app servers, typically maintained as an external service to the app servers that access it. A distributed cache can improve the performance and scalability of an ASP.NET Core app, especially when the app is hosted by a cloud service or a server farm. This article will […]

Read more
Why HostForLIFE.eu for Your ASP.NET Hosting in 2023?

When working as a web developer, it is important to use the most updated software and tools in order to provide the best service for your clients. While there are plenty of options that you can use for ASP.NET hosting, HostForLIFE.eu hosting has emerged as one of the most beneficial options you can use. With […]

Read more
How to Send Email Using Gmail in ASP.NET Core

In previous post, I have explained how to send email using Mailkit in ASP.NET Core. In this post, I will explain about how to send email using Gmail in ASP.NET. The .NET framework has built-in namespace for handling email settings, which is System.Net.Mail namespace. In the following example, I’ll use two classes from the System.Net.Mail namespace: For email settings, […]

Read more