C# Netstandard

Open-source C# projects categorized as Netstandard

Top 23 C# Netstandard Projects

Netstandard
  1. NLog

    NLog - Flexible and Structured Logging for various .NET Platforms

    Project mention: ZLogger alternatives - NLog, Serilog, and ZeroLog | libhunt.com/r/ZLogger | 2026-01-25
  2. ReSharper

    ReSharper is now available in VS Code and Cursor. ReSharper brings a professional toolset for C# developers backed by over 20 years of experience, enterprise-grade security, SOC 2 compliance, and the trust of companies worldwide.

    ReSharper logo
  3. Autofac

    An addictive .NET IoC container

  4. dotnet

    .NET Community Toolkit is a collection of helpers and APIs that work for all .NET developers and are agnostic of any specific UI platform. The toolkit is maintained and published by Microsoft, and part of the .NET Foundation. (by CommunityToolkit)

  5. Oxyplot

    A cross-platform plotting library for .NET

  6. ComputeSharp

    A .NET library to run C# code in parallel on the GPU through DX12, D2D1, and dynamically generated HLSL compute and pixel shaders, with the goal of making GPU computing easy to use for all .NET developers! 🚀

  7. osharp

    OSharp是一个基于.Net6.0的快速开发框架,框架对 AspNetCore 的配置、依赖注入、日志、缓存、实体框架、Mvc(WebApi)、身份认证、功能权限、数据权限等模块进行更高一级的自动化封装,并规范了一套业务实现的代码结构与操作流程,使 .Net 框架更易于应用到实际项目开发中。 (by dotnetcore)

  8. EventFlow

    Async/await first CQRS+ES and DDD framework for .NET

  9. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  10. PeachPie

    PeachPie - the PHP compiler and runtime for .NET and .NET Core

    Project mention: Mago: A fast PHP toolchain written in Rust | news.ycombinator.com | 2025-09-13
  11. PdfPig

    Read and extract text and other content from PDFs in C# (port of PDFBox)

    Project mention: So you want to parse a PDF? | news.ycombinator.com | 2025-08-03

    I think it's a useful insight for people working on RAG using LLMs.

    Devs working on RAG have to decide between parsing PDFs or using computer vision or both.

    The author of the blog works on PdfPig, a framework to parse PDFs. It seems to rely on combining computer vision with PDF metadata for its document understanding APIs. https://github.com/UglyToad/PdfPig/wiki/Document-Layout-Anal...

    GP's comment says a pure computer vision approach may be more effective in real-world scenarios, which is an interesting insight since many devs would assume that pure computer vision is probably the less capable but also more complex approach.

    As for comments suggesting relying on the parsing library itself instead of rasterizing, the reason is that detecting high-level visual objects (like tables , headings, and illustrations) and getting their coordinates using vision models is far easier that trying to infer those structures by examining hundreds of PDF line, text, glyph, and other low-level PDF objects. I feel these commentators have never tried raw PDF parsing. Try it once using PdfBox, Fitz, etc. You'll understand the difficulty. PDF really is a terrible format!

  12. NLua

    Bridge between Lua and the .NET.

  13. EPPlus

    EPPlus-Excel spreadsheets for .NET (by EPPlusSoftware)

  14. System.Linq.Dynamic.Core

    The .NET Standard / .NET Core version from the System Linq Dynamic functionality.

  15. CSLA .NET

    A home for your business logic in any .NET application.

  16. SmartFormat.NET

    A lightweight text templating library written in C# which can be a drop-in replacement for string.Format

  17. fo-dicom

    Fellow Oak DICOM for .NET, .NET Core, Universal Windows, Android, iOS, Mono and Unity

  18. DryIoc

    DryIoc is fast, small, full-featured IoC Container for .NET

  19. AvaloniaEdit

    Avalonia-based text editor (port of AvalonEdit)

  20. MetadataExtractor

    Extracts Exif, IPTC, XMP, ICC and other metadata from image, video and audio files

  21. vs-threading

    The Microsoft.VisualStudio.Threading is a xplat library that provides many threading and synchronization primitives used in Visual Studio and other applications.

  22. BuildXL

    Microsoft Build Accelerator

    Project mention: BuildXL Sandboxing | news.ycombinator.com | 2025-11-06
  23. vs-streamjsonrpc

    The StreamJsonRpc library offers JSON-RPC 2.0 over any .NET Stream, WebSocket, or Pipe. With bonus support for request cancellation, client proxy generation, and more.

  24. RtspClientSharp

    Pure C# RTSP client for .NET Standard without external dependencies and with true async nature. I welcome contributions.

  25. XamarinMediaManager

    Cross platform Xamarin plugin to play and control Audio and Video

  26. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

C# Netstandard discussion

Log in or Post with

C# Netstandard related posts

  • Best Practices and Patterns for Building Scalable .NET Backend APIs

    2 projects | dev.to | 15 Nov 2025
  • Compare PdfPig vs IronPDF for .NET PDF Projects in C#

    1 project | dev.to | 19 Jun 2025
  • Building a .NET Console App for Document Search (RAG) with OpenAI Embeddings

    1 project | dev.to | 10 Mar 2025
  • .NET Learning Notes: 日志系统(Logging)

    1 project | dev.to | 10 Feb 2025
  • ASP.NET8 using DataTables.net – Part1 – Foundation

    3 projects | dev.to | 7 Nov 2024
  • Help with matching Serilog with Regex

    1 project | /r/dotnet | 10 Dec 2023
  • Completely free libraries to read data from a pdf in C#?

    1 project | /r/dotnet | 12 Jul 2023
  • A note from our sponsor - ReSharper
    www.jetbrains.com | 6 Jun 2026
    ReSharper brings a professional toolset for C# developers backed by over 20 years of experience, enterprise-grade security, SOC 2 compliance, and the trust of companies worldwide. Learn more →

Index

What are some of the best open-source Netstandard projects in C#? This list will help you:

# Project Stars
1 NLog 6,538
2 Autofac 4,649
3 dotnet 3,691
4 Oxyplot 3,528
5 ComputeSharp 3,130
6 osharp 2,853
7 EventFlow 2,559
8 PeachPie 2,480
9 PdfPig 2,449
10 NLua 2,232
11 EPPlus 2,024
12 System.Linq.Dynamic.Core 1,708
13 CSLA .NET 1,345
14 SmartFormat.NET 1,241
15 fo-dicom 1,196
16 DryIoc 1,127
17 AvaloniaEdit 1,102
18 MetadataExtractor 1,059
19 vs-threading 1,036
20 BuildXL 1,009
21 vs-streamjsonrpc 927
22 RtspClientSharp 778
23 XamarinMediaManager 767

Sponsored
ReSharper is now available in VS Code and Cursor
ReSharper brings a professional toolset for C# developers backed by over 20 years of experience, enterprise-grade security, SOC 2 compliance, and the trust of companies worldwide.
www.jetbrains.com

Did you know that C# is
the 11th most popular programming language
based on number of references?