Creating an RSS Feed in ASP.NET Core 3.0
Creating a properly formatted RSS feed within ASP.NET Core 3.0 should be simple, however, not all examples are created equal. This posting explores all steps necessary to generate a W3C Validated RSS feed with .NET Core.
Read Full Article