BlazorStrap
by: Chanan Braunstein, John Bomhold
- 1 total downloads
- Latest version: 1.0.0
A bootstrap4 component library for Blazor
BlazorStrap.V5
by: Chanan Braunstein, John Bomhold
- 2 total downloads
- Latest version: 5.2.105-RC-1
Bootstrap 5.x component library for BlazorStrap
BouncyCastle.Cryptography
by: Legion of the Bouncy Castle Inc.
- 1 total downloads
- Latest version: 2.6.0
BouncyCastle.NET is a popular cryptography library for .NET
CommunityToolkit.HighPerformance
by: Microsoft
- 1 total downloads
- Latest version: 8.3.0
This package includes high performance .NET helpers such as:
- Memory2D<T> and Span2D<T>: two types providing fast and allocation-free abstraction over 2D memory areas.
- ArrayPoolBufferWriter<T>: an IBufferWriter<T> implementation using pooled arrays, which also supports IMemoryOwner<T>.
- MemoryBufferWriter<T>: an IBufferWriter<T>: implementation that can wrap external Memory<T>: instances.
- MemoryOwner<T>: an IMemoryOwner<T> implementation with an embedded length and a fast Span<T> accessor.
- SpanOwner<T>: a stack-only type with the ability to rent a buffer of a specified length and getting a Span<T> from it.
- StringPool: a configurable pool for string instances that be used to minimize allocations when creating multiple strings from char buffers.
- String, array, Memory<T>, Span<T> extensions and more, all focused on high performance.
- HashCode<T>: a SIMD-enabled extension of HashCode to quickly process sequences of values.
- BitHelper: a class with helper methods to perform bit operations on numeric types.
- ParallelHelper: helpers to work with parallel code in a highly optimized manner.
- Box<T>: a type mapping boxed value types and exposing some utility and high performance methods.
- Ref<T>: a stack-only struct that can store a reference to a value of a specified type.
- NullableRef<T>: a stack-only struct similar to Ref<T>, which also supports nullable references.
CommunityToolkit.Maui.Core
by: Microsoft
- 1 total downloads
- Latest version: 12.1.0
Core library for community toolkits using .NET MAUI
ConsoleAppFramework
by: Cysharp
- 1 total downloads
- Latest version: 5.3.0
Zero Dependency, Zero Overhead, Zero Reflection, Zero Allocation, AOT Safe CLI Framework powered by C# Source Generator.
CsvHelper
by: Josh Close
- 3 total downloads
- Latest version: 27.1.0
A library for reading and writing CSV files. Extremely fast, flexible, and easy to use. Supports reading and writing of custom class objects.
Dapper.SqlBuilder
by: Sam Saffron, Johan Danforth
- 1 total downloads
- Latest version: 1.60.1
The Dapper SqlBuilder component, for building SQL queries dynamically.
Dapper.Transaction
by: ZZZ Projects
- 1 total downloads
- Latest version: 2.0.123
IDbTransaction extension methods for Dapper: A high performance Micro-ORM supporting SQL Server, MySQL, Sqlite, SqlCE, Firebird etc..
Docker.DotNet.Enhanced.X509
by: Docker.DotNet.X509
- 0 total downloads
- Latest version: 3.128.3
Docker.DotNet.X509 is a library that allows you to use certificate authentication with a remote Docker engine programmatically in your .NET applications.
Docker.DotNet.X509
by: Docker.DotNet.X509
- 0 total downloads
- Latest version: 3.125.10
Docker.DotNet.X509 is a library that allows you to use certificate authentication with a remote Docker engine programmatically in your .NET applications.
DotLiquid
by: Tim Jones, Alessandro Petrelli
- 4 total downloads
- Latest version: 2.2.544
DotLiquid is a templating system ported to the .NET framework from Ruby’s Liquid Markup.
dotnet-ef
by: Microsoft
- 9 total downloads
- Latest version: 9.0.11
Entity Framework Core Tools for the .NET Command-Line Interface.
Enables these commonly used dotnet-ef commands:
dotnet ef migrations add
dotnet ef migrations list
dotnet ef migrations script
dotnet ef dbcontext info
dotnet ef dbcontext scaffold
dotnet ef database drop
dotnet ef database update
DotNet.Testcontainers
by: Andre Hofmeister and contributors
- 3 total downloads
- Latest version: 1.7.0-beta.2269
A lightweight library to run tests with throwaway instances of Docker containers.
EFCore.NamingConventions
by: Shay Rojansky
- 2 total downloads
- Latest version: 6.0.0-preview.3
Naming Conventions for Entity Framework Core Tables and Columns.
EPPlus
by: EPPlus Software AB
- 1 total downloads
- Latest version: 7.4.2
A spreadsheet library for .NET framework and .NET core
EPPlus.System.Drawing
by: EPPlus.System.Drawing
- 2 total downloads
- Latest version: 6.1.1
Package Description
FastEndpoints
by: FastEndpoints
- 5 total downloads
- Latest version: 5.6.0.5-beta
A light-weight REST Api framework for ASP.Net 6 and newer that implements REPR (Request-Endpoint-Response) Pattern.
FastEndpoints.Attributes
by: FastEndpoints
- 0 total downloads
- Latest version: 7.3.0-beta.14
Attributes used by FastEndpoints.