Mitch's Blog

Filter Posts By
May 04, 2020

Using PredicateBuilder with EF Core for Complex Queries

In a perfect world, all of your EF Queries will be simplistic and not require complex logic, and the EF system itself will generate high-quality & performant queries in the process. Sadly, this utopia doesn't exist; however, tools are available, including PredicateBuilder that makes things work well with minimal effort.

Read Full Article
Oct 30, 2019

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

Notice

Content provided in this blog is provided "AS-IS" and the information should be used at your own discretion. The thoughts and opinions expressed are the personal thoughts of Mitchel Sellers and do not reflect the opinions of his employer or any other affiliated company.

This blog’s content is copyright protected. Re-publishing on other websites is allowed as long as proper credit and backlink to the article is provided. Any other re-publishing or distribution of this content is prohibited without written permission from Mitchel Sellers.