C# - DateTimeOffset versus DateTime, why use offsets?

DateTime [https://docs.microsoft.com/en-us/dotnet/api/system.datetime?view=netframework-4.8] and DatimeTimeOffset [https://docs.microsoft.com/en-us/dotnet/api/system.datetimeoffset?view=netframework-4. »

Peter Daugaard Rasmussen Peter Daugaard Rasmussen on C#

C# - What does boxing and unboxing mean?

In this blogpost I will try to make a simple to understand description and example of boxing and unboxing. In order to understand what boxing and »

Peter Daugaard Rasmussen Peter Daugaard Rasmussen on C#