C# Netstandard

Open-source C# projects categorized as Netstandard

Top 23 C# Netstandard Projects

  • NLog

    NLog - Advanced and Structured Logging for Various .NET Platforms

  • Project mention: Help with matching Serilog with Regex | /r/dotnet | 2023-12-10

    What is it you're trying to accomplish? Either this is a regular expression problem (not really dotnet related) or you should try using structured logging, with a provider and sink that support it so you don't have to use regular expressions.

  • 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?

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • Oxyplot

    A cross-platform plotting library for .NET

  • 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: Current state of MAUI? | /r/dotnetMAUI | 2023-04-24

    Not https://github.com/CommunityToolkit/dotnet

  • osharp

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

  • 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: ILGPU VS ComputeSharp - a user suggested alternative | libhunt.com/r/ILGPU | 2023-10-27
  • EventFlow

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

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • PeachPie

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

  • Project mention: .NET 8 – .NET Blog | news.ycombinator.com | 2023-11-14

    PeachPie may be worth a look. It’s a php to .net compiler.

    https://www.peachpie.io/

  • NLua

    Bridge between Lua and the .NET.

  • Project mention: NLua: Bridge Between Lua and the .NET | news.ycombinator.com | 2024-01-11
  • EPPlus

    EPPlus-Excel spreadsheets for .NET (by EPPlusSoftware)

  • Project mention: Automate Excel with only powershell? | /r/PowerShell | 2023-06-06

    Like others, I recommend using the ImportExcel module. It uses and wraps EPPlus Software (EPPlus - Create advanced Excel spreadsheets using .NET (GitHub Project Old / New)) which is a DLL that is included with the ImportExcel PowerShell Module.

  • PdfPig

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

  • CSLA .NET

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

  • Project mention: How can a rich domain model be implemented in practice using EF Core? | /r/dotnet | 2023-06-28
  • SmartFormat.NET

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

  • fo-dicom

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

  • DryIoc

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

  • vs-threading

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

  • Project mention: when to use pascal case (FirstName) or prefix underscore camel case (_firstName) when declaring an attirbutes inside class? | /r/csharp | 2023-06-01

    There is also an official MS analyzer for Async code, it has rules like avoid async void, don't use synchronous .Wait() or .Result etc. One of them is to use Async suffix, as per guidelines.

  • Vortice.Windows

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

  • BuildXL

    Microsoft Build Accelerator

  • Project mention: We built the fastest CI in the world. It failed | news.ycombinator.com | 2023-09-12

    Seems they came up with a way to scale up build toolchains with BuildXL[0]

    Doesn't seem fully baked yet though

    [0]: https://github.com/microsoft/BuildXL

  • MetadataExtractor

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

  • XamarinMediaManager

    Cross platform Xamarin plugin to play and control Audio and Video

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

  • AvaloniaEdit

    Avalonia-based text editor (port of AvalonEdit)

  • 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 related posts

Index

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

Project Stars
1 NLog 6,165
2 Autofac 4,376
3 Oxyplot 3,120
4 dotnet 2,711
5 osharp 2,706
6 ComputeSharp 2,537
7 EventFlow 2,315
8 PeachPie 2,276
9 NLua 1,951
10 EPPlus 1,685
11 PdfPig 1,455
12 CSLA .NET 1,213
13 SmartFormat.NET 1,030
14 fo-dicom 1,018
15 DryIoc 960
16 vs-threading 953
17 Vortice.Windows 944
18 BuildXL 888
19 MetadataExtractor 888
20 XamarinMediaManager 764
21 vs-streamjsonrpc 701
22 RtspClientSharp 669
23 AvaloniaEdit 640

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com