Tag: C#

Wait, .NET is HOW old?!?

Published February 13, 2022 by Jamie Nordmeyer

Wow, the time has really flown by, hasn’t it?!? Today marks the 20th anniversary of .NET! Released on February 13th, 2002, .NET has been through…

.NET Global CLI’s

Published December 25, 2021 by Jamie Nordmeyer

UPDATE: This project has now been upgraded to .NET 8. I’ve blogged about it here Merry Christmas and Happy Holidays to everyone!!! I know that…

C# Uri Trailing Slash

Published June 9, 2019 by Jamie Nordmeyer

Many libraries that deal with pathing (taking path “fragments” and appending them together to form a larger path) do not care whether you add trailing…

.NET, DynamoDB, and DateTime

Published September 10, 2018 by Jamie Nordmeyer

There is an issue when using the AWSSDK.DynamoDBv2 NuGet package; it doesn’t like Nullable<DateTime> values. For some reason, the built in converters do not handle…