CLR

Open-source projects categorized as CLR

Top 9 CLR Open-Source Projects

  1. awesome-dotnet

    A collection of awesome .NET libraries, tools, frameworks and software

    Project mention: My journey in open-source library development | dev.to | 2024-10-13

    On GitHub, there is a special type of repository called "awesome" — these are collections of links and resources compiled on specific topics, for example, awesome-dotnet. My goal was to promote my library in each of these repositories. Although this was not an easy task — a library with 10-15 stars on GitHub does not attract much interest — I still managed to get into several of them. This significantly increased user traffic and drew attention to my project.

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. .NET Runtime

    .NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.

    Project mention: What Makes Code Hard to Read: Visual Patterns of Complexity (2023) | news.ycombinator.com | 2025-03-11

    > by this metric

    False equivalence. You're saying that the statement "both for.. append" and ".map()" executing the _same steps_ in the _same order_ are the same is equivalent to saying that two statements being composed of cmp,jmp, etc (in totally different ways) are the same. That is a dishonest argument.

    > Distinct could sort and look for consecutive, it could use a hashmap

    People love happy theories like this, but find me one implementation that does this. For example, here is the distinct() implementation in the most abstraction-happy language that I know - C#

    https://github.com/dotnet/runtime/blob/main/src%2Flibraries%...

    It unconditionally uses a hashset regardless of input.

  4. PythonNet

    Python for .NET is a package that gives Python programmers nearly seamless integration with the .NET Common Language Runtime (CLR) and provides a powerful application scripting tool for .NET developers.

    Project mention: Running a Compiled Python Script from C# Applications | dev.to | 2024-09-15

    Using Python.NET simplifies the process of integrating Python with C#. You can leverage the capabilities of Python directly from your C# applications, making it possible to use Python's extensive libraries and simplicity alongside C#'s strong performance and robust framework.

  5. nf-interpreter

    :gear: nanoFramework Interpreter, CLR, HAL, PAL and reference target boards

  6. ironpython-stubs

    Autocomplete stubs for common IronPython/.NET libraries

  7. dr-dotnet

    🩺 One-click diagnosis of your dotnet applications. Works both locally or remotely as a web service. Based on the lowest level dotnet profiling APIs and using the rust language 🦀 for a minimal runtime penalty.

  8. Novus

    Low-level utilities and tools for working with the CLR and memory. (by Decimation)

  9. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  10. ManagedCorProfiler

    Prototype NET (CLR) Profiler written in C#

  11. sql-clr-ics

    Send Calendar Event / Appointment Invitations (iCal formatted file) from within SQL Server using a CLR stored procedure

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

CLR discussion

Log in or Post with

CLR related posts

  • What Makes Code Hard to Read: Visual Patterns of Complexity (2023)

    4 projects | news.ycombinator.com | 11 Mar 2025
  • An Attempt to Catch Up with JIT Compilers

    1 project | news.ycombinator.com | 3 Mar 2025
  • # Bugs and suspicious places in \.NET 9 source code

    1 project | dev.to | 7 Feb 2025
  • Inheritance and Subtyping

    1 project | news.ycombinator.com | 2 Feb 2025
  • BrainFlood: Runtime code generation via reflection in .NET

    3 projects | news.ycombinator.com | 28 Jan 2025
  • What is GCHandle in C#? (Part 1)

    1 project | dev.to | 5 Jan 2025
  • The Humble for Loop in Rust

    3 projects | news.ycombinator.com | 12 Dec 2024
  • A note from our sponsor - CodeRabbit
    coderabbit.ai | 26 Mar 2025
    Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR. Learn more →

Index

What are some of the best open-source CLR projects? This list will help you:

# Project Stars
1 awesome-dotnet 19,898
2 .NET Runtime 16,002
3 PythonNet 4,964
4 nf-interpreter 316
5 ironpython-stubs 251
6 dr-dotnet 79
7 Novus 36
8 ManagedCorProfiler 25
9 sql-clr-ics 10

Sponsored
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai