In the third part of the series about C# 8, I will look at nullable reference types and indexes/ranges features.
[Read More]
Looking Back - What Happened In C# 8 Part 2
This post is the second part of the series about C# 8.
[Read More]
Looking Back - What Happened In C# 8 Part 1
I decided to write article series about .Net Core 3.0. It is the first part of the subseries about C# 8.
[Read More]
Looking Back - What Happened In .Net Core 3.0
I decided to write article series about .Net Core 3.0 and further versions. It will help me revise changes that happened in the last several years with .Net Core and may be helpful for someone else.
[Read More]
Work with Time Zones on different OS with .Net Core
Let’s say you need to work with time zones in your .Net Core app and convert the date from UTC to a specific time zone or vice versa if you have a Windows development environment and a Linux production environment. What can go wrong?
[Read More]