C# Netstandard

Open-source C# projects categorized as Netstandard

Top 23 C# Netstandard Projects

Netstandard
  1. NLog

    NLog - Advanced and Structured Logging for Various .NET Platforms

    Project mention: .NET Learning Notes: 日志系统(Logging) | dev.to | 2025-02-10
  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. Autofac

    An addictive .NET IoC container

    Project mention: Modular Dependency Injection in .NET | dev.to | 2024-03-25

    When I was building application with .NET Framework I always used libraries like Autofac and SimpleInjector for dependency injection. I really liked to create modules (Packages in SimpleInjector) to achieve higher cohesion and lower coupling in my class libraries. I made a module for every class library in which all dependencies inside of that class library were registered. Why should my web application (for example) know if MyBeautifulService in MyBeautifulClassLibrary should be transient or singleton?

  4. Oxyplot

    A cross-platform plotting library for .NET

  5. 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-20

    CommunityToolkit.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.

  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! 🚀

    Project mention: My negative views on Rust (2023) | news.ycombinator.com | 2024-10-09

    > 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.

  7. osharp

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

  8. EventFlow

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

  9. Nutrient

    Nutrient - The #1 PDF SDK Library. Bad PDFs = bad UX. Slow load times, broken annotations, clunky UX frustrates users. Nutrient’s PDF SDKs gives seamless document experiences, fast rendering, annotations, real-time collaboration, 100+ features. Used by 10K+ devs, serving ~half a billion users worldwide. Explore the SDK for free.

    Nutrient logo
  10. PeachPie

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

    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...

  11. NLua

    Bridge between Lua and the .NET.

  12. PdfPig

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

    Project mention: Building a .NET Console App for Document Search (RAG) with OpenAI Embeddings | dev.to | 2025-03-10

    PDF files: .NET doesn’t have a built-in PDF reader in the standard libraries, so extracting text from PDFs requires an external library or tool (e.g., PdfPig or iText7). For simplicity, in this tutorial we will assume any PDF is already in text form or skip PDF content extraction. (In a real app, you could use a library like PdfPig to get the text (Chat with your documents using OpenAI embeddings in .NET/C# - crispycode.net) and then split by pages or paragraphs (Chat with your documents using OpenAI embeddings in .NET/C# - crispycode.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.

    Project mention: ASP.NET8 using DataTables.net – Part1 – Foundation | dev.to | 2024-11-07

    [14] https://dynamic-linq.net/ A FREE & Open Source LINQ Dynamic Query Library

  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. Vortice.Windows

    .NET bindings for Direct3D12, Direct3D11, WIC, Direct2D1, XInput, XAudio, X3DAudio, DXC, Direct3D9 and DirectInput.

  19. DryIoc

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

  20. vs-threading

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

  21. MetadataExtractor

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

  22. BuildXL

    Microsoft Build Accelerator

  23. AvaloniaEdit

    Avalonia-based text editor (port of AvalonEdit)

  24. 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.

  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

  • 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
  • Qual è stato il più grande disastro informatico che avete mai combinato?

    1 project | /r/ItalyInformatica | 1 Jun 2023
  • Logging in ASP.NET

    1 project | dev.to | 24 May 2023
  • A note from our sponsor - SaaSHub
    www.saashub.com | 14 Mar 2025
    SaaSHub helps you find the best software and product alternatives 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,378
2 Autofac 4,533
3 Oxyplot 3,346
4 dotnet 3,230
5 ComputeSharp 2,869
6 osharp 2,807
7 EventFlow 2,429
8 PeachPie 2,408
9 NLua 2,086
10 PdfPig 1,894
11 EPPlus 1,881
12 System.Linq.Dynamic.Core 1,612
13 CSLA .NET 1,293
14 SmartFormat.NET 1,148
15 fo-dicom 1,095
16 Vortice.Windows 1,056
17 DryIoc 1,047
18 vs-threading 1,007
19 MetadataExtractor 976
20 BuildXL 938
21 AvaloniaEdit 843
22 vs-streamjsonrpc 791
23 XamarinMediaManager 771

Sponsored
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai

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