CoreCLR Alternatives
Similar projects and alternatives to CoreCLR
-
.NET Runtime
.NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.
-
Introducing .NET Multi-platform App UI (MAUI)
.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
-
Scout APM
Less time debugging, more time building. Scout APM allows you to find and fix performance issues with no hassle. Now with error monitoring and external services monitoring, Scout is a developer's best friend when it comes to application development.
-
referencesource
Source from the Microsoft .NET Reference Source that represent a subset of the .NET Framework
-
sdk
Core functionality needed to create .NET Core projects, that is shared between Visual Studio and CLI (by dotnet)
-
Windows UI Library
Windows UI Library: the latest Windows 10 native controls and Fluent styles for your applications
-
-
announcements
Subscribe to this repo to be notified of Announcements and changes in .NET Core. (by dotnet)
-
SonarLint
Clean code begins in your IDE with SonarLint. Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today.
-
-
-
ASP.NET Core
ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux.
-
-
-
-
winforms
Windows Forms is a .NET UI framework for building Windows desktop applications.
-
-
CoreCLR reviews and mentions
- Trouble with random numbers
-
Is CLR via C# still good?
Book of the Runtime
CLR via C# is about the internals of the .NET Framework through the lens of C#. It's a good book for that purpose. I read that book early on in my .NET career to do just that - learn the insides of the framework I was using. The closest equivalent is the Book of the Runtime for .NET Core/5/6.
-
Understanding dotnet
As for the books, back in the days I really enjoyed reading “CLR via C#" by Jeffrey Richter which helped a lot to understand what is under the hood. Other from that, try The Book of the Runtime
- Some books for senior software engineer?
-
New .NET 6 APIs driven by the developer community
Looks like maybe this one, but I'm not sure:
-
Do you want to see a magic trick?
They switched the JIT from using IVMaps to using Virtual Stub Dispatch.
-
.NET 6 Preview 5
Use perfcollect for Linux: https://github.com/dotnet/coreclr/blob/master/Documentation/...
-
"Did you know...?" infographics - #6 List capacity and internal array
Nitpicking terminology a bit - the capacity for List (and all of the collections in System.Collections.Generic IIRC) isn't a hint or encouragement. If you specify a capacity in the constructor the internal array will be initialized to that size. Likewise if you set the Capacity property the internal array will be resized to the value you specify.
- What is the code inside common methods?
-
Why does everything have to use interface?
Docs
-
Source of truth for List<T> sourcecode
It is explained at https://github.com/dotnet/coreclr/ .
-
C# resources for experienced programmers
Is this still up to date or is BotR better? I have the book but haven't read it yet waiting on a newer version.
-
Looking for code review or critique
Fun fact: since .NET Core 2.0, it is now safe to create many Randoms in a tight loop, because they no longer use Environment.TickCount (or anything related to the system clock). The parameterless constructor for Random was changed so that it now works in the general case where you just want random numbers and you don't care about cryptographic security or seeds. Here is the relevant PR.
Stats
Popular Comparisons
Are you hiring? Post a new remote job listing for free.