Always Developing

always learning | always growing | always paging (49)

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...


Aliases with global using directives

Create an alias with C#10 global usings


Read more...