
Fetch HTML from View in ASP.NET Core MVC Easy
In this article, let's see how we can extract rendered HTML content from a RazorView in ASP.NET Core (.NET 6) MVC using RazorViewEngine
In this article, let's see how we can extract rendered HTML content from a RazorView in ASP.NET Core (.NET 6) MVC using RazorViewEngine
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.
While there are several bands under which the developers work, there's another band of developers who are capable of delivering a single application or a product as a whole. These are the Full Stack Developers.
Let's look at how we can configure and push our Docker container logs into Fluentd and further push the logs into MySQL using plugins.