ConsoleAppFramework
by: Cysharp
- 24 total downloads
- Latest version: 5.7.9
Zero Dependency, Zero Overhead, Zero Reflection, Zero Allocation, AOT Safe CLI Framework powered by C# Source Generator.
Dapper
by: Sam Saffron, Marc Gravell
- 25 total downloads
- Latest version: 1.39.0
A high performance Micro-ORM supporting Sql Server, MySQL, Sqlite, SqlCE, Firebird etc..
DocumentFormat.OpenXml
by: Microsoft
- 2 total downloads
- Latest version: 2.5.0
Unofficial packaging of Microsoft's OpenXML SDK 2.5
EntityFramework
by: Microsoft
- 14 total downloads
- Latest version: 6.5.1
Entity Framework 6 (EF6) is a tried and tested object-relational mapper for .NET with many years of feature development and stabilization.
EPPlus
by: Jan Källman
- 1 total downloads
- Latest version: 4.0.4
A library to manage Excel spreadsheets, using OOXML.
FastEndpoints
by: FastEndpoints
- 11 total downloads
- Latest version: 5.11.0.4-beta
A light-weight REST Api framework for ASP.Net 6 and newer that implements REPR (Request-Endpoint-Response) Pattern.
FluentAssertions
by: Dennis Doomen, Jonas Nyrup, Xceed
- 5 total downloads
- Latest version: 8.1.0
A very extensive set of extension methods that allow you to more naturally specify the expected outcome of a TDD or
BDD-style unit tests. Works with .NET Standard 2.0 and higher, .NET Framework 4.7 and higher and .NET 6 and higher.
Supports the unit test frameworks MSTest2, NUnit3, NUnit4, XUnit2, XUnit3, MSpec and TUnit.
IMPORTANT: This version is free for open-source projects and non-commercial use, but commercial use requires [a paid license](https://xceed.com/products/unit-testing/fluent-assertions/).
Check out the [license page](LICENSE) for more information.
FluentValidation
by: Jeremy Skinner
- 15 total downloads
- Latest version: 7.3.4
A validation library for .NET that uses a fluent interface to construct strongly-typed validation rules.
Gee.External.Capstone
by: Ahmed Garhy (@9ee1)
- 5 total downloads
- Latest version: 2.0.2
Capstone.NET is an opinionated .NET Core and a .NET Framework binding for the Capstone disassembly framework. It is written in C#, supports Capstone 4, and has a friendly and simple type safe API that is ridiculously easy to learn and quick to pick up.
gherkin
by: aslakhellesoy
- 14 total downloads
- Latest version: 2.12.0
A fast lexer and parser for the Gherkin language based on Ragel
Google.Protobuf
by: Google Inc.
- 4 total downloads
- Latest version: 3.29.3
C# runtime library for Protocol Buffers - Google's data interchange format.
Grpc.AspNetCore
by: The gRPC Authors
- 2 total downloads
- Latest version: 2.23.2
gRPC meta-package for ASP.NET Core
Grpc.Core
by: The gRPC Authors
- 47 total downloads
- Latest version: 2.46.6
C# implementation of gRPC based on native gRPC C-core library.
Note that the Grpc.Core implementation of gRPC for C# is in maintenance mode and will be replaced by grpc-dotnet in the future.
See https://grpc.io/blog/grpc-csharp-future/ for details.
Grpc.Net.Common
by: The gRPC Authors
- 8 total downloads
- Latest version: 2.70.0
Infrastructure for common functionality in gRPC
Grpc.Reflection
by: The gRPC Authors
- 0 total downloads
- Latest version: 2.71.0
gRPC C# Server Reflection
Grpc.Tools
by: The gRPC Authors
- 179 total downloads
- Latest version: 2.76.0
gRPC and Protocol Buffer compiler for C# projects
Handlebars.Net
by: Rex Morgan
- 1 total downloads
- Latest version: 1.0.0-beta11
Blistering-fast Handlebars.js templates in your .NET application.
HtmlAgilityPack
by: Simon Mourrier, Jeff Klawiter
- 4 total downloads
- Latest version: 1.4.2
This is an agile HTML parser that builds a read/write DOM and supports plain XPATH or XSLT (you actually don't HAVE to understand XPATH nor XSLT to use it, don't worry...). It is a .NET code library that allows you to parse "out of the web" HTML files. The parser is very tolerant with "real world" malformed HTML. The object model is very similar to what proposes System.Xml, but for HTML documents (or streams).