Download a C# interface code example that covers implementation, adding multiple interfaces to a class, default methods and access modifiers.
Download this LINQ and lambda expressions code example in C# including Where, Select, OrderBy, GroupBy, ToDictionary and many more methods.
Download an ASP.NET Core middleware example that covers how to create your own custom middleware and shows how to inject services.
A EF Core example showing how to use Include() to join navigation properties together, when not to use Include() and when you need to configure the join.
Download a Polly resilience example for ASP.NET Core Web API, covering retries, jitter, circuit breakers, timeouts, and logging.
Download a .NET 10 Web API integrated with Minimal APIs and SQL Server alongside Entity Framework Core and FluentValidation.
Download a C# code example to help you learn variables, types, conditionals, arrays, lists, loops, classes, structs, interfaces, enums and static classes.
See how keyset and offset pagination are implemented in EF Core, how indexes affect performance, so you decide which approach suits your application.
Download an EF Core temporal table code example in an ASP.NET Core Web API with configuration and historic data queries
See how to add exception handling to your ASP.NET Core Web API using IExceptionHandler, including validation errors and custom status codes.