René's URL Explorer Experiment


Title: Open Source .NET Libraries and AI Tools — Managed Code

Open Graph Title: Open Source .NET Libraries and AI Tools — Managed Code

X Title: Open Source .NET Libraries and AI Tools — Managed Code

Description: 30+ open-source .NET libraries, AI frameworks, and developer tools built by the Managed Code team. Storage, Orleans extensions, GraphRAG, and more.

Open Graph Description: 30+ open-source .NET libraries, AI frameworks, and developer tools built by the Managed Code team. Storage, Orleans extensions, GraphRAG, and more.

X Description: 30+ open-source .NET libraries, AI frameworks, and developer tools built by the Managed Code team. Storage, Orleans extensions, GraphRAG, and more.

Mail addresses
hello@managed-code.com?subject=hello@managed-code.com

Generator: Webflow

direct link

Domain: managed-code.com


Hey, it has json ld scripts:
{
  "@context": "https://schema.org",
  "@type": "CollectionPage",
  "name": "Open Source .NET Libraries and AI Tools",
  "description": "30+ open-source .NET libraries, AI frameworks, and developer tools built by the Managed Code team. Storage, Orleans extensions, GraphRAG, and more.",
  "url": "/open-source",
  "inLanguage": "en",
  "about": {
    "@type": "Organization",
    "name": "Managed Code",
    "url": "https://github.com/managedcode",
    "sameAs": [
      "https://www.linkedin.com/company/managed-code/",
      "https://www.instagram.com/managedcode/",
      "https://www.behance.net/managed-code",
      "https://dribbble.com/managed-code/shots",
      "https://github.com/managedcode",
      "https://www.upwork.com/agencies/managedcode/",
      "https://www.youtube.com/@managed-code"
    ],
    "email": "hello@managed-code.com",
    "member": [
      {
        "@type": "Person",
        "name": "Konstantin Semenenko",
        "jobTitle": "CTO and Co-Founder",
        "sameAs": "https://www.linkedin.com/in/ksemenenk0/"
      },
      {
        "@type": "Person",
        "name": "Elena Kondratenko",
        "jobTitle": "Chief Product & Design Officer, Co-Founder",
        "sameAs": "https://www.linkedin.com/in/elena-kondratenko/"
      },
      {
        "@type": "Person",
        "name": "Alina Kostiuk",
        "jobTitle": "COO",
        "sameAs": "https://www.linkedin.com/in/alina-kostiuk/"
      }
    ]
  },
  "mainEntity": {
    "@type": "ItemList",
    "name": "Open Source Projects by Managed Code",
    "description": "Collection of 30+ open-source .NET libraries, AI frameworks, and developer tools",
    "numberOfItems": 20,
    "itemListElement": [
      {
        "@type": "SoftwareSourceCode",
        "name": "GraphRAG",
        "description": "Graph-based RAG in C# that links documents through entity relationships — so when key information lives in a separate document, the entity graph finds it rather than relying on keyword overlap alone. Powers several client AI agent projects.",
        "codeRepository": "https://github.com/managedcode/graphrag",
        "programmingLanguage": "C#"
      },
      {
        "@type": "SoftwareSourceCode",
        "name": "MCP Gateway",
        "description": "Searchable MCP and AI tool gateway built on Microsoft.Extensions.AI — finds the right tool using embeddings, falls back to lexical search, and runs tools from multiple AI providers through one unified interface.",
        "codeRepository": "https://github.com/managedcode/MCPGateway",
        "programmingLanguage": "C#"
      },
      {
        "@type": "SoftwareSourceCode",
        "name": ".NET Skills",
        "description": "Open repository of installable skills for Codex, Claude Code, GitHub Copilot, and Gemini. Browse, install, and share ready-made agent behaviors through a CLI instead of writing prompts from scratch.",
        "codeRepository": "https://github.com/managedcode/dotnet-skills",
        "programmingLanguage": "C#"
      },
      {
        "@type": "SoftwareSourceCode",
        "name": "MLXSharp",
        "description": "First .NET wrapper for Apple MLX, integrated with Microsoft.Extensions.AI — runs ML models locally on Apple Silicon through familiar .NET interfaces with prebuilt native binaries for macOS and Linux.",
        "codeRepository": "https://github.com/managedcode/MLXSharp",
        "programmingLanguage": "C#"
      },
      {
        "@type": "SoftwareSourceCode",
        "name": "CodexSharpSDK",
        "description": "CLI-first .NET SDK for OpenAI Codex with typed thread API, streamed JSONL events, and structured outputs.",
        "codeRepository": "https://github.com/managedcode/CodexSharpSDK",
        "programmingLanguage": "C#"
      },
      {
        "@type": "SoftwareSourceCode",
        "name": "ClaudeCodeSharpSDK",
        "description": "CLI-first .NET SDK for Claude Code with typed thread API, streamed JSONL events, and structured outputs.",
        "codeRepository": "https://github.com/managedcode/ClaudeCodeSharpSDK",
        "programmingLanguage": "C#"
      },
      {
        "@type": "SoftwareSourceCode",
        "name": "GeminiSharpSDK",
        "description": "CLI-first .NET SDK for Google Gemini CLI with typed thread API, streamed JSONL events, and structured outputs.",
        "codeRepository": "https://github.com/managedcode/GeminiSharpSDK",
        "programmingLanguage": "C#"
      },
      {
        "@type": "SoftwareSourceCode",
        "name": "Presidio",
        "description": "C# framework for finding and removing sensitive data in text, images, and structured data — NLP, pattern matching, and custom pipelines for compliance use cases.",
        "codeRepository": "https://github.com/managedcode/presidio",
        "programmingLanguage": "C#"
      },
      {
        "@type": "SoftwareSourceCode",
        "name": "MarkItDown",
        "description": "Converts Word, Excel, PowerPoint, PDF, and HTML to clean Markdown for RAG pipelines and knowledge management systems that need clean text from messy source files.",
        "codeRepository": "https://github.com/managedcode/markitdown",
        "programmingLanguage": "C#"
      },
      {
        "@type": "SoftwareSourceCode",
        "name": "Storage",
        "description": "Unified .NET interface for Azure Blob, AWS S3, and Google Cloud Storage — one consistent API, no rewrites when switching providers. Handles millions of file operations daily in production.",
        "codeRepository": "https://github.com/managedcode/Storage",
        "programmingLanguage": "C#"
      },
      {
        "@type": "SoftwareSourceCode",
        "name": "Communication",
        "description": "Railway-oriented result pattern replacing exceptions with type-safe return values. ASP.NET Core integration with RFC 7807 Problem Details and built-in pagination for explicit error handling.",
        "codeRepository": "https://github.com/managedcode/Communication",
        "programmingLanguage": "C#"
      },
      {
        "@type": "SoftwareSourceCode",
        "name": "MimeTypes",
        "description": "Strongly-typed MIME type properties in C# — compile-checked values instead of error-prone string literals scattered across the codebase.",
        "codeRepository": "https://github.com/managedcode/MimeTypes",
        "programmingLanguage": "C#"
      },
      {
        "@type": "SoftwareSourceCode",
        "name": "MAYIAppVersion",
        "description": "GitHub Action that automates version bumps in CI/CD pipelines for .NET MAUI applications, removing the manual version management step from your release process.",
        "codeRepository": "https://github.com/managedcode/MAUIAppVersion",
        "programmingLanguage": "C#"
      },
      {
        "@type": "SoftwareSourceCode",
        "name": "Orleans.SignalR",
        "description": "Real-time SignalR in distributed Orleans systems without a separate backplane — simplifies deployment and reduces operational overhead in multi-silo setups.",
        "codeRepository": "https://github.com/managedcode/Orleans.SignalR",
        "programmingLanguage": "C#"
      },
      {
        "@type": "SoftwareSourceCode",
        "name": "Orleans.RateLimiting",
        "description": "Rate limiting algorithms built specifically for Orleans using grain-aware throttling — controls request flow across multi-silo applications.",
        "codeRepository": "https://github.com/managedcode/Orleans.RateLimiting",
        "programmingLanguage": "C#"
      },
      {
        "@type": "SoftwareSourceCode",
        "name": "Orleans.Identity",
        "description": "ASP.NET Identity on top of Orleans with cross-cluster session management — authentication state follows users regardless of which silo handles their request.",
        "codeRepository": "https://github.com/managedcode/Orleans.Identity",
        "programmingLanguage": "C#"
      },
      {
        "@type": "SoftwareSourceCode",
        "name": "Orleans.StateMachine",
        "description": "Enforces valid state transitions in distributed workflows — grew out of production systems where uncontrolled transitions caused cascading failures difficult to trace.",
        "codeRepository": "https://github.com/managedcode/Orleans.StateMachine",
        "programmingLanguage": "C#"
      },
      {
        "@type": "SoftwareSourceCode",
        "name": "Orleans.Graph",
        "description": "Manages and validates grain call transitions — define which communication patterns between grains are allowed and catch unexpected call paths before they cause problems.",
        "codeRepository": "https://github.com/managedcode/Orleans.Graph",
        "programmingLanguage": "C#"
      },
      {
        "@type": "SoftwareApplication",
        "name": "Prompter",
        "description": "A complete teleprompter studio in .NET 10 and Blazor WebAssembly. Script authoring, RSVP rehearsal, and live recording — everything runs in the browser with no server, accounts, or cloud storage.",
        "url": "https://prompter.managed-code.com/",
        "applicationCategory": "DeveloperApplication"
      },
      {
        "@type": "SoftwareApplication",
        "name": "DotPilot",
        "description": "A local-first desktop app running AI agents on your machine. Built on Microsoft Orleans and the Microsoft Agent Framework — one control plane for multiple agents.",
        "url": "https://dotpilot.managed-code.com/",
        "applicationCategory": "DeveloperApplication"
      }
    ]
  }
}

