
Sending Emails with Images and Attachments in ASP.NET Core with MailKit
In this article, we'll extend our design to add attachments and images to our mail content and send it with MailKit.
In this article, we'll extend our design to add attachments and images to our mail content and send it with MailKit.
In this article, let's see how we can send this HTML content as an Email to users. We'll use MailKit, which is one of the most popular Mail Client lib..
In this article, let's talk about implementing CQRS - Command Query Responsibility Segregation in ASP.NET Core via Mediator pattern by using MediatR library.
In this article, let's look at how we can add OData capabilities to a simple Web API using the latest OData package and ASP.NET Core as our stack.
In this simple quickstart, let's look at how we can integrate ASP.NET Core with MongoDB and perform basic CRUD operations
In this article, let's deep dive into using IOptions pattern in ASP.NET Core and the variations, mutations and customization etc with a detailed example.
In this article, let's discuss how we can implement Half-Duplex and Full-Duplex communication with gRPC and ASP.NET Core with illustrating examples.
In this article, let's discuss the issue of XSRF and how Antiforgerytoken helps in preventing such attacks in ASP.NET Core MVC applications.
In this article, let's talk all about caching in general and integrating & working with Redis Cache in an ASP.NET Core application.