DailyDrop

System.Text.Json notifications

Exploring the new .NET6 Json notifications


Read more...


EF Core 6 column order

Manually order columns in EF Core 6


Read more...


LINQ improvements - FirstOrDefault defaults

Exploring the FirstOfDefault improvements introduced in .NET6


Read more...


Entity Framework Core interceptors

Query interception with Entity Framework Core interceptors


Read more...


Indexers - access a class as an array

How to extend a class so that it can be accessed as an array


Read more...


Customize source generator output location

How to emit source generated files to be included in source control


Read more...


EF Core 6 EntityTypeConfiguration Attribute

Discover the new EntityTypeConfiguration attribute added in EF Core 6


Read more...


Garbage collection configuration

The .NET garbage collector can be configured at runtime


Read more...


Using with IDisposable

Use using by implementing a single interface


Read more...


Task.WaitAsync in .NET6

Exploring the new WaitAsync method introduced in .NET6


Read more...