Exploring Dynamic LINQ and C# Eval Expression

Exploring Dynamic LINQ and C# Eval Expression

In this article you will learn about 2 great and powerful libraries for dynamic processing of LINQ queries as well as executing, compiling, and running C# code at runtime. These …

Read More
Exploring Bulk Operations in EF Core

Exploring Bulk Operations in EF Core

Working with databases is at the heart of most .NET apps, and Entity Framework Core makes it easy to query and persist data. But when you start dealing with large …

Read More