Learn Minimal APIs from start to finish. Perfect for beginners.

Entity Framework tutorials

Use EF Core to easily save dates as UTC & show in local time
Use EF Core to easily save dates as UTC & show in local time

Learn how to create a ValueConverter in Entity Framework Core to save dates as UTC in the database & convert them back to your local time zone in ASP.NET Core.

Using LINQ expressions to build dynamic queries in Entity Framework
Using LINQ expressions to build dynamic queries in Entity Framework

Make use of LINQ expressions to produce a Lambda expression dynamically. Build an expression for Entity Framework with the following clauses: And, Or, Any.