dotnet/coreclr CoreCLR is the runtime for .NET Core. It includes the garbage collector, JIT compiler, primitive data types and low-level classes. - dotnet/coreclr
Creating a custom xUnit theory test DataAttribute to load data from JSON files In this post I'll show how you can create a custom implementation of an xUnit DataAttribute that loads the data for theory tests from JSON files.
Split the big jit files to allow better GitHub experience. · Issue #13359 · dotnet/runtime GitHub doesn't support showing huge files, for example, https://github.com/dotnet/coreclr/blob/master/src/jit/flowgraph.cpp has 25680 lines, but GitHub will show you only the first 14908. And i...
Careers Behind the Code with Maoni Stephens For this month's episode we have Maoni Stephens, the owner for the .NET GC. She's a deep domain expert in garbage collection for over 15 years and has a lot of interesting learnings to share about b
Should We Trust Microsoft With Linux? There is a vocal minority of desktop Linux user community that frowns at Microsoft’s involvement with the Linux kernel. These skeptics ignore the fact that these 'Microsoft' developers are “Linux developers” first and employee for some company second. It’...
Announcing .NET Core 3.0 Preview 9 | .NET Blog Today, we’re announcing .NET Core 3.0 Preview 9. Just like with Preview 8, we’ve focused on polishing .NET Core 3.0 for a final release and aren’t adding new features. If these final builds seem less exciting than earlier previews, that’s by design.
ASP.NET Blog | ASP.NET Core and Blazor updates in .NET Core 3.0 Preview 9 .NET Core 3.0 Preview 9 is now available and it contains a number of improvements and updates to ASP.NET Core and Blazor. Here’s the list of what’s new in this preview: Blazor event handlers and data binding attributes moved to Microsoft.AspNetCore.Compo...
What is Dark? Dark is a holistic language, editor, and infrastructure, for building backend web services. Our goal is to make coding 100x easier.
Absence of 'unsafe' C# keyword/switch does not guarantee type or memory safety. Absence of 'unsafe' C# keyword/switch does not guarantee type or memory safety. - UnsafeWithoutKeyword.cs
Custom internal calls in .NET Core hosting · Issue #11941 · dotnet/runtime P/Invoke is not so efficient as internal calls when working with frequent native code calls, for instance, game scripting runtime. Internal calls in CoreCLR are hard coded in ecalllist.h and limite...
Conditionally remove the GC transition from a P/Invoke by AaronRobinsonMSFT · Pull Request #26458 · dotnet/coreclr This has been tested with a simple native function BOOL NextUInt(DWORD *t) and works in all scenarios: public static class NativeLibrary { [DllImport(nameof(NativeLibrary), EntryPoint = "N...
XKCD forum data breach impacted 562,000 subscribers The popular webcomic platform XKCD has suffered a data breach that exposed data of its forum users, the incident impacted 562,000 subscribers.
r/Twitter - About half the gifs on twitter show one frame then go black. [firefox] 3 votes and 5 comments so far on Reddit
Attribute for minimal runtime impact during an unmanaged call · Issue #30741 · dotnet/runtime The work in dotnet/coreclr#26458 is about exposing a way for users to indicate to the runtime that the P/Invoke (unmanaged call) is well-behaved (see API below) enough that the runtime doesn't ...
Get Ghostly - Microsoft Store Download this app from Microsoft Store for Windows 10, Windows 10 Team (Surface Hub), HoloLens. See screenshots, read the latest customer reviews, and compare ratings for Ghostly.
Over 328,000 Users Hit by Foxit Data Breach | SecurityWeek.Com Over 328,000 users were affected by a data breach that involved hackers gaining access to Foxit “My Account” information.
Reynolds Number - Numberphile Second of three videos we're doing on Navier Stokes and related fluid stuff... featuring Tom Crawford. More links & stuff in full description below ↓↓↓ Playlist: http://bit.ly/NavierPlaylist Part 1 (Navier-Stokes): https://youtu.be/ERBVFcutl3M Part 3 (Ri...
natemcmaster/CommandLineUtils Command line parsing and utilities for .NET. Contribute to natemcmaster/CommandLineUtils development by creating an account on GitHub.
ghuntley/serverless-to-cgi-bin A browser extension that replaces occurrences of 'serverless' with 'cgi-bin' - ghuntley/serverless-to-cgi-bin
Zero PMK Installation (CVE-2019-12587) | Garbelini M. E. Hijacking ESP32/ESP8266 clients connected to enterprise networks
10 Personal Finance Lessons for Technology Professionals 10 Personal Finance Lessons for Technology Professionals *** https://www.troyhunt.com/10-personal-finance-lessons-for-technology-professionals/ Thanks for viewing my YouTube Channel. This video has been indexed with Threelly AI: https://chrome.google.c...
32-Bit Apps 'Not Optimized for Your Mac' No Longer Working on macOS Catalina When macOS Mojave was announced, Apple warned that it would be the last version of macOS that would support older 32-bit apps. Apple has been phasing...
Static TypeScript: An Implementation of a Static Compiler for the TypeScript Language - Microsoft Research Static TypeScript is designed to be useful in practice (especially in education), while being amenable to static compilation targeting small devices.