Netstandard

Open-source projects categorized as Netstandard
Language: + C# + HTML

Top 23 Netstandard Open-Source 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?

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

  • Oxyplot

    A cross-platform plotting library for .NET

  • osharp

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

  • 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

  • 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

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

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

  • System.Linq.Dynamic.Core

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

    Project mention: Postgres + Marten + DynamicLinq... Exceptions after upgrad to NET 6 | /r/dotnet | 2023-07-06

    We have an app that was written with core 3.1 and uses Postgres and Marten to create a document store. I have several tables with filtering functionality that uses DymanicLinq (https://dynamic-linq.net/) to generate queries. As 3.1 is EOL, we are upgrading to NET 6 but doing so seems to have broken the queries. I now get exceptions saying the Specified Method is unsupported. Anyone have any idea how to fix this?

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

  • MetadataExtractor

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

  • 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

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

  • SaaSHub

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

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). The latest post mention was on 2024-03-25.

Netstandard related posts

Index

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

Project Stars
1 NLog 6,160
2 Autofac 4,370
3 Oxyplot 3,120
4 osharp 2,705
5 dotnet 2,703
6 ComputeSharp 2,536
7 EventFlow 2,312
8 PeachPie 2,273
9 NLua 1,948
10 EPPlus 1,685
11 System.Linq.Dynamic.Core 1,497
12 PdfPig 1,454
13 CSLA .NET 1,213
14 SmartFormat.NET 1,030
15 fo-dicom 1,015
16 DryIoc 960
17 vs-threading 950
18 Vortice.Windows 944
19 MetadataExtractor 888
20 BuildXL 883
21 XamarinMediaManager 764
22 vs-streamjsonrpc 701
23 RtspClientSharp 668
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com