Here are
29 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)
Disassemble jitted .NET methods
ASP.NET Core 3.1 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.
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 Standard / Mono
CoFlows - Containerised Polyglot Runtime CLR, JVM, Python and Javascript
Cross-platform .NET Module/Plugin platform for Garry's Mod powered by .NET Core.
Library for hosting .NET Core in Linux, macOS, and Windows applications
.NET Core CLR (CoreCLR) and its various support & modifications
The portable version of JetBrains profiler self API for .NET Framework / .NET Core / .NET Standard
Hack to allow allocating objects in the stack
Updated
May 21, 2020
Python
C# Client Library for SparkPost Email Service
Updated
Nov 20, 2019
Shell
Engineering notes on how to attach to a .NET process on docker
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