Oleg Kyrylchuk
Oleg Kyrylchuk's Blog

Oleg Kyrylchuk's Blog

Follow
Follow
homeAboutSponsornewsletter
Tag

C#

#csharp

More content

Read more stories on Hashnode


Articles with this tag

Twelve C# 11 Features

Sep 4, 20226 min read9.9K views

Required Members C# 11 introduces a new required modifier to properties and fields to enforce constructors and callers to initialize those values. If...

Twelve C# 11 Features

A comprehensive overview of C# 9 features

Feb 13, 20228 min read2.2K views

1. Target-typed New Expression Previously in C#, a new expression has always required type to be specified (except for implicitly typed array...

A comprehensive overview of C# 9 features

10 Cosmos DB provider enhancements in EF Core 6

Feb 6, 20227 min read2.4K views

1. FromSqlRaw Method Support In EF Core 6.0, Cosmos DB provider supports the FromSqlRaw method. It works in the same way as relational...

10 Cosmos DB provider enhancements in EF Core 6

Entity Framework Core 6 features - Part 3

Jan 30, 20224 min read2.1K views

In this article, you can find improvements for SQLite, In-memory providers, and EF.Functions.Contains method. Β· It's a continuation of blog series about...

Entity Framework Core 6 features - Part 3

Entity Framework Core 6 features - Part 1

Jan 16, 20228 min read6.1K views

Ten new features in EF Core 6. In this article, you can find new attributes, support of temporal tables, sparse columns, and other new features. Β· 1....

Entity Framework Core 6 features - Part 1

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

Jan 2, 20225 min read15.9K 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