Apple CryptoKit | Apple Developer Documentation Perform cryptographic operations securely and efficiently.
Herding Code 235: Matthew Renze on Data Science for Software Developers – Herding Code Download / Listen: Herding Code 235: Matthew Renze on Data Science for Software Developers
Unable to build on Ubuntu 18.04 · Issue #29645 · dotnet/runtime I'm struggling to build on Ubuntu 18.04 recently. Things get going for a few minutes and then: MSBUILD : error MSB1025: An internal failure occurred while running MSBuild. System.ArgumentNullEx...
Adds inferred [Required] for non-null ref types by rynowak · Pull Request #9978 · dotnet/aspnetcore Follow up from #9194 This change adds the automatic inference of [Required] for non-nullable properties and parameters. This means that if you opt into nullable context in C#8, we'll start trea...
Validating the user password selection in Azure AD B2C by invoking Troy Hunt’s “Pwned Passwords”… I recently gave a presentation on Azure AD B2C custom policies.
Tribonacci Numbers (and the Rauzy Fractal) - Numberphile Edmund Harriss introduces a very cool tiling and talks about Tribonacci Numbers. More links & stuff in full description below ↓↓↓ Numberphile Podcast: https://www.numberphile.com/podcast Or on YouTube: http://bit.ly/Numberphile_Pod_Playlist More Edmund ...
Building a Live Reload Middleware Component for ASP.NET Core In my last way I showed how to use Live Reload in ASP.NET Server side applications using a tool called BrowserSync. In this post I replace BrowserSync's functionality with a custom Live Reload Middleware component for ASP.NET Core that's more efficient an...
Cryptography and Your Apps - WWDC 2019 - Videos - Apple Developer System frameworks encrypt both data at rest and data in transit in a transparent way for you. This functionality is available by simply...
Collection<T> and ObservableCollection<T> do not support ranges · Issue #18087 · dotnet/runtime Update 10/04/2018 @ianhays and I discussed this and we agree to add this 6 APIs for now: // Adds a range to the end of the collection. // Raises CollectionChanged (NotifyCollectionChangedAction.Add...
ltrzesniewski/LocalsInit.Fody Control the value of the localsinit flag on methods. - ltrzesniewski/LocalsInit.Fody
Fixing Random, part 33 Last time on FAIC I showed why our naïve implementation of computing the expected value can be fatally flawed: there could be a “black swan” region where the “profit” functi…
Add Span<T>.Sort(...) by changing Array.Sort internals to be Span based by nietras · Pull Request #24419 · dotnet/coreclr After the exercise in futility of my previous PRs #16986 (and dotnet/corefx#26859), where I tried adding Sort(...) in as performant a way as possible in C# code only (using refs throughout and wit...
Rocket League kickoff strategy that really works* with random teammates who don't know the strategy *works about 1% of the time Diamond 1 or 2 standard competitive
microsoft/dotnet This repo is the official home of .NET on GitHub. It's a great starting point to find many .NET OSS projects from Microsoft and the community, including many that are part of the .NET Foundatio...