og:imagehttps://cdn.prod.website-files.com/688f7bda1c356f908eddb8fb/68c009a90b90463e37119379_Home.png
og:typewebsite
twitter:cardsummary_large_image

Links:

https://managed-code.com/
homehomehttps://managed-code.com/
case studiescase studieshttps://managed-code.com/case-studies
aboutabouthttps://managed-code.com/about
open-sourceopen-sourcehttps://managed-code.com/open-source
PortfolioPortfoliohttps://managed-code.com/portfolio
BlogBloghttps://managed-code.com/blog
ServicesServiceshttps://managed-code.com/services
Let's ConnectLet's Connecthttps://managed-code.com/contact
Managed CodeManaged Codehttps://managed-code.com/
Homehttps://managed-code.com/
abouthttps://managed-code.com/about
case studieshttps://managed-code.com/case-studies
portfoliohttps://managed-code.com/portfolio
open-sourcehttps://managed-code.com/open-source
bloghttps://managed-code.com/blog
serviceshttps://managed-code.com/services
Let's Connecthttps://managed-code.com/contact
https://www.linkedin.com/company/managed-code/
https://www.instagram.com/managedcode/
https://github.com/managedcode
View on GitHubView on GitHubhttps://github.com/managedcode
Work with usWork with us https://outlook.office365.com/book/ManagedCode1@managed-code.com/?ismsaljsauthenabled=true
GraphRAGGraph-based RAG in C# that links documents through entity relationships — so when key information lives in a separate document, the entity graph finds it rather than relying on keyword overlap alone. Powers several client AI agent projects.https://github.com/managedcode/graphrag
MCP GatewaySearchable MCP and AI tool gateway built on Microsoft.Extensions.AI — finds the right tool using embeddings, falls back to lexical search, and runs tools from multiple AI providers through one unified interface.https://github.com/managedcode/MCPGateway
.NET SkillsOpen repository of installable skills for Codex, Claude Code, GitHub Copilot, and Gemini. Browse, install, and share ready-made agent behaviors through a CLI instead of writing prompts from scratch.★ 250https://github.com/managedcode/dotnet-skills
MLXSharpFirst .NET wrapper for Apple MLX, integrated with Microsoft.Extensions.AI — runs ML models locally on Apple Silicon through familiar .NET interfaces with prebuilt native binaries for macOS and Linux.https://github.com/managedcode/MLXSharp
CodexSharpSDKCLI-first .NET SDK for OpenAI Codex with typed thread API, streamed JSONL events, and structured outputs.https://github.com/managedcode/CodexSharpSDK
ClaudeCodeSharpSDKCLI-first .NET SDK for Claude Code with typed thread API, streamed JSONL events, and structured outputs.https://github.com/managedcode/ClaudeCodeSharpSDK
GeminiSharpSDKCLI-first .NET SDK for Google Gemini CLI with typed thread API, streamed JSONL events, and structured outputs.https://github.com/managedcode/GeminiSharpSDK
PresidioC# framework for finding and removing sensitive data in text, images, and structured data — NLP, pattern matching, and custom pipelines for compliance use cases.https://github.com/managedcode/presidio
MarkItDownConverts Word, Excel, PowerPoint, PDF, and HTML to clean Markdown for RAG pipelines and knowledge management systems that need clean text from messy source files.https://github.com/managedcode/markitdown
StorageUnified .NET interface for Azure Blob, AWS S3, and Google Cloud Storage — one consistent API, no rewrites when switching providers. Handles millions of file operations daily in production.★ 132https://github.com/managedcode/Storage
CommunicationRailway-oriented result pattern replacing exceptions with type-safe return values. ASP.NET Core integration with RFC 7807 Problem Details and built-in pagination for explicit error handling.★ 88https://github.com/managedcode/Communication
MimeTypesStrongly-typed MIME type properties in C# — compile-checked values instead of error-prone string literals scattered across the codebase.https://github.com/managedcode/MimeTypes
Orleans.SignalRReal-time SignalR in distributed Orleans systems without a separate backplane — simplifies deployment and reduces operational overhead in multi-silo setups.★ 34https://github.com/managedcode/Orleans.SignalR
Orleans.RateLimitingRate limiting algorithms built specifically for Orleans using grain-aware throttling — controls request flow across multi-silo applications.★ 29https://github.com/managedcode/Orleans.RateLimiting
Orleans.IdentityASP.NET Identity on top of Orleans with cross-cluster session management — authentication state follows users regardless of which silo handles their request.★ 20https://github.com/managedcode/Orleans.Identity
Orleans.StateMachineEnforces valid state transitions in distributed workflows — grew out of production systems where uncontrolled transitions caused cascading failures difficult to trace.★ 16https://github.com/managedcode/Orleans.StateMachine
Orleans.GraphManages and validates grain call transitions — define which communication patterns between grains are allowed and catch unexpected call paths before they cause problems.★ 12https://github.com/managedcode/Orleans.Graph
Browser-nativehttps://prompter.managed-code.com/
prompter.managed-code.comprompter.managed-code.comhttps://prompter.managed-code.com/
Local-first AIhttps://dotpilot.managed-code.com/
dotpilot.managed-code.comdotpilot.managed-code.comhttps://dotpilot.managed-code.com/
AI governancehttps://mcaf.managed-code.com/
mcaf.managed-code.commcaf.managed-code.comhttps://mcaf.managed-code.com/
File formathttps://tps.managed-code.com/
tps.managed-code.comtps.managed-code.comhttps://tps.managed-code.com/
Konstantin SemenenkoСТO and Co-Founderhttps://www.linkedin.com/in/ksemenenk0/
Elena KondratenkoChief Product & Design Officer, Co-Founderhttps://www.linkedin.com/in/elena-kondratenko/
Alina KostiukCOO https://www.linkedin.com/in/alina-kostiuk/
managed codehttps://managed-code.com/
Book a 15-min callBook a 15-min call https://outlook.office365.com/book/ManagedCode1@managed-code.com/?ismsaljsauthenabled=true
Homehttps://managed-code.com/
Abouthttps://managed-code.com/about
Case Studieshttps://managed-code.com/case-studies
Portfoliohttps://managed-code.com/portfolio
Serviceshttps://managed-code.com/services
Portfoliohttps://managed-code.com/portfolio
Bloghttps://managed-code.com/blog
Contacthttps://managed-code.com/contact
Terms of Usehttps://managed-code.com/terms-of-use
Privacy Policyhttps://managed-code.com/privacy-policy
Webflow Developmenthttps://managed-code.com/services/webflow-development
AI Dev Teamhttps://managed-code.com/services/ai-dev-team
AI Design Teamhttps://managed-code.com/services/ai-design-team
AI Product Teamhttps://managed-code.com/services/ai-product-team
AI Discoveryhttps://managed-code.com/services/ai-discovery
Instagramhttps://www.instagram.com/managedcode/
LinkedInhttps://www.linkedin.com/company/managed-code/
Behancehttps://www.behance.net/managed-code
Dribbblehttps://dribbble.com/managed-code/shots
Githubhttps://github.com/managedcode
Upworkhttps://www.upwork.com/agencies/managedcode/
YouTubehttps://www.youtube.com/@managed-code
TikTokhttps://www.tiktok.com/@managedcode
Githubhttps://github.com/managedcode
Upworkhttps://www.upwork.com/agencies/managedcode/
YouTubehttps://www.youtube.com/@managed-code
TikTokhttps://www.tiktok.com/@managedcode
https://github.com/managedcode
https://www.upwork.com/agencies/managedcode/
https://www.youtube.com/@managed-code
https://www.instagram.com/managedcode/
https://www.instagram.com/divsupply/
https://www.linkedin.com/in/lucas-gusso/
https://www.linkedin.com/in/lucas-gusso/
https://www.linkedin.com/company/managed-code/

Viewport: width=device-width, initial-scale=1


URLs of crawlers that visited me.