RNGCryptoServiceProvider offers unappropriate API · Issue #30341 · dotnet/runtime The RNGCryptoServiceProvider should have an API that provides all the convenience methods of the standard Random class. It looks ridiculous having an example code snippet that is 34 lines longer th...
Developing your personal brand with Troy Hunt I have a chat with Troy Hunt, creator of Have I Been Pwned about developing your personal brand. Troy's answers to my questions can be related to anyone who is a public figure, even if it's a fraction of what Troy does such as blog or Twitter comments. N...
Equifax Data Breach Settlement In September of 2017, Equifax announced a data breach that exposed the personal information of 147 million people. The company has agreed to a global settlement with the Federal Trade Commission, the Consumer Financial Protection Bureau, and 50 U.S. state...
scrollbar-width The scrollbar-width property allows the author to set the maximum thickness of an element’s scrollbars when they are shown.
Visual Studio 2019 version 16.2 Generally Available and 16.3 Preview 1 | Visual Studio Blog What's new in version 16.2 and 16.3 Preview 1 release of Visual Studio 2019. Test Explorer, search, C++ linker build times, and .NET Core 3.0
Serializers: Add System.Text.Json benchmarks for comparison. by NickCraver · Pull Request #701 · dotnet/performance This is an attempt to add System.Text.Json's JSON serialization to the comparison microbenchmarks. We're trying to get an apples to apples comparison of serializers we can use in .NET Core...
Link’s Awakening disassembly progress report – week 5 – Kzone - This article is part of an ongoing “Disassembling Link’s Awakening” series, where I attempt to gain some understanding on how special effects were implemented in this game.
Live Flight Tracker - Real-Time Flight Tracker Map | Flightradar24 The world’s most popular flight tracker. Track planes in real-time on our flight tracker map and get up-to-date flight status & airport information.
Pragmatic Performance: When to care about perf, and what to do about it - David Wengier As a developer you often here both that performance is important, but also that you shouldn't worry about performance up front, so when is the right time to think about it? And if the time is right, what are you actually supposed to do? If you're interes...