Here are
31 public repositories
matching this topic...
CoreCLR is the runtime for .NET Core. It includes the garbage collector, JIT compiler, primitive data types and low-level classes.
PeachPie - the PHP compiler and runtime for .NET and .NET Core
.NET Platform Architecture book (English, Chinese, Russian)
Microsoft Build Accelerator
.NET DllExport with .NET Core support (aka 3F/DllExport)
ASP.NET Core 5.0 Web Application using MySQL with Entity Framework
ASP.NET Core 3.1 Web Application using PostgreSQL with Entity Framework
BPerf is a Cloud Profiling system used by Bing.com based on CoreCLR Profiling APIs & Event Tracing for Windows.
This C++ app allows to run custom C# method from compiled C# .dll on Linux and OS X using coreCLR.
Cross-platform .NET Module/Plugin platform for Garry's Mod powered by .NET Core.
CoFlows - Containerised Polyglot Runtime CLR, JVM, Python and Javascript
A small demo web app (api) on .NET Core, NancyFX & Dapper
.NET Core 2.1 Console Application using SQLite with Entity Framework and Dependency Injection
The portable version of JetBrains profiler API for .NET Framework / .NET Core / .NET / .NET Standard / Mono
Library for hosting .NET Core in Linux, macOS, and Windows applications
The portable version of JetBrains profiler self API for .NET Framework / .NET Core / .NET / .NET Standard
Load a C# assembly from a native executable or a shared library
.NET Core CLR (CoreCLR) and its various support & modifications
A tiny hack of the System.Private.CoreLib to provide an Unmanaged EmitCalli implementation at the .NET Standard 2.0 layer.
Updated
Dec 28, 2020
Java
Hack to allow allocating objects in the stack
C# Client Library for SparkPost Email Service
Updated
Nov 20, 2019
Shell
Improve this page
Add a description, image, and links to the
coreclr
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
coreclr
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
C# has multiple types and ways of expressing a linear collection of finite data (that is, a type that contains n instances of some type
T
). Passing this collection to native code typically requires the user to contain it in an array, pin it, and acquire a pointer to the first element of the array.Traditional P/Invoke allows a user to pass an array directly, and performs these operations un