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
Domain: managed-code.com
{
"@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:image | https://cdn.prod.website-files.com/688f7bda1c356f908eddb8fb/68c009a90b90463e37119379_Home.png |
| og:type | website |
| twitter:card | summary_large_image |
Links:
| https://managed-code.com/ | |
| homehome | https://managed-code.com/ |
| case studiescase studies | https://managed-code.com/case-studies |
| aboutabout | https://managed-code.com/about |
| open-sourceopen-source | https://managed-code.com/open-source |
| PortfolioPortfolio | https://managed-code.com/portfolio |
| BlogBlog | https://managed-code.com/blog |
| ServicesServices | https://managed-code.com/services |
| Let's ConnectLet's Connect | https://managed-code.com/contact |
| Managed CodeManaged Code | https://managed-code.com/ |
| Home | https://managed-code.com/ |
| about | https://managed-code.com/about |
| case studies | https://managed-code.com/case-studies |
| portfolio | https://managed-code.com/portfolio |
| open-source | https://managed-code.com/open-source |
| blog | https://managed-code.com/blog |
| services | https://managed-code.com/services |
| Let's Connect | https://managed-code.com/contact |
| https://www.linkedin.com/company/managed-code/ | |
| https://www.instagram.com/managedcode/ | |
| https://github.com/managedcode | |
| View on GitHubView on GitHub | https://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.★ 250 | https://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.★ 132 | https://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.★ 88 | https://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.★ 34 | https://github.com/managedcode/Orleans.SignalR |
| Orleans.RateLimitingRate limiting algorithms built specifically for Orleans using grain-aware throttling — controls request flow across multi-silo applications.★ 29 | https://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.★ 20 | https://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.★ 16 | https://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.★ 12 | https://github.com/managedcode/Orleans.Graph |
| Browser-native | https://prompter.managed-code.com/ |
| prompter.managed-code.comprompter.managed-code.com | https://prompter.managed-code.com/ |
| Local-first AI | https://dotpilot.managed-code.com/ |
| dotpilot.managed-code.comdotpilot.managed-code.com | https://dotpilot.managed-code.com/ |
| AI governance | https://mcaf.managed-code.com/ |
| mcaf.managed-code.commcaf.managed-code.com | https://mcaf.managed-code.com/ |
| File format | https://tps.managed-code.com/ |
| tps.managed-code.comtps.managed-code.com | https://tps.managed-code.com/ |
| Konstantin SemenenkoСТO and Co-Founder | https://www.linkedin.com/in/ksemenenk0/ |
| Elena KondratenkoChief Product & Design Officer, Co-Founder | https://www.linkedin.com/in/elena-kondratenko/ |
| Alina KostiukCOO | https://www.linkedin.com/in/alina-kostiuk/ |
| managed code | https://managed-code.com/ |
| Book a 15-min callBook a 15-min call | https://outlook.office365.com/book/ManagedCode1@managed-code.com/?ismsaljsauthenabled=true |
| Home | https://managed-code.com/ |
| About | https://managed-code.com/about |
| Case Studies | https://managed-code.com/case-studies |
| Portfolio | https://managed-code.com/portfolio |
| Services | https://managed-code.com/services |
| Portfolio | https://managed-code.com/portfolio |
| Blog | https://managed-code.com/blog |
| Contact | https://managed-code.com/contact |
| Terms of Use | https://managed-code.com/terms-of-use |
| Privacy Policy | https://managed-code.com/privacy-policy |
| Webflow Development | https://managed-code.com/services/webflow-development |
| AI Dev Team | https://managed-code.com/services/ai-dev-team |
| AI Design Team | https://managed-code.com/services/ai-design-team |
| AI Product Team | https://managed-code.com/services/ai-product-team |
| AI Discovery | https://managed-code.com/services/ai-discovery |
| https://www.instagram.com/managedcode/ | |
| https://www.linkedin.com/company/managed-code/ | |
| Behance | https://www.behance.net/managed-code |
| Dribbble | https://dribbble.com/managed-code/shots |
| Github | https://github.com/managedcode |
| Upwork | https://www.upwork.com/agencies/managedcode/ |
| YouTube | https://www.youtube.com/@managed-code |
| TikTok | https://www.tiktok.com/@managedcode |
| Github | https://github.com/managedcode |
| Upwork | https://www.upwork.com/agencies/managedcode/ |
| YouTube | https://www.youtube.com/@managed-code |
| TikTok | https://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