Oleg Kyrylchuk
Oleg Kyrylchuk's Blog

Oleg Kyrylchuk's Blog

Follow
homeAboutSponsornewsletter
Tag

.NET

#net

More content

Read more stories on Hashnode


Articles with this tag

Seven System.Text.Json features in the .NET 6

Jan 2, 20225 min read 15.4K views

Ignore Circular References In .NET 5, you can preserve references for circular references using System.Text.Json. But you couldn't ignore them. The...

Seven System.Text.Json features in the .NET 6

LINQ improvements in .NET 6

Dec 19, 20214 min read 6.1K views

The Default Value for *OrDefault Methods The Enumerable.FirstOrDefault method returns the first element of a sequence, or a default value if no...

LINQ improvements in .NET 6

20 New APIs in .NET 6

Dec 12, 20219 min read 14.3K views

DateOnly and TimeOnly .NET 6 introduces two long-awaited types - DateOnly and TimeOnly. They represent the date or time portion of a DateTime. //...

20 New APIs in .NET 6