Blog posts tagged with: ASP.NET 4.72

Some maths problems from .NET 4.72 and earlier are still present in .NET Core 2.2, also Dictionary problem in .NET 4.72

by Patrick Lee on 01 May 2019 in categories tech with tags dictionary ASP.NET 4.72 maths ASP.NET Core

For many years, I and colleagues have been aware that the treatment of maths in .NET (and even before that in C++) can lead to code FAILING SILENTLY. That is: the code stops working normally, but instead of stopping and letting the user know that there is a problem, it ...