Pinned Repositories
1brc
dotnet-api-docs
.NET API reference documentation (.NET Framework, .NET Core, .NET Standard and Xamarin)
runtime
.NET is a cross-platform runtime for cloud, IoT, and desktop apps.
symstore
Implements API for publishing and retrieval of symbols and other debug artifacts from symbol store.
noahfalk's Repositories
noahfalk/1brc
noahfalk/symstore
Implements API for publishing and retrieval of symbols and other debug artifacts from symbol store.
noahfalk/dotnet-api-docs
.NET API reference documentation (.NET Framework, .NET Core, .NET Standard and Xamarin)
noahfalk/runtime
.NET is a cross-platform runtime for cloud, IoT, and desktop apps.
noahfalk/ActivitiesExperiment
Exploring potential changes to System.Diagnostics.Activity
noahfalk/AddNumbers
A toy project for experimentation
noahfalk/ApplicationInsights-dotnet
ApplicationInsights-dotnet
noahfalk/aspnetcore
ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux.
noahfalk/CLRInstrumentationEngine
The CLR Instrumentation Engine is a cooperation profiler that allows running multiple profiling extensions in the same process.
noahfalk/clrmd
Microsoft.Diagnostics.Runtime is a set of APIs for introspecting processes and dumps.
noahfalk/core-setup
Installer packages for the .NET Core runtime and libraries
noahfalk/coreclr
This repo contains the .NET Core runtime, called CoreCLR, and the base library, called mscorlib. It includes the garbage collector, JIT compiler, base .NET data types and many low-level classes.
noahfalk/corefx
This repo contains the .NET Core foundational libraries, called CoreFX. It includes classes for collections, file systems, console, XML, async and many others.
noahfalk/dd-trace-dotnet
.NET Tracer for Datadog APM
noahfalk/designs
This repo is used for reviewing new .NET designs.
noahfalk/diagnostics
This repository contains the source code for various .NET Core runtime diagnostic tools and documents.
noahfalk/docs
This repository contains .NET Documentation.
noahfalk/dotnet
This repo is the official home of .NET on GitHub. It's a great starting point to find many .NET OSS projects from Microsoft and the community, including many that are part of the .NET Foundation.
noahfalk/extensions
This repository contains a suite of libraries that provide facilities commonly needed when creating production-ready applications.
noahfalk/JitBench
Repo for testing JIT stuff
noahfalk/opentelemetry-dotnet
The OpenTelemetry .NET Client
noahfalk/oteps
OpenTelemetry Enhancement Proposals
noahfalk/performance
This repo contains benchmarks used for testing the performance of all .NET Runtimes
noahfalk/perfview
PerfView is a CPU and memory performance-analysis tool
noahfalk/QueueDown
noahfalk/reverse-proxy
A toolkit for developing high-performance HTTP reverse proxy applications.
noahfalk/runfo
Collection of utilities for working with our devops infrastructure
noahfalk/runtimelab
This repo is for experimentation and exploring new ideas that may or may not make it into the main dotnet/runtime repo.
noahfalk/samples
Sample code referenced by the .NET documentation
noahfalk/sdk
Core functionality needed to create .NET Core projects, that is shared between Visual Studio and CLI