DailyDrop

Combining multiple attributes

Combining multiple attributes into a single line


Read more...


Converting values with EF

Converting properties when reading and writing to a database using Entity Framework


Read more...


.NET 8 Exception helpers

Throwing exceptions is becoming much easier in .NET 8


Read more...


Entity Framework conventions

Customizing Entity Framework through the use of conventions


Read more...


.NET8 Frozen collection

New Frozen collection (potentially) being introduced with .NET8


Read more...


New HTTP methods

How to handle new or custom HTTP methods


Read more...


EF tags and interceptors

Modifying EF generated SQL with tags and interceptors


Read more...


Enum iteration

Using Enum.GetValues to iteration through enum values


Read more...


Fast, potentially unsafe iteration

Using CollectionsMarshal, MemoryMarshal and Unsafe for fast looping


Read more...


EF7 GroupBy support

Entity Framework 7 adds supports for GroupBy as the final operator


Read more...