Gargantuan Gnosticplayers breach swells to 863 million records Another 26m records stolen from another six online companies brings this hacker’s total number of records to 863m from 38 websites.
Need to record a PowerShell session? Here's how on Windows 10. In this guide, we'll show you the steps to save an entire PowerShell command session to a text file on Windows 10.
robertwray.co.uk - Adding a delay to ASP.NET Core Web API methods to simulate slow or erratic networks Adding a delay to responses from Web API actions is a good way to make sure the components that call them don't break when things take longer than they expect
For contributors: unifying to fewer GitHub repos · Issue #320 · aspnet/Announcements Please use this issue for discussion. Over the next few months, we will reduce the number of repos in active development in the @aspnet organization by merging them together. We plan to condense ab...
Creating my first Azure Functions v2.0 app: a WebHook and a timer In this post I show how to create an Azure Functions app with a timer that triggers a build on Netlify, and a WebHook that subsequently clears the cache in
Writing A Compiler In Go | Thorsten Ball This is the sequel to Writing An Interpreter In Go and this time we're writing a compiler and a virtual machine for Monkey. Same codebase, same approach, new goals. Code front and center, step by step explained, fully unit tested and runnable.
.NET Design Review: GitHub Quick Reviews 00:00:00 - Approved: Make internal directory separator helpers public https://github.com/dotnet/corefx/issues/31570 00:31:15 - Approved: ColorConverter in System.ComponentModel.TypeConverters does not handle SystemColors https://github.com/dotnet/corefx/...
Writing An Interpreter In Go | Thorsten Ball In this book we will create a programming language together. We'll start with 0 lines of code and end up with a fully working interpreter for the Monkey programming language.
Core support for object pooling · Issue #12296 · dotnet/runtime We need object pooling support at a deeper level than is currently possible. The strongest evidence: Roslyn, the C# compiler itself, had to end up implementing multiple object pools to achieve perf...
Roslyn analyzers and code fixes by savpek · Pull Request #1076 · OmniSharp/omnisharp-roslyn Question 1: Actually this version is incorrect, analyzer results should likely be returned via event emitter since they may take while. Currently they are returned via CodeCheckService result which...
Port AMSI scanning for assembly loads by elinor-fung · Pull Request #23231 · dotnet/coreclr Pass all assemblies loaded from byte arrays to AmsiScanBuffer on Windows. Port from .NET Framework 4.8 Fixes #21370
Uncaught TypeError: i.Started.toUTCString is not a function · Issue #370 · MiniProfiler/dotnet I was looking to integrate MiniProfiler to an ASP.net Core 2.2 MVC app and have come across a rendering issue. This issue only affects rendering of the MiniProfiler widget and seems to be related t...
Port AMSI scanning for assembly loads · Issue #11607 · dotnet/runtime .NET Framework 4.8 includes passing all assemblies loaded from byte arrays to AmsiScanBuffer on Windows 10. This makes it more difficult for malware to hide in .NET programs We should port this to ...
Using JavaScript Interop in Blazor In this post, I show how you can interact with the JavaScript world from Razor Components and Blazor applications. As well as how to write interop code that will work for both client and server scenarios.
Resolve deadlock with `InvokeAsync` in `On` handler by mikaelm12 · Pull Request #8334 · dotnet/aspnetcore Issue: #5356 The code hubConnection.On("Send" (message) => { await hubConnection.InvokeAsync<object>("Update") }) Would deadlock because we wait on the the complet...
NVIDIA's $99 Jetson Nano is an AI computer for DIY enthusiasts NVIDIA has unveiled a $99 computer that brings AI hardware to the homebrew crowd.
.NET Core March 2019 Updates - 1.0.15, 1.1.12, 2.1.9 and 2.2.3 | .NET Blog Today, we are releasing the .NET Core March 2019 Update. These updates contain security and reliability fixes. See the individual release notes for details on included reliability fixes. .NET Core 2.2.3 and .NET Core SDK 2.2.105 ( Download | Release Note...