SaaSHub helps you find the best software and product alternatives Learn more →
CoreCLR Alternatives
Similar projects and alternatives to CoreCLR
-
.NET Runtime
.NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.
-
sdk
Core functionality needed to create .NET Core projects, that is shared between Visual Studio and CLI (by dotnet)
-
Onboard AI
Learn any GitHub repo in 59 seconds. Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev.
-
referencesource
Source from the Microsoft .NET Reference Source that represent a subset of the .NET Framework
-
AspNetCore-Developer-Roadmap
Roadmap to becoming an ASP.NET Core developer in 2023
-
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.
-
-
Windows UI Library
Windows UI Library: the latest Windows 10 native controls and Fluent styles for your applications
-
InfluxDB
Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.
-
-
-
ASP.NET Core
ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux.
-
Avalonia
Develop Desktop, Embedded, Mobile and WebAssembly apps with C# and XAML. The most popular .NET Foundation community project.
-
FrameworkBenchmarks
Source for the TechEmpower Framework Benchmarks project
-
-
homebrew-core
🍻 Default formulae for the missing package manager for macOS (or Linux)
-
winforms
Windows Forms is a .NET UI framework for building Windows desktop applications.
-
-
-
omnisharp-vscode
Official C# support for Visual Studio Code [Moved to: https://github.com/dotnet/vscode-csharp]
-
-
announcements
Subscribe to this repo to be notified of Announcements and changes in .NET Core. (by dotnet)
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
CoreCLR reviews and mentions
-
Best .net/c# resources for senior engineer
Sort of, some topic are not relevant anymore, consider this - https://github.com/dotnet/coreclr/tree/master/Documentation/botr
-
.NET 6 is now in Ubuntu 22.04
Technically the restrictions already exist, just as a part of the development experience.
- .NET Hot Reload is only implemented on Windows. It requires support in the .NET runtime, which is technically possible to implement, but the team has not gotten around to implementing it for years. This doesn't have to do with the issue around MS removing the "dotnet watch" command, it's for the "Edit and Continue" feature in IDEs.[1][2]
- MS was considering deprecating Omnisharp, the open-source language server that implements C# support for VS Code, and replacing it with a closed-source version. Since the announcement, commits to omnisharp-vscode have dropped off significantly. The lack of Omnisharp would mean there would be no real open-source C# development environment for Linux anymore, since MonoDevelop was abandoned a few years ago. [3]
[1] https://youtrack.jetbrains.com/issue/RIDER-31366/EditContinu...
[2] https://github.com/dotnet/coreclr/issues/23685
[3] https://github.com/omnisharp/omnisharp-vscode/issues/5276
-
what a .NET specialist should know
The next step is to realize everything you think you know about .NET is just an abstraction. Next step is to learn about what is going on behind all that syntax sugar and facades. 1st step might be https://github.com/dotnet/coreclr/tree/master/Documentation/botr then go down the rabbit hole and have fun
-
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.
-
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?
-
A note from our sponsor - #<SponsorshipServiceOld:0x00007f0fa19c6ac8>
www.saashub.com | 29 Nov 2023