SaaSHub helps you find the best software and product alternatives Learn more →
Top 23 C# Netstandard Projects
-
Project mention: ZeroLog VS NLog - a user suggested alternative | libhunt.com/r/Abc-Arbitrage/ZeroLog | 2025-06-10
.NET Logging Library
-
Sevalla
Deploy and host your apps and databases, now with $50 credit! Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!
-
Project mention: Mastering Dependency Injection: Effective Ways to Inject Dependencies in C# | dev.to | 2025-05-25
Autofac Documentation
-
-
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)
Project mention: Epoxy alternatives - dotnet, Prism, and MVVMCross | libhunt.com/r/kekyo/Epoxy | 2024-09-20CommunityToolkit.Mvvm A fast, modular, platform-agnostic MVVM library, which is the official successor of MvvmLight. It's used extensively in the Microsoft Store and other first party apps.
-
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! 🚀
> RISC-V
The work is underway: https://github.com/dotnet/runtime/pulls?q=label%3Aarch-riscv
> PTX
https://ilgpu.net/ and even https://github.com/m4rs-mt/ILGPU/blob/c3af8f368445d8e6443f36...
While not PTX, there's also this project: https://github.com/Sergio0694/ComputeSharp which partially overlaps with what ILGPU offers
Arguably, even C++ itself - you are not using "full" C++ but a special subset that works on top of specific abstraction to compile to GPUs, and I was told that CUDA C++ is considered legacy.
The original context of discussion is performance and perceived issue of "having runtime", which is what my reply is targeted at. In that context, C# provides you the tools and a solution other languages in the class of Java, Go, TS and anything else interpreted just don't have. So you could reasonably replace a project written in C++ with C#, and possibly re-apply all the freed-up developer productivity into further optimizations, but you wouldn't be able to do so with the same degree of confidence with most other originally high-level languages. Another upcoming contender is Swift.
-
osharp
OSharp是一个基于.Net6.0的快速开发框架,框架对 AspNetCore 的配置、依赖注入、日志、缓存、实体框架、Mvc(WebApi)、身份认证、功能权限、数据权限等模块进行更高一级的自动化封装,并规范了一套业务实现的代码结构与操作流程,使 .Net 框架更易于应用到实际项目开发中。 (by dotnetcore)
-
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
Project mention: PeachPie Compiler: Compile and run PHP on top of .NET runtime | news.ycombinator.com | 2024-10-08
we have attempted to use it for that, but it was really hard and we ended up rewriting from scratch.
The activity graph on GitHub says it is mostly dead. There is some activity, but at best it is in maintenance mode. It used to be sponsored, but not anymore IIRC
https://github.com/peachpiecompiler/peachpie/graphs/contribu...
-
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!
-
-
-
System.Linq.Dynamic.Core
The .NET Standard / .NET Core version from the System Linq Dynamic functionality.
[14] https://dynamic-linq.net/ A FREE & Open Source LINQ Dynamic Query Library
-
-
SmartFormat.NET
A lightweight text templating library written in C# which can be a drop-in replacement for string.Format
-
-
-
vs-threading
The Microsoft.VisualStudio.Threading is a xplat library that provides many threading and synchronization primitives used in Visual Studio and other applications.
-
MetadataExtractor
Extracts Exif, IPTC, XMP, ICC and other metadata from image, video and audio files
-
-
-
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.
-
-
RtspClientSharp
Pure C# RTSP client for .NET Standard without external dependencies and with true async nature. I welcome contributions.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
C# Netstandard discussion
C# Netstandard related posts
-
Compare PdfPig vs IronPDF for .NET PDF Projects in C#
-
Building a .NET Console App for Document Search (RAG) with OpenAI Embeddings
-
.NET Learning Notes: 日志系统(Logging)
-
ASP.NET8 using DataTables.net – Part1 – Foundation
-
Help with matching Serilog with Regex
-
Completely free libraries to read data from a pdf in C#?
-
Qual è stato il più grande disastro informatico che avete mai combinato?
-
A note from our sponsor - SaaSHub
www.saashub.com | 1 Sep 2025
Index
What are some of the best open-source Netstandard projects in C#? This list will help you:
# | Project | Stars |
---|---|---|
1 | NLog | 6,474 |
2 | Autofac | 4,605 |
3 | Oxyplot | 3,440 |
4 | dotnet | 3,438 |
5 | ComputeSharp | 3,017 |
6 | osharp | 2,839 |
7 | EventFlow | 2,482 |
8 | PeachPie | 2,436 |
9 | PdfPig | 2,178 |
10 | NLua | 2,158 |
11 | EPPlus | 1,956 |
12 | System.Linq.Dynamic.Core | 1,668 |
13 | CSLA .NET | 1,314 |
14 | SmartFormat.NET | 1,194 |
15 | fo-dicom | 1,139 |
16 | DryIoc | 1,088 |
17 | vs-threading | 1,026 |
18 | MetadataExtractor | 1,010 |
19 | BuildXL | 973 |
20 | AvaloniaEdit | 965 |
21 | vs-streamjsonrpc | 853 |
22 | XamarinMediaManager | 769 |
23 | RtspClientSharp | 762 |