Oleg Kyrylchuk βœ™ πŸ‡ΊπŸ‡¦ Profile picture
I write about @dotnet | Microsoft MVP | .NET Foundation member | .NET Enthusiast Help for Ukraine https://t.co/RThb4b9MGS or https://t.co/Vu9bTo0s69
Dec 26, 2021 β€’ 5 tweets β€’ 11 min read
This year I've met on Twitter a lot of amazing folks πŸ™‚

Thank you for interacting with me to all in the circles and beyond 😊 Circle 1
@BelloneDavide
@ppenza
@badamczewski01
@MarusykRoman
@gsferreira
@dustinmoris
@foo_fighter
@KatyCodesStuff
Dec 25, 2021 β€’ 30 tweets β€’ 8 min read
EF Core 6.0 new features. 48 code samples.

The biggest thread of mine so far. With sub-threads. The last this year.

It took me almost two months to go through many new features in EF Core 6.

Retweets are appreciated 😊

#dotnet6 #efcore6 #coding #devcommunity A new Unicode attribute
Dec 23, 2021 β€’ 14 tweets β€’ 4 min read
LINQ query enhancements in EF Core 6.0 thread.

12 features with code samples.

Retweets are appreciated 😊

#dotnet6 #efcore6 #coding #devcommunity Better support for GroupBy queries
Nov 2, 2021 β€’ 20 tweets β€’ 6 min read
A big thread of new APIs in the .NET 6. 🧡

Retweets are appreciated ☺️

#dotnet6 #coding #devcommunity #programming Reflection API for nullability information.
Oct 5, 2021 β€’ 8 tweets β€’ 3 min read
A thread about LINQ improvements in .NET 6 🧡

As always, retweets are appreciated 😌

#dotnet6 #linq #coding #devcommunity Override default value in '*OrDefault' methods.
Sep 26, 2021 β€’ 15 tweets β€’ 4 min read
All my tweets about C# 10 features in one thread. 🧡

Retweets are appreciated 😊

#dotnet #csharp #coding #devcommunity Constant interpolated strings
Sep 6, 2021 β€’ 4 tweets β€’ 2 min read
Self-contained apps are cool in #dotnet. You can bundle runtime and framework with the app. The downside is the size.

To resolve the size problem you can use app trimming.

.NET 5 introduces multiple options to trim the app.

1/4 🧡

#coding #devcommunity The assembly-level trimming leaves only used assemblies in the app.

TrimMode=CopyUsed is default when using PublishTrimmed=true.

Result: 10.8 MB.

2/4
Sep 1, 2021 β€’ 10 tweets β€’ 4 min read
🧡A thread of System.Text.Json features in the .NET 5.

Nine tweets with examples πŸ€“

Retweets are appreciated πŸ™

#dotnet #coding #devcommunity #json #programming Preserve references and handle circular references.
Aug 22, 2021 β€’ 28 tweets β€’ 8 min read
All my 26 tweets about Entity Framework Core 5.0 features in one thread for better accessibility 🧡

It's not a complete list, more features you can find by the link below πŸ‘‡

Retweets are appreciated 😊

#dotnet #efcore #coding #DEVCommunity
docs.microsoft.com/en-us/ef/core/… 1. Many-to-many relationships
Jul 25, 2021 β€’ 21 tweets β€’ 6 min read
I've been tweeting every single day about C#9 features for 20 days.

I've gathered all my tweets in one thread.

Also, I've published all examples from my graphics to GitHub. Feel free to play with code github.com/okyrylchuk/csh…

Retweets are appreciated 😊

#dotnet #csharp Target-typed new expressions