Autofac
by: Autofac Contributors
- 11 total downloads
- Latest version: 9.0.0
Autofac is an IoC container for Microsoft .NET. It manages the dependencies between classes so that applications stay easy to change as they grow in size and complexity.
Autofac.Configuration
by: Autofac Contributors
- 3 total downloads
- Latest version: 6.0.0
Configuration support for Autofac.
Autofac.Extensions.DependencyInjection
by: Autofac Contributors
- 7 total downloads
- Latest version: 9.0.0
Autofac implementation of the interfaces in Microsoft.Extensions.DependencyInjection.Abstractions, the .NET Framework dependency injection abstraction.
AutoFixture
by: Mark Seemann AutoFixture
- 9 total downloads
- Latest version: 4.18.1
AutoFixture makes it easier for developers to do Test-Driven Development by automating non-relevant Test Fixture Setup, allowing the Test Developer to focus on the essentials of each test case.
AutoMapper
by: Jimmy Bogard
- 11 total downloads
- Latest version: 16.0.0
A convention-based object-object mapper.
AutoMapper.Collection
by: Tyler Carlson
- 2 total downloads
- Latest version: 7.0.1
Collection Add/Remove/Update support for AutoMapper. AutoMapper.Collection adds EqualityComparison Expressions for TypeMaps to determine if Source and Destination type are equivalent to each other when mapping collections.
AutoMapper.Extensions.Microsoft.DependencyInjection
by: Jimmy Bogard
- 4 total downloads
- Latest version: 11.0.0
AutoMapper extensions for ASP.NET Core
AWSSDK.Core
by: Amazon Web Services
- 10 total downloads
- Latest version: 3.7.400.59
The Amazon Web Services SDK for .NET - Core Runtime
AWSSDK.S3
by: Amazon Web Services
- 12 total downloads
- Latest version: 3.7.410.1
Amazon Simple Storage Service (Amazon S3), provides developers and IT teams with secure, durable, highly-scalable object storage.
Azure.Core
by: Microsoft
- 21 total downloads
- Latest version: 1.54.0
This is the implementation of the Azure Client Pipeline
Azure.Extensions.AspNetCore.Configuration.Secrets
by: Microsoft
- 2 total downloads
- Latest version: 1.5.1
Azure Key Vault configuration provider implementation for Microsoft.Extensions.Configuration.
Azure.Identity
by: Microsoft
- 21 total downloads
- Latest version: 1.21.0
Provides APIs for authenticating to Microsoft Entra ID
Azure.Security.KeyVault.Secrets
by: Microsoft
- 2 total downloads
- Latest version: 4.10.0
This is the Microsoft Azure Key Vault Secrets client library
BCrypt.Net-Next
by: Chris McKee Ryan D. Emerl Damien Miller
- 11 total downloads
- Latest version: 4.2.0
A fixed, enhanced and namespace compatible version of BCrypt.Net port of jBCrypt implemented in C#. It uses a variant of the Blowfish encryption algorithm’s keying schedule, and introduces a work factor, which allows you to determine how expensive the hash function will be, allowing the algorithm to be "future-proof".
BenchmarkDotNet
by: .NET Foundation and contributors
- 2 total downloads
- Latest version: 0.15.8
Powerful .NET library for benchmarking
BenchmarkDotNet.Annotations
by: .NET Foundation and contributors
- 1 total downloads
- Latest version: 0.15.8
Powerful .NET library for benchmarking
Blazor.Storage
by: Blazor.Storage
- 2 total downloads
- Latest version: 5.0.0
A library to provide access to local storage in Blazor applications. This is a combined fork of Blazored.SessionStorage and Blazored.LocalStorage which were originally developed by Chris Sainty.
BlazorComponentUtilities
by: Ed Charbeneau
- 1 total downloads
- Latest version: 1.6.0
A clean code approach to conditional CSS Classes in Blazor Components (Razor Components). When building complex components for ASP.NET Blazor there are often CSS classes generated by multiple factors. Styles can often be added by system & component state, public parameters, and static base CSS classes. Combining many CSS classes together doesn't scale well, and when components get large it can be tough to reason about. The CSS builder pattern fixes this problem by offering a easy to repeat, easy to read pattern to use across components in a project.
Blazored.SessionStorage
by: Chris Sainty
- 1 total downloads
- Latest version: 1.0.12
A library to provide access to session storage in Blazor applications
Blazored.Toast
by: Chris Sainty
- 2 total downloads
- Latest version: 3.1.2
A JavaScript free Toast library for Blazor and Razor Components applications.