Oleg Kyrylchuk
Oleg Kyrylchuk's Blog

Oleg Kyrylchuk's Blog

Follow
homeAboutSponsornewsletter
Tag

C#

#csharp

More content

Read more stories on Hashnode


Articles with this tag

Twelve C# 11 Features

Sep 4, 20226 min read 9.8K 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 read 2.1K 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 read 2.3K 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 read 2.0K 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 read 6.0K 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 